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
I've set the wrong path for the ENV["JULIA_PYTHONCALL_EXE"] variable: ENV["JULIA_PYTHONCALL_EXE"] = raw"C:\Users\Shayan\AppData\Local\Programs\Python\Python310\python.exe". I changed it to ENV["JULIA_PYTHONCALL_EXE"] = raw"C:\Users\Shayan\.julia\environments\v1.10\.CondaPkg\env\python.exe" and now it works.
I've installed
stumpy
package using CondaPkg. When I want to import it using thepyimport
function, I get the following error:Further details:
On Python side:
So I think there is an issue with PythonCall.
The text was updated successfully, but these errors were encountered: