question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip==9.0.0 - AttributeError: 'ListCommand' object has no attribute 'find_packages_latest_versions'

See original GitHub issue

With 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:closed
  • Created 7 years ago
  • Reactions:6
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
rmaxcommented, Jan 26, 2017

Same issue here with pip 9.0.1.

0reactions
bartTCcommented, Feb 18, 2018

This is fixed in the latest version 2.0. (We require 9.x up now)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found