-
-
Notifications
You must be signed in to change notification settings - Fork 207
Closed
Description
Hi there!
We noticed that 5.2.1 had some issue related to the _version module. I see you have released 5.2.1.post0. Thank you! Could you also yank 5.2.1 from PyPI to further limit the impact of this release? Thank you in advance.
(base) # pip3 install traitlets==5.2.1
Collecting traitlets==5.2.1
Downloading traitlets-5.2.1-py3-none-any.whl (106 kB)
|████████████████████████████████| 106 kB 4.7 MB/s
Installing collected packages: traitlets
Attempting uninstall: traitlets
Found existing installation: traitlets 5.2.1.post0
Uninstalling traitlets-5.2.1.post0:
Successfully uninstalled traitlets-5.2.1.post0
Successfully installed traitlets-5.2.1
^[[A^[[AWARNING: You are using pip version 21.0.1; however, version 22.0.4 is available.
You should consider upgrading via the '/Users/dking/miniconda3/bin/python -m pip install --upgrade pip' command.
(base) # ipython
Traceback (most recent call last):
File "/Users/dking/miniconda3/bin/ipython", line 5, in <module>
from IPython import start_ipython
File "/Users/dking/miniconda3/lib/python3.7/site-packages/IPython/__init__.py", line 55, in <module>
from .core.application import Application
File "/Users/dking/miniconda3/lib/python3.7/site-packages/IPython/core/application.py", line 23, in <module>
from traitlets.config.application import Application, catch_config_error
File "/Users/dking/miniconda3/lib/python3.7/site-packages/traitlets/__init__.py", line 5, in <module>
from ._version import __version__, version_info
File "/Users/dking/miniconda3/lib/python3.7/site-packages/traitlets/_version.py", line 8, in <module>
".".join(map(str, version_info)).replace(".b", "b").replace(".a", "a").replace(".rc", "rc")
AssertionError
jklaise, lucas-bunzel, mauicv, albertvillanova, agsAlexandre and 1 more
Metadata
Metadata
Assignees
Labels
No labels