You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! When I use PyCall with the default environment ENV["PYTHON"]="" everything works fine. However, as soon as I switch it to another path like ENV["PYTHON"]=raw"C:\Users\neun8\.julia\conda\3\envs\tf-gpu\python.exe" it doesn't find any modules I have installed even if that environment is an exact copy of the default PyCall environment (created using conda create --name tf-gpu --clone base). This is a problem because it would be very convenient to be able to have seperate environments for say Tensorflow and PyTorch. I'm using PyCall 1.92.2 on Julia 1.6.0 on Windows 10.
The text was updated successfully, but these errors were encountered:
Hi! When I use PyCall with the default environment
ENV["PYTHON"]=""
everything works fine. However, as soon as I switch it to another path likeENV["PYTHON"]=raw"C:\Users\neun8\.julia\conda\3\envs\tf-gpu\python.exe"
it doesn't find any modules I have installed even if that environment is an exact copy of the default PyCall environment (created usingconda create --name tf-gpu --clone base
). This is a problem because it would be very convenient to be able to have seperate environments for say Tensorflow and PyTorch. I'm using PyCall 1.92.2 on Julia 1.6.0 on Windows 10.The text was updated successfully, but these errors were encountered: