Error importing Base
Open
- Dominant language
- Python
- Stars
- 893
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
I installed PyJulia using the instructions provided [here](https://pyjulia.readthedocs.io/en/latest/installation.html).
When I run the following commands, I get a JuliaError:
```
import julia
julia.install()
from julia import Base
```
```
JuliaError: Exception 'ArgumentError' occurred while calling julia code:
const PyCall = Base.require(Base.PkgId(Base.UUID("438e738f-606a-5dbb-bf0a-cddfbfd45ab0"), "PyCall"))
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.