AttributeError: 'module' object has no attribute 'evaluate_marker'
See original GitHub issueI’m getting the following when trying to install vcrpy
:
Downloading/unpacking vcrpy==1.6.1 (from -r requirements-tests.txt (line 12))
Using download cache from ...
Running setup.py egg_info for package vcrpy
Traceback (most recent call last):
File "<string>", line 16, in <module>
File ".../env/build/vcrpy/setup.py", line 36, in <module>
if key.startswith(':') and pkg_resources.evaluate_marker(key[1:]):
AttributeError: 'module' object has no attribute 'evaluate_marker'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File ".../env/build/vcrpy/setup.py", line 36, in <module>
if key.startswith(':') and pkg_resources.evaluate_marker(key[1:]):
AttributeError: 'module' object has no attribute 'evaluate_marker'
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
AttributeError: 'module' object has no attribute - python
E.g. I had a module called commands which is also a Python library module. This proved to be difficult to track down as...
Read more >AttributeError: 'module' object has no attribute 'which' #32
I installed pydeface on my CentOS 7.6, and my python version is 2.7.5 I got the following message when running pydeface on my...
Read more >[Solved] AttributeError: 'module' object has no attribute
Click here to subscribe - https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww▻Instagram ...
Read more >Plesk Migration Fails with "AttributeError: 'module' object ...
An attempt to connect to the remote server ends up with the following error ... AttributeError: 'module' object has no attribute 'getlocale'.
Read more >AttributeError: \'module\' object has no attribute
I have two python modules: a.py import b def hello(): print "hello" print "a.py" print hello() print b.hi() b.py import a def hi():...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This happens when using
distribute-0.6.34-py2.7.egg
, which is pretty old.@Lushali also that’s a bug in pbr that mock is using