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 am using PyCharm for PyTest and I am not sure if this is correct to do but I set the env interpreter to python-jl. Now, when I attempt to run a test, it informs me the module PyTest cannot be found. I do have PyTest installed and when I set the env interpreter to just python, the test runs smoothly.
Is this expected to happen?
The text was updated successfully, but these errors were encountered:
No, I mean what specific conda environment is python-jl using? Or where is it located?
It may be using a different environment than the one you are in. In fact, this is the default behavior. If you want to make it use your current conda environment, you will need to tell Julia about that unless you installed julia via conda.
Hi,
I am using PyCharm for PyTest and I am not sure if this is correct to do but I set the env interpreter to python-jl. Now, when I attempt to run a test, it informs me the module PyTest cannot be found. I do have PyTest installed and when I set the env interpreter to just python, the test runs smoothly.
Is this expected to happen?
The text was updated successfully, but these errors were encountered: