-
Notifications
You must be signed in to change notification settings - Fork 47
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
Issue with offline installation: importing gives syntax error #12
Comments
It's a namespace package. Import it as |
Same error is there:
|
That's not the same error, it's no longer a syntax error. Looks like you don't actually have the package installed. Do you possibly have multiple python installations? |
actually no, so strange.
|
well, in that case I have no idea what the issue is. You should be able to import that, though:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We were able to download package and install offline mode.
When doing pip3 list it shows that cocotb-pcie is installed:
However when importing in python, it gives strange error:
Any ideas what is this?
The text was updated successfully, but these errors were encountered: