Open pratik-pk opened 3 years ago
Can anyone please take ownership of this issue? Or perhaps provide some additional info @lukaszkaiser
I think this maybe a problem with jaxlib
itself, can someone check if its already reported on https://github.com/google/jax ?
I am having the same issue. Any help?
Same issue over here.
Same issue
still not solved?
I’m with the same issue. Could anyone solve this?
I'm having the same issue with my win device too. any help?
The last update to trac was two years ago. The project seems abandoned. So I wouldn't expect anything here and move on to other frameworks
Description
I created and environment using miniconda supported with M1 chip, after that we installed Tensorflow2.4 which can use GPU and tried installing Trax but it throws following error.
Collecting trax Using cached trax-1.3.7-py2.py3-none-any.whl (521 kB) Collecting funcsigs Using cached funcsigs-1.0.2-py2.py3-none-any.whl (17 kB) Collecting tensorflow-datasets Using cached tensorflow_datasets-4.2.0-py3-none-any.whl (3.7 MB) Requirement already satisfied: six in ./miniforge3/envs/tf24_env/lib/python3.8/site-packages (from trax) (1.15.0) Requirement already satisfied: numpy in ./miniforge3/envs/tf24_env/lib/python3.8/site-packages (from trax) (1.18.5) Collecting trax Using cached trax-1.3.6-py2.py3-none-any.whl (468 kB) Using cached trax-1.3.5-py2.py3-none-any.whl (416 kB) Using cached trax-1.3.4-py2.py3-none-any.whl (366 kB) Using cached trax-1.3.3-py2.py3-none-any.whl (365 kB) Using cached trax-1.3.2-py2.py3-none-any.whl (365 kB) Using cached trax-1.3.1-py2.py3-none-any.whl (347 kB) Using cached trax-1.3-py2.py3-none-any.whl (346 kB) Using cached trax-1.2.4-py2.py3-none-any.whl (426 kB) Collecting gin-config Using cached gin_config-0.4.0-py2.py3-none-any.whl (46 kB) Collecting trax Using cached trax-1.2.3-py2.py3-none-any.whl (371 kB) Using cached trax-1.2.2-py2.py3-none-any.whl (311 kB) Using cached trax-1.2.1-py2.py3-none-any.whl (311 kB) Using cached trax-1.2.0-py2.py3-none-any.whl (311 kB) Using cached trax-1.1.4-py2.py3-none-any.whl (309 kB) Using cached trax-1.1.3-py2.py3-none-any.whl (309 kB) Using cached trax-1.1.2-py2.py3-none-any.whl (283 kB) Using cached trax-1.1.1-py2.py3-none-any.whl (270 kB) Using cached trax-1.1.0-py2.py3-none-any.whl (231 kB) Using cached trax-1.0.1-py2.py3-none-any.whl (211 kB) Using cached trax-1.0.0-py2.py3-none-any.whl (207 kB) ERROR: Cannot install trax==1.0.0, trax==1.0.1, trax==1.1.0, trax==1.1.1, trax==1.1.2, trax==1.1.3, trax==1.1.4, trax==1.2.0, trax==1.2.1, trax==1.2.2, trax==1.2.3, trax==1.2.4, trax==1.3, trax==1.3.1, trax==1.3.2, trax==1.3.3, trax==1.3.4, trax==1.3.5, trax==1.3.6 and trax==1.3.7 because these package versions have conflicting dependencies.
The conflict is caused by: trax 1.3.7 depends on tensorflow-text trax 1.3.6 depends on tensorflow-text trax 1.3.5 depends on tensorflow-text trax 1.3.4 depends on tensorflow-text trax 1.3.3 depends on tensorflow-text trax 1.3.2 depends on tensorflow-text trax 1.3.1 depends on tensorflow-text trax 1.3 depends on tensorflow-text trax 1.2.4 depends on jaxlib trax 1.2.3 depends on jaxlib trax 1.2.2 depends on jaxlib trax 1.2.1 depends on jaxlib trax 1.2.0 depends on jaxlib trax 1.1.4 depends on jaxlib trax 1.1.3 depends on jaxlib trax 1.1.2 depends on jaxlib trax 1.1.1 depends on jaxlib trax 1.1.0 depends on jaxlib trax 1.0.1 depends on jaxlib trax 1.0.0 depends on jaxlib
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
Environment information
Steps to reproduce:
...
Error logs:
...