Closed crbinz closed 5 years ago
module 'numpy' has no attribute '__version__'
I haven't seen that error before. Note that the error occurs inside matplotlib. This would seem to indicate that your Python installation is broken somehow.
Maybe it will help to update the conda installation (do add Conda
at the package prompt first):
using Conda
Conda.update()
?
If not, you could try removing Conda and reinstalling
rm(raw"C:\Users\cbinz\.julia\conda", recursive=true)
and then re-run build PyCall
at the package prompt.
Updating Conda didn't fix things, but nuking ~/.julia/conda
did. :man_shrugging:
On Windows 7, julia 1.1.0:
This is after I do
ENV["PYTHON"]=""; Pkg.build("PyCall")
and]add PyPlot
, both of which complete successfully.