Skip to content
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

find_all_python_versions throws an AttributeError attempting to check whether a list is python #24

Closed
techalchemy opened this issue Oct 29, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@techalchemy
Copy link
Member

  File "/home/opal/piwik3/piwik-release-build/src/pipenv/pipenv/vendor/pythonfinder/models/path.py", line 268, in find_all_python_versions
    values = list(self.get_pythons(sub_finder))
  File "/home/opal/piwik3/piwik-release-build/src/pipenv/pipenv/vendor/pythonfinder/models/path.py", line 219, in get_pythons
    reverse=True
  File "/home/opal/piwik3/piwik-release-build/src/pipenv/pipenv/vendor/pythonfinder/models/path.py", line 217, in <genexpr>
    (p for p in self._filter_paths(finder) if p.is_python),
AttributeError: 'list' object has no attribute 'is_python'
@techalchemy techalchemy self-assigned this Oct 29, 2018
@techalchemy techalchemy added the bug Something isn't working label Oct 29, 2018
@techalchemy techalchemy changed the title find_all_python_versions thwos an AttributeError attempting to check whether a list is python find_all_python_versions throws an AttributeError attempting to check whether a list is python Oct 29, 2018
techalchemy added a commit that referenced this issue Oct 29, 2018
- Fixes #24

Signed-off-by: Dan Ryan <dan@danryan.co>
@techalchemy
Copy link
Member Author

ref: pypa/pipenv#3121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant