#Precompiling PyPlot and PyCall packages failing while adding Pluto package!!
1 messages · Page 1 of 1 (latest)
Here is the error. I already tried pre compiling multiple times but no luck.
What does it do when you run Pkg.build("PyCall")?
which can also be run via ] build PyCall
So in that error message, it says it will use Conda by default, is that what you want?
Hmm, I am installing conda now, if that’s default
It tried to install Conda for you, but it says it failed because your user directory has a space, which apparently it can't handle
Oh okay
Although it's allowed, I generally recommend against using spaces in directory or file names, for just that reason
from the command line, you'll usually have to wrap the path in "" which I find annoying
So I just habitually avoid spaces
Yeah same, I also don’t like this. But my IT department made that user name
So, as i am installing anaconda manually, will it solve issue?
You'll need to follow the rest of the instructions in the error message, you just need to set the environment variable to the correct path
No problem at all