You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:/Users/.../PycharmProjects/.../polars_ta_test.pyC:\Users\...\anaconda3\envs\...\lib\site-packages\numpy\_distributor_init.py:30: UserWarning: loadedmorethan1DLLfrom .libs:
C:\Users\...\anaconda3\envs\...\lib\site-packages\numpy\.libs\libopenblas.EL2C6PLE4ZYW3ECEVIV3OXXGRN2NRFM2.gfortran-win_amd64.dllC:\Users\...\anaconda3\envs\...\lib\site-packages\numpy\.libs\libopenblas64__v0.3.21-gcc_10_3_0.dllwarnings.warn("loaded more than 1 DLL from .libs:"
升级 Numpy 从 1.22.4 到 1.24.3,过程中提示
Installing collected packages: numpy
Attempting uninstall: numpy
Found existing installation: numpy 1.22.4
Uninstalling numpy-1.22.4:
Successfully uninstalled numpy-1.22.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.numba 0.56.0 requires numpy<1.23,>=1.18, but you have numpy 1.24.4 which is incompatible.Successfully installed numpy-1.24.3
使用 pip 安装最新版本后,运行报警告,如下:
升级 Numpy 从 1.22.4 到 1.24.3,过程中提示
再次运行代码,报错:
遂降级 numpy 至 1.22.4,报错和警告均消失。
建议在安装依赖时约束 numpy 的版本要求,即
requirements.txt
The text was updated successfully, but these errors were encountered: