-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip3 install prom2teams error ImportError: No module named req. New pip version 10 changed api #65
Comments
Hi @Alexvianet |
@Gkrlo the pip usage is broken in any case and no longer working on pip 10 |
the same issue, python is not a reason of fail, pip 10 no longer installed it. |
@RonnyPfannschmidt @Alexvianet you're right. We're checking this error now. |
Hi @RonnyPfannschmidt, @Alexvianet, we've updated Prom2teams to v2.0.4 and hopefully fixed this issue. I'm closing it. If you ran into any problem, please reopen the issue. Thanks to both for your feedback and using Prom2teams. |
for some reason now i am getting an error after:
pip3 install prom2teams
$ sudo pip3 install prom2teams
Collecting prom2teams
Downloading prom2teams-2.0.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-2tkA24/prom2teams/setup.py", line 2, in
from pip.req import parse_requirements
ImportError: No module named req
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-2tkA24/prom2teams/
The text was updated successfully, but these errors were encountered: