python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00381
[Bug 1632345] [NEW] error when install plugin over pip
Public bug reported:
Hi, I'm trying to install python-jenkins under virtualenv and get this error.
What I'm doing wrong? Please help me to understend this issue.
Thank you in advance.
pip install python-jenkins
Collecting python-jenkins
Using cached python-jenkins-0.4.13.tar.gz
Complete output from command python setup.py egg_info:
ERROR:root:Error parsing
Traceback (most recent call last):
File "/app/virtualenv/errbot/lib/python3.4/site-packages/pbr/core.py", line 111, in pbr
attrs = util.cfg_to_args(path, dist.script_args)
File "/app/virtualenv/errbot/lib/python3.4/site-packages/pbr/util.py", line 264, in cfg_to_args
wrap_commands(kwargs)
File "/app/virtualenv/errbot/lib/python3.4/site-packages/pbr/util.py", line 566, in wrap_commands
cmdclass = ep.resolve()
File "/app/virtualenv/errbot/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2270, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
ImportError: No module named 'monolithic'
error in setup command: Error parsing /tmp/pip-build-nxrs5c3h/python-jenkins/setup.cfg: ImportError: No module named 'monolithic'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-nxrs5c3h/python-jenkins/
** Affects: python-jenkins
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1632345
Title:
error when install plugin over pip
Status in Python Jenkins:
New
Bug description:
Hi, I'm trying to install python-jenkins under virtualenv and get this error.
What I'm doing wrong? Please help me to understend this issue.
Thank you in advance.
pip install python-jenkins
Collecting python-jenkins
Using cached python-jenkins-0.4.13.tar.gz
Complete output from command python setup.py egg_info:
ERROR:root:Error parsing
Traceback (most recent call last):
File "/app/virtualenv/errbot/lib/python3.4/site-packages/pbr/core.py", line 111, in pbr
attrs = util.cfg_to_args(path, dist.script_args)
File "/app/virtualenv/errbot/lib/python3.4/site-packages/pbr/util.py", line 264, in cfg_to_args
wrap_commands(kwargs)
File "/app/virtualenv/errbot/lib/python3.4/site-packages/pbr/util.py", line 566, in wrap_commands
cmdclass = ep.resolve()
File "/app/virtualenv/errbot/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2270, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
ImportError: No module named 'monolithic'
error in setup command: Error parsing /tmp/pip-build-nxrs5c3h/python-jenkins/setup.cfg: ImportError: No module named 'monolithic'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-nxrs5c3h/python-jenkins/
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1632345/+subscriptions
Follow ups