-
Notifications
You must be signed in to change notification settings - Fork 332
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
Comments
That's because you don't have pip installed in your system. This is used to install the cocotb dependencies if you are not planning on using cocotb you can skip by removing |
With |
On MacOs I personnally fixed the error by linking pip3 to pip with macports: Just making an alias in my terminal didn't fix the problem. The issue can probably be closed now ? |
Cloned latest commit and ran
make setup
and fails with following error.The text was updated successfully, but these errors were encountered: