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

Compatibility Issue with python (>=3.8) and pip #391

Open
MohitGoyal19 opened this issue Sep 27, 2023 · 1 comment
Open

Compatibility Issue with python (>=3.8) and pip #391

MohitGoyal19 opened this issue Sep 27, 2023 · 1 comment

Comments

@MohitGoyal19
Copy link

Traceback (most recent call last): File "/usr/local/bin/osrf", line 5, in <module> from osrframework.launcher import main File "/usr/local/lib/python3.10/dist-packages/osrframework/launcher.py", line 33, in <module> import osrframework.upgrade as upgrade File "/usr/local/lib/python3.10/dist-packages/osrframework/upgrade.py", line 30, in <module> from osrframework.utils.updates import UpgradablePackage File "/usr/local/lib/python3.10/dist-packages/osrframework/utils/updates.py", line 24, in <module> from pip import get_installed_distributions ImportError: cannot import name 'get_installed_distributions' from 'pip' (/home/zero/.local/lib/python3.10/site-packages/pip/__init__.py)

This error is coming in newer versions of Python and pip

@pikpikcu
Copy link

solved - #397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants