When using pip install scipy, it prompts error: library dfftpack has Fortran sources but no Fortran compiler found The
solution is very simple!
sudo apt-get install gfortran to get it.
If you are prompted with Permission denied
during installation, remember to have sudo before the installation command.
Similar Posts:
- Solve the problem of Attributeerror: module ‘SciPy. Misc’ has no attribute ‘imread’
- python from scipy.misc import imread:ImportError: cannot import name imread
- CentOS7.5 Install Python3.7 error: configure: error: no acceptable C compiler found in $PATH
- Go to: install C extended compiler environment of Python under windows (solve the problem of “unable to find vcfarsall. Bat”
- Windows Python Install: requires numpy+mkl & ImportError: cannot import name NUMPY_MKL
- Pythonmodule ‘scipy.misc’ has no attribute ‘xxx’
- Solution for oserror: [errno 1] operation not permitted encountered when installing tensorflow
- macos -bash: yarn: command not found/-bash: cnpm: command not found
- The solution of “importerror: DLL load failed: unable to find the specified module”
- ubuntu18.04 Start Android StudioKVM is required to run this AVD ./dev/kvm device: permission denied.