Closed cdesch closed 1 year ago
It seems to be caught up here source /usr/local/bin/virtualenvwrapper.sh
and throwing this error regarding the python package.
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/stevedore/_cache.py", line 28, in <module>
import importlib.metadata as importlib_metadata
ImportError: No module named 'importlib.metadata'
Is there a list of python dependencies installed globallying or a virtualenv that need to be activated first?
Mainline code uses Ubuntu 20.04 now. Closing this.
I'm following this quick setup tutorial for Ubuntu 16.04. On the step
source ~/.bashrc
, I hit this error:Has anyone seen this before?