-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improve error message when installing cocoex with pip without code fabrication #1
Comments
olafmersmann
added a commit
that referenced
this issue
Aug 14, 2024
…ckage Instead of outputting a ModuleNotFoundError when attempting to build the cocoex Python package without running `scripts/fabricate` beforehand, output an informative error message that tells you how to resolve the issue. Fixes #1
With commit a610238 you now get
|
olafmersmann
added a commit
that referenced
this issue
Aug 14, 2024
…ckage Instead of outputting a ModuleNotFoundError when attempting to build the cocoex Python package without running `scripts/fabricate` beforehand, output an informative error message that tells you how to resolve the issue. Fixes #1
olafmersmann
added a commit
that referenced
this issue
Aug 14, 2024
…ckage Instead of outputting a ModuleNotFoundError when attempting to build the cocoex Python package without running `scripts/fabricate` beforehand, output an informative error message that tells you how to resolve the issue. Fixes #1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If one attempts to install
cocoex
withpip
before fabricating the code, an error occurs. The resulting error message (see below) is unhelpful. We should add a hint that the code needs to be fabricated first.The text was updated successfully, but these errors were encountered: