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

pip install fails with latest version of pip #153

Open
ebrahimebrahim opened this issue Apr 15, 2023 · 0 comments
Open

pip install fails with latest version of pip #153

ebrahimebrahim opened this issue Apr 15, 2023 · 0 comments

Comments

@ebrahimebrahim
Copy link

Using the latest version of pip v23.1, it seems that pip install from this repo now fails:

# start in a venv with the required packages like catkin_pkg already installed
pip install --upgrade pip # upgrade to latest pip
pip install git+https://github.com/ros/genpy

This fails with the error

ModuleNotFoundError: No module named 'catkin_pkg'

On the other hand

# start in a venv with the required packages like catkin_pkg already installed
pip install pip==23.0.1 # use the previous version of pip
pip install git+https://github.com/ros/genpy

works.

Not sure what is going on.

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

1 participant