I tried to install: a. PythonPlot b. PythonPlot#main using the package manager after a fresh install of Julia and deleting the .julia directory. In both cases the precompilation fails. But strange enough, if I restart Julia and do ```julia using PythonPlot ``` it downloads and installs a lot of stuff and it just works. Any idea?