Open rkurchin opened 3 years ago
Probably some environment variable like PYTHONPATH is messing things up. I would check your environment for python-related variables.
aha, that was it! If I blank out PYTHONPATH as well, it works! Thanks! Possibly worth noting this in documentation/readme somewhere? I'll leave it to the developers where it would be appropriate...
Julia version: 1.5.2 PyCall version: 1.92.2 Conda version: 1.5.1
Setup
Check some variables:
Now here's the problem:
And here's the output...
Note that the stacktrace shows the system python (2.7) as opposed to the Conda.jl Python 3 that it should be using. This PyInit_multiarray seems to be a documented error arising when using Python 2 where Python 3 is needed.
OS details:
The really weird part is I've gotten this to work perfectly on another system with the same OS and the only difference between the two that I can figure out is that the other system is running Julia 1.5.1 whereas this one is on 1.5.2.
I've completely run out of troubleshooting ideas here and would love any input!