We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[3], line 1 ----> 1 import polytope ModuleNotFoundError: No module named 'polytope'
Fix is to use import polytope_feature as polytope
import polytope_feature as polytope
Follow your REDME.md tutorial instead of using import polytope_feature as polytope
REDME.md
1.0.26
Redhat 8.1 and Ubuntu 22.04
No response
ECCC
The text was updated successfully, but these errors were encountered:
Fixed the import issue ecmwf#317
d2e9bf7
Merge pull request #318 from itsgifnotjiff/import-fix
2bd7a5b
Fixed the import issue #317
No branches or pull requests
What happened?
Fix is to use
import polytope_feature as polytope
What are the steps to reproduce the bug?
Follow your
REDME.md
tutorial instead of usingimport polytope_feature as polytope
Version
1.0.26
Platform (OS and architecture)
Redhat 8.1 and Ubuntu 22.04
Relevant log output
Accompanying data
No response
Organisation
ECCC
The text was updated successfully, but these errors were encountered: