Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.9k views
in Technique[技术] by (71.8m points)

Python 3.9.1, Mac Big Sur, Numpy and Essentia

I am trying to install the Python package Essentia. I use the following brew recipe they provide:

brew install essentia --HEAD

On running, it notes the version of Python it finds:

→ Configuring for python3
python-config                            : /usr/local/opt/[email protected]/bin/python3.8-config 

but fails because:

Checking for python module 'numpy'                               : not found 
Could not find the python module 'numpy'

I have just upgraded to Big Sur and Python 3.9.1 by downloading the installer from the Python.org website. It says everything went fine on the installation, but when I type python --version into Terminal, it says the Python version is 3.7.6.

Hence, when I try to install numpy via pip install numpy, it says, "requirement already satisfied". I guess it is trying to install to this version?

I am now very confused. I installed Python 3.9.1, python --version shows 3.7.6 but v3.8 is found when I try to install Essentia.

How can I install numpy so Essentia can be installed correctly, and what is going on with all these different versions?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...