I built a python2.7 environment according to the dependency requirements. During the installation process, the following is shown:
Installed /mnt/d/software/miniconda/envs/SCI/lib/python2.7/site-packages/sci-0.1-py2.7.egg
Processing dependencies for sci==0.1
Searching for importlib-resources; python_version < "3.7"
Reading https://pypi.org/simple/importlib-resources/
It shows that mportlib-resources requires python > 3.7,
What is the solution, please?
I built a python2.7 environment according to the dependency requirements. During the installation process, the following is shown:
Installed /mnt/d/software/miniconda/envs/SCI/lib/python2.7/site-packages/sci-0.1-py2.7.egg
Processing dependencies for sci==0.1
Searching for importlib-resources; python_version < "3.7"
Reading https://pypi.org/simple/importlib-resources/
It shows that mportlib-resources requires python > 3.7,
What is the solution, please?