DEV Community

Cover image for A tip for installing Tensorflow on my M1 Macbook Pro with fish shell.
Yasuhiro Nagata
Yasuhiro Nagata

Posted on • Edited on

2 1

A tip for installing Tensorflow on my M1 Macbook Pro with fish shell.

I wrote about How I installed Tensorflow on my M1 Macbook Pro with fish shell.

EDIT: If you use version control libraries like pyenv, you should install miniforge3 by using them

and no need to read this article.
This instead is helpful😎

Here’s the official reference to follow.

Tensorflow Plugin - Metal - Apple Developer
But, I couldn’t call conda , when installing the TensorFlow dependencies.

I know that conda locates /Users/yas/miniforge3/bin , so I call its init command for fish shell.

conda init fish
Enter fullscreen mode Exit fullscreen mode

Then I got the three lines of codes in /Users/yas/.config/fish/config.fish

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
eval /Users/yas/miniforge3/bin/conda "shell.fish" "hook" $argv | source
# <<< conda initialize <<<
Enter fullscreen mode Exit fullscreen mode

After restarting the shell, I could call conda from anywhere and completed the installation.😌

Image of AssemblyAI tool

Transforming Interviews into Publishable Stories with AssemblyAI

Insightview is a modern web application that streamlines the interview workflow for journalists. By leveraging AssemblyAI's LeMUR and Universal-2 technology, it transforms raw interview recordings into structured, actionable content, dramatically reducing the time from recording to publication.

Key Features:
🎥 Audio/video file upload with real-time preview
🗣️ Advanced transcription with speaker identification
⭐ Automatic highlight extraction of key moments
✍️ AI-powered article draft generation
📤 Export interview's subtitles in VTT format

Read full post

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay