SCALE icon indicating copy to clipboard operation
SCALE copied to clipboard

question about the environment

Open yingyuan830 opened this issue 2 years ago • 0 comments

Hi, I met some problems when create the environment. After I run `setup.py install', it shows the numpy version is not correct "error: numpy 1.22.1 is installed but numpy<1.22,>=1.18 is required by {'numba'}", so I updated it to 1.18, but more errors came up...could you please help me ? Thanks!

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. tensorflow-gpu 2.3.0 requires absl-py>=0.7.0, which is not installed. tensorflow-gpu 2.3.0 requires astunparse==1.6.3, which is not installed. tensorflow-gpu 2.3.0 requires gast==0.3.3, which is not installed. tensorflow-gpu 2.3.0 requires google-pasta>=0.1.8, which is not installed. tensorflow-gpu 2.3.0 requires keras-preprocessing<1.2,>=1.1.1, which is not installed. tensorflow-gpu 2.3.0 requires protobuf>=3.9.2, which is not installed. tensorflow-gpu 2.3.0 requires six>=1.12.0, which is not installed. tensorflow-gpu 2.3.0 requires tensorboard<3,>=2.3.0, which is not installed. tensorflow-gpu 2.3.0 requires tensorflow-estimator<2.4.0,>=2.3.0, which is not installed. tensorflow-gpu 2.3.0 requires termcolor>=1.1.0, which is not installed. tensorflow-gpu 2.3.0 requires wrapt>=1.11.1, which is not installed. tb-nightly 2.6.0a20210629 requires absl-py>=0.4, which is not installed. tb-nightly 2.6.0a20210629 requires google-auth<2,>=1.6.3, which is not installed. tb-nightly 2.6.0a20210629 requires google-auth-oauthlib<0.5,>=0.4.1, which is not installed. tb-nightly 2.6.0a20210629 requires markdown>=2.6.8, which is not installed. tb-nightly 2.6.0a20210629 requires protobuf>=3.6.0, which is not installed. tb-nightly 2.6.0a20210629 requires requests<3,>=2.21.0, which is not installed. tb-nightly 2.6.0a20210629 requires tensorboard-plugin-wit>=1.6.0, which is not installed. tb-nightly 2.6.0a20210629 requires werkzeug>=0.11.15, which is not installed. numba 0.55.1 requires llvmlite<0.39,>=0.38.0rc1, which is not installed. patsy 0.5.2 requires six, which is not installed. tables 3.7.0 requires numexpr>=2.6.2, which is not installed. pynndescent 0.5.6 requires llvmlite>=0.30, which is not installed. tensorflow-gpu 2.3.0 requires h5py<2.11.0,>=2.10.0, but you have h5py 3.6.0 which is incompatible. episcanpy 0.3.2 requires numpy>=1.21.2, but you have numpy 1.18.0 which is incompatible. pandas 1.4.0 requires numpy>=1.18.5, but you have numpy 1.18.0 which is incompatible. tables 3.7.0 requires numpy>=1.19.0, but you have numpy 1.18.0 which is incompatible. Successfully installed numpy-1.18.0

yingyuan830 avatar Jan 29 '22 03:01 yingyuan830