FS#73001 - [python-virtualenvwrapper] missing dependency python-stevedore

Attached to Project: Community Packages
Opened by Klaus Frank (agowa338) - Monday, 13 December 2021, 16:52 GMT
Last edited by Evangelos Foutras (foutrelis) - Monday, 13 December 2021, 20:33 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: the init script fails to execute without python-stevedore


Additional info:
* package version(s): 4.8.4-6

Steps to reproduce: `/usr/bin/virtualenvwrapper.sh`

Error:
```
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/usr/lib/python3.10/site-packages/virtualenvwrapper/hook_loader.py", line 16, in <module>
from stevedore import ExtensionManager
ModuleNotFoundError: No module named 'stevedore'
virtualenvwrapper.sh: There was a problem running the initialization hooks.

If Python could not import the module virtualenvwrapper.hook_loader,
check that virtualenvwrapper has been installed for
VIRTUALENVWRAPPER_PYTHON=/usr/bin/python and that PATH is
set properly.
```
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Monday, 13 December 2021, 20:33 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Partial upgrade.
Comment by Klaus Frank (agowa338) - Monday, 13 December 2021, 16:58 GMT
And when executing `mkvirtualenv` also the following packages are required: `python-platformdirs python-six python-filelock python-importlib-metadata python-zipp python-distlib`
Comment by Evangelos Foutras (foutrelis) - Monday, 13 December 2021, 19:20 GMT
Looks like your system is partially upgraded which is unsupported. Please run `pacman -Syu` or at least `pacman -Su`.
Comment by Klaus Frank (agowa338) - Monday, 13 December 2021, 20:31 GMT
yea, should have upgraded the system first. I just installed this package without upgrading the system first...

Loading...