These errors occur because the versions of 'numpy' and 'matplotlib' installed in your environment are not compatible with the requirements of 'scipy' and 'matplotlib'.

The versions specified in the error message are conflicting with the versions available in your environment. You can try updating 'numpy' and 'matplotlib' to the versions required by 'scipy' and 'matplotlib', respectively.

To update 'numpy', you can use the following command:

pip install --upgrade numpy>=1.19.5

To update 'matplotlib', you can use the following command:

pip install --upgrade matplotlib>=1.20

After updating these packages, you should be able to install 'scipy' without any compatibility issues.

Solving 'numpy' Version Conflicts with 'scipy' and 'matplotlib'

原文地址: https://www.cveoy.top/t/topic/eYbZ 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录