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

make setup fails with latest commit #285

Closed
vijayank88 opened this issue Aug 1, 2023 · 3 comments · Fixed by #307
Closed

make setup fails with latest commit #285

vijayank88 opened this issue Aug 1, 2023 · 3 comments · Fixed by #307

Comments

@vijayank88
Copy link

Cloned latest commit and ran make setup and fails with following error.

make: pip: Command not found
make: *** [Makefile:322: setup-cocotb] Error 127
@M0stafaRady
Copy link
Member

That's because you don't have pip installed in your system.
You can install it using sudo apt-get install python3-pip and rerun make setup

This is used to install the cocotb dependencies if you are not planning on using cocotb you can skip by removing setup-cocotb
from the following line then rerun.
setup: check_dependencies install check-env install_mcw openlane pdk-with-volare setup-timing-scripts setup-cocotb

@vijayank88
Copy link
Author

With python3 default will be pip3 got installed.
Update to @pip3 install caravel-cocotb==1.0.0 got resolved and able to complete make setup

@adrienluitot
Copy link

adrienluitot commented Sep 12, 2023

On MacOs I personnally fixed the error by linking pip3 to pip with macports:
sudo port select --set pip pip311
sudo port select --set pip3 pip311

Just making an alias in my terminal didn't fix the problem.

The issue can probably be closed now ?

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