JuliaPy / JuliaPy/pyjulia

Import Error - Module cannot be found

Open
#516 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
893
Forks
101
PR merge metrics
No merged PRs in 30d

Description

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

```
import julia
import diffeqpy

julia.install()
diffeqpy.install()
from julia.api import Julia

jl = Julia(compiled_modules=False)
from julia import Pkg

Pkg.add("ReactionMechanismSimulator")
from julia import ReactionMechanismSimulator
```

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.