-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip3 install labours fails on Linux #365
Comments
Same thing on Mac |
here is osx catalina output
|
I've the same problem on my Ubuntu 20.04 LTS |
Same problem |
Same problem, |
On Ubuntu 20.04 installing the dependencies below works:
|
Since Pip version of numpy depends on OpenBLAS, we must install OpenBLAS to build NumPy from scratch. This can be skipped using a wheel of numpy package. Details here: https://numpy.org/install/
So first run |
Hi, Just tried to install labours on linux and also fails, using python 3.10 |
Need to change PyYAML dep version to >6 Collecting PyYAML<6.0,>=3.0 (from labours) |
I got it working using conda as package manager |
I installed |
I'm on KDE Neon (Ubuntu 20.04LTS based).
pip3 install labours
fails with the message below (sorry, it's long):Even
pip3 install scipy
fails.I solved installing these dependencies:
sudo apt-get install libatlas-base-dev gfortran
The text was updated successfully, but these errors were encountered: