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
Any idea why I get this error when i run make virtualenv?
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/kylemantesso/dev/swagger-django-generator/ve/src/swagger-parser/setup.py", line 4, in <module>
from pip.req import parse_requirements
ModuleNotFoundError: No module named 'pip.req'
The text was updated successfully, but these errors were encountered:
Hello @kylemantesso
I'm facing the same issue as you. Could you please tell whether you find a solution for that?
Thank you in advance for your response.
Have a nice day,
Rami.
Any idea why I get this error when i run
make virtualenv
?The text was updated successfully, but these errors were encountered: