riot has an error with multiple virtualenvs paths, raising unexpected ImportErrors, an example of this behavior is with backport modules. Steps to reproduce the error:
Traceback (most recent call last):
File "test_riot_error/prueba.py", line 1, in <module>
import importlib_metadata
File "/home/alberto.vara/projects/system-tests/.riot/venv_py2718_importlib_metadata140_backportsshutil-get-terminal-size/lib/python2.7/site-packages/importlib_metadata/__init__.py", line 16, in <module>
from ._compat import (
File "/home/alberto.vara/projects/system-tests/.riot/venv_py2718_importlib_metadata140_backportsshutil-get-terminal-size/lib/python2.7/site-packages/importlib_metadata/_compat.py", line 19, in <module>
from backports.configparser import ConfigParser
ImportError: No module named configparser
riot
has an error with multiple virtualenvs paths, raising unexpectedImportError
s, an example of this behavior is withbackport
modules. Steps to reproduce the error:Files
riotfile.py
file:test_riot_error/test_error.py
file:Run riot
riot -v run -r
Error:
Virtualenvs paths:
Issue detected in this PR https://github.com/DataDog/dd-trace-py/pull/4514