That PythonBundle uses julia and on import seems to load a Julia package which will be downloaded to $HOME/.julia (by default)
#25909 changes that to use a temporary directory but I'd say it shouldn't download anything at all and if it does it is an indication of missing dependencies. In that case it is (at least) the Julia package PythonCall
That PythonBundle uses
juliaand on import seems to load a Julia package which will be downloaded to$HOME/.julia(by default)#25909 changes that to use a temporary directory but I'd say it shouldn't download anything at all and if it does it is an indication of missing dependencies. In that case it is (at least) the Julia package
PythonCall