JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
475 stars 87 forks source link

PyPlot explicitly asks for Python3.6 #422

Closed puenka closed 5 years ago

puenka commented 5 years ago

After my distribution recently upgraded to Python3.7, this rendered PyPlot unusable, as it explicitly asks for libpython3.6m.so.1.0 on my machine. I worked around by having Python3.6 installed additionally to the current version.

tkf commented 5 years ago

Did you try https://github.com/JuliaPy/PyCall.jl#specifying-the-python-version?

puenka commented 5 years ago

This also did fix the issue for me. It seems as if this was an issue with PyCall not upgrading to a newer Python version automatically.

stevengj commented 5 years ago

PyCall saves the info about your Python configuration; you have to rebuild if you want it to switch.