The log archive say the following while run Pkg.build(“PyCall”):
Well, I can indeed not help you if you use JuliaPro…
Sorry.
Uwe
Delete JuliaPro and install and run the version of Julia downloaded from here:
ok, lets to to try…
If I read this:
https://stackoverflow.com/questions/55051265/anaconda3-path-variable-issue-on-windows-10
then perhaps the special characters in the path where you try to install julia, python and sympy might cause problems.
So it might be worth to install everything in a directory that has no special characters in its name. And no spaces.
Julia is using conda to install Python and SymPy, and the conda documentation says:
" In what folder should I install Anaconda on Windows?
We recommend installing Anaconda or Miniconda into a directory that contains only 7-bit ASCII characters and no spaces, such as C:\anaconda
. Do not install into paths that contain spaces such as C:\Program Files
or that include Unicode
characters outside the 7-bit ASCII character set. This helps ensure correct operation and no errors when using any open-source tools in either Python 3 or Python 2 conda environments."