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
When installing and using spliceai, I encountered the following deprecation warning:
DEPRECATION: Loading egg at /opt/homebrew/lib/python3.12/site-packages/spliceai-1.3.1-py3.12.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at pypa/pip#12330
Impact
This indicates that the current distribution format (an .egg file) will no longer be supported in pip 25.1 and will result in installation failures in the near future. This will affect users relying on modern versions of pip and Python 3.12+.
Suggested Fix
Please consider updating the package distribution format to use standard wheel (.whl) or source distribution (.tar.gz) via PyPI, and encourage installation via pip install spliceai.
More context is available in the pip discussion: pypa/pip#12330
Environment
Python version: 3.12
pip version: 24.x
OS: macOS (ARM - M1/M2 chip)
The text was updated successfully, but these errors were encountered:
Description
When installing and using
spliceai
, I encountered the following deprecation warning:DEPRECATION: Loading egg at /opt/homebrew/lib/python3.12/site-packages/spliceai-1.3.1-py3.12.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at pypa/pip#12330
Impact
This indicates that the current distribution format (an
.egg
file) will no longer be supported in pip 25.1 and will result in installation failures in the near future. This will affect users relying on modern versions of pip and Python 3.12+.Suggested Fix
Please consider updating the package distribution format to use standard
wheel
(.whl
) or source distribution (.tar.gz
) via PyPI, and encourage installation viapip install spliceai
.More context is available in the pip discussion: pypa/pip#12330
Environment
The text was updated successfully, but these errors were encountered: