pip==9.0.0 - AttributeError: 'ListCommand' object has no attribute 'find_packages_latest_versions'
See original GitHub issueWith pip==9.0.0 and pip-check==0.2 the following exception is raised:
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/foo/bin/pip-check", line 19, in <module>
package_list = ListCommand().find_packages_latest_versions(options)
AttributeError: 'ListCommand' object has no attribute 'find_packages_latest_versions'
pip==8.1.2 works fine, BTW. We can downgrade pip temporarily, but if anyone has any hints on how to resolve this please let me know.
Many thanks,
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Python 3.5 pip 9 AttributeError: 'NoneType' object has no ...
When you have it, open cmd in the same folder (by clicking File -> open powershell/cmd in the file explorer), and type.
Read more >ManifestImportFailed object has no attribute 'filename' #586
I am running west from the toolchain folder using Git Bash on Windows. MINGW64 /c/ncs/v2.0.0 $ which west /opt/bin/Scripts/west $ west --version ...
Read more >AttributeError: 'list' object has no attribute 'values' [closed]
get_counts() method returns a dictionary if the Job contains only one circuit. If, however, your job contains multiple circuits, it will return ...
Read more >AttributeError: 'NoneType' object has no attribute 'get_items'
Hello everyone, We have imported one job (Local Resolution Estimation) from an old project and an old instance onto a newly installed, ...
Read more >Python attributeerror: 'list' object has no attribute 'split' Solution
attributeerror : 'list' object has no attribute 'split'. This error tells us we are trying to use a function that is not available...
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 Free
Top 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
Same issue here with pip 9.0.1.
This is fixed in the latest version 2.0. (We require 9.x up now)