-
Notifications
You must be signed in to change notification settings - Fork 101
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
Import Error - Module cannot be found #516
Comments
What is the output of |
Thanks for the response! Here is the
In regards to the installation of all three, Python is 3.7.12 and it was installed using an mamba, creating the env from environment.yml file. PyJulia was also installed that way. Then for julia, the commands we ran:
|
After some fiddling around... I was able to import ReactionMechanismSimulator but now when I attempt to call a function from it, it cannot find it. input
output
The current package status:
In case you are wondering, I imported Pkg as |
Can you call |
Sorry for the late response. I attempted your suggestion but get the same issue:
|
Hi,
I am attempting to use PyCharm as my IDE debugger. In my code I call on PyJulia to import a package that our group created. However, after we attempt to run this code
We receive an error during the last line, the import line, saying that there was an Import Error and that ReactionMechanismSimulator could not be found. Any advice on how to deal with this issue?
The text was updated successfully, but these errors were encountered: