While notebook is launching from base environment, not launching from quantra_py env. Get the following error:
(quantra_py) C:\Users\Pooja Modi>jupyter notebook
Unable to create process using 'C:\Users\Pooja Modi.conda\envs\quantra_py\python.exe "C:\Users\Pooja Modi.conda\envs\quantra_py\Scripts\jupyter-script.py" notebook'
Can someone pls advise?
Hello Sujit,
It is a bit difficult to replicate the same issue. But the following are some alternatives which you can try and let us know if they work for you.
1. You can check if your anti-virus program is not blocking the 'python.exe' application
2. The virtual environment might not have installed correctly (or entirely) In this case, will it be possible for you to uninstall/delete the existing environment. You can delete the environment by first being in the base environment and then add the following line: conda remove --name quantra_py --all . Then install a fresh version using the following line of code: conda env create -f https://raw.githubusercontent.com/quantra-go-algo/Quantra_Environment/main/environment_windows_ml.yml
3. You can check the path in which the environment is installed is correct, and there have been occasions when users reported that changing the user name to one without spaces resolved the error
Hope this helps. Do let me know if there are still any issues.