erfanzar / EasyDeL

Accelerate your training with this open-source library. Optimize performance with streamlined training and serving options with JAX. 🚀
https://easydel.readthedocs.io/en/latest/
Apache License 2.0
167 stars 19 forks source link

Dependency Error on latest version #70

Closed StableFluffy closed 6 months ago

StableFluffy commented 6 months ago

Describe the bug pip install easydel /usr/local/lib/python3.8/dist-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be supported in a future release warnings.warn( /usr/local/lib/python3.8/dist-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.23ubuntu1 is an invalid version and will not be supported in a future release warnings.warn( Collecting easydel Downloading EasyDeL-0.0.41-py3-none-any.whl (194 kB) |████████████████████████████████| 194 kB 14.1 MB/s ERROR: Could not find a version that satisfies the requirement chex~=0.1.84 (from easydel) (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7) ERROR: No matching distribution found for chex~=0.1.84 (from easydel)

StableFluffy commented 6 months ago

fixed by updating python to 3.11