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
Traceback (most recent call last):
File "/home/travis/miniconda/envs/TEST/lib/python3.7/site-packages/twine/__init__.py", line 22, in <module>
import importlib.metadata as importlib_metadata
ModuleNotFoundError: No module named 'importlib.metadata'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/miniconda/envs/TEST/bin/twine", line 6, in <module>
from twine.__main__ import main
File "/home/travis/miniconda/envs/TEST/lib/python3.7/site-packages/twine/__init__.py", line 24, in <module>
import importlib_metadata
ModuleNotFoundError: No module named 'importlib_metadata'
The command "if [[ $TRAVIS_JOB_NAME == tarball* ]]; then pip wheel . -w dist --no-deps; twine check dist/*; fi" exited with 1.
The text was updated successfully, but these errors were encountered:
Currently the
tarball
jobs are failing on travis, seemingly due to an issue with versiontwine
/importlib
:The text was updated successfully, but these errors were encountered: