JuliaPy / JuliaPy/pyjulia

Trouble getting this working on Windows 10

Open
#436 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
893
Forks
101
PR merge metrics
No merged PRs in 30d

Description

I have been writing code in Python 3 on Windows 10 and need to call a function which was written in Julia, so I have installed Julia and PyJulia. I have encountered a very strange problem, however: while I can import and call Julia modules just fine in Python terminal (though importing them can take an unexpected few seconds), trying to import any Julia module in a Python script will give an error.

I can run a line

import julia

just fine, but something as simple as

from julia import Base

will give the two dialog boxes and error in terminal screenshotted below. Any clue what is going on here?

![error1](https://user-images.githubusercontent.com/4853287/107497600-144eb880-6b93-11eb-9d86-c6a9ffe57861.PNG)
![error2](https://user-images.githubusercontent.com/4853287/107497624-1add3000-6b93-11eb-9656-787a6834b29f.PNG)
![error3](https://user-images.githubusercontent.com/4853287/107497654-1fa1e400-6b93-11eb-9742-d301041ea1b0.PNG)

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.