Pip install -r requirements.txt - Error

Hello, I have problem with instalation: pip install -r requirements.txt, Can you help me to fix it ? Have got somebody some tips ?
Thank you guys.
in section:
Collecting scipy==1.5.4
Downloading scipy-1.5.4.tar.gz (25.2 MB)
|████████████████████████████████| 25.2 MB 249 kB/s
Installing build dependencies … error
Then:
ERROR: Command errored out with exit status 1:
command: /Users/vaclavtutsch/Desktop/My_bot_V1/venv/bin/python3 /private/var/folders/t6/x1ws4r413jqcvp30n7fhtxb80000gn/T/pip-standalone-pip-pnzsc2nz/env_pip.zip/pip install --ignore-installed --no-user --prefix /private/var/folders/t6/x1ws4r413jqcvp30n7fhtxb80000gn/T/pip-build-env-nioii4i8/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i Simple index – wheel setuptools ‘Cython>=0.29.18’ ‘numpy==1.14.5; python_version==’"’"‘3.6’"’"’ and platform_system!=’"’"‘AIX’"’"’’ ‘numpy==1.14.5; python_version==’"’"‘3.7’"’"’ and platform_system!=’"’"‘AIX’"’"’’ ‘numpy==1.17.3; python_version>=’"’"‘3.8’"’"’ and platform_system!=’"’"‘AIX’"’"’’ ‘numpy==1.16.0; python_version==’"’"‘3.6’"’"’ and platform_system==’"’"‘AIX’"’"’’ ‘numpy==1.16.0; python_version==’"’"‘3.7’"’"’ and platform_system==’"’"‘AIX’"’"’’ ‘numpy==1.17.3; python_version>=’"’"‘3.8’"’"’ and platform_system==’"’"‘AIX’"’"’’ ‘pybind11>=2.4.3’
cwd: None
Complete output (5977 lines):
Ignoring numpy: markers ‘python_version == “3.6” and platform_system != “AIX”’ don’t match your environment
Ignoring numpy: markers ‘python_version == “3.7” and platform_system != “AIX”’ don’t match your environment
Ignoring numpy: markers ‘python_version == “3.6” and platform_system == “AIX”’ don’t match your environment
Ignoring numpy: markers ‘python_version == “3.7” and platform_system == “AIX”’ don’t match your environment
Ignoring numpy: markers ‘python_version >= “3.8” and platform_system == “AIX”’ don’t match your environment
Collecting wheel
Using cached wheel-0.37.0-py2.py3-none-any.whl (35 kB)
Collecting setuptools
Using cached setuptools-58.3.0-py3-none-any.whl (946 kB)
Collecting Cython>=0.29.18
Using cached Cython-0.29.24-py2.py3-none-any.whl (979 kB)
Collecting numpy==1.17.3
Downloading numpy-1.17.3.zip (6.4 MB)
Collecting pybind11>=2.4.3
Downloading pybind11-2.8.0-py2.py3-none-any.whl (207 kB)
Using legacy ‘setup.py install’ for numpy, since package ‘wheel’ is not installed.
Installing collected packages: wheel, setuptools, pybind11, numpy, Cython
Running setup.py install for numpy: started
Running setup.py install for numpy: still running…
Running setup.py install for numpy: finished with status ‘error’
ERROR: Command errored out with exit status 1: … and more.

1 Like

looks like a version mismatch, what version of Pythons are you running?