Problem description
Previously, rename a CONDA virtual environment with the following command:
conda create -n torch --clone rl
conda remove -n rl --all
Then start jupyter from Torch virtual environment, and the following error is reported:
Fatal error in launcher: Unable to create process using
"g:\miniconda3\envs\rl\python.exe"
"G:\miniconda3\envs\torch\Scripts\jupyter-notebook.EXE"
Reference solutions
I checked the online information and found that it was better after a mess… So I’m not sure which operation fixed the problem. What’s more certain is the last few executed commands:
pip uninstall ipython
pip uninstall jupyter
pip uninstall notebook
Or (after the above command is executed, try installing jupyter first. If the problem cannot be solved, execute the following command)
pip install pip-autoremove
pip-autoremove jupyter -y
Then install jupyter
pip install jupter
Read More:
- Python3 Fatal error in launcher: Unable to create process using ‘”‘
- [Solved] pip Fatal error in launcher: Unable to create process using
- Python PIP Fatal error in launcher: Unable to create process using ‘“e:\program files\programdata
- [Solved] jupyter notebook Error: ModuleNotFoundError: No module named jupyter_nbextensions_configurator
- Jupyter notebook Failed to Switch to the Virual Environment: DLL load failed python.exe could not find the entry
- [Solved] Failed environment install leads to “unable to create process using“ error
- [Solved] Jupyter Notebook Error: SparkException: Python worker failed to connect back
- [Solved] Jupyter notebook: TypeError: __init__() got an unexpected keyword argument ‘io_loop’
- [Solved] jupyter notebook Error: 500 : Internal Server Error
- [Solved] Jupyter notebook use pyLDAvis Error: modulenotfounderror: no module named ‘pyLDAvis’‘
- How to Solve jupyter notebook Read CSV files Error
- [Python] error in installing jupyter: defaulting to user installation because normal Requirement already satisfied
- jupyter notebook Use pyLDAvis Error: AttributeError: module ‘pyLDAvis‘ has no attribute ‘gensim
- [Solved] Python Error: An attempt has been made to start a new process before the current process has finished …
- Linux Fatal Python error: Py_Initialize Unable to get the locale encoding
- [Solved] Fatal Python error: initfsencoding: Unable to get the locale encoding
- Python Fatal error: Py_Initialize: unable to load the file system codec
- [Solved] mindinsight modelart Error: RuntimeError: An attempt has been made to start a new process before…
- [Solved] RuntimeError An attempt has been made to start a new process
- [Solved] PyTorch Caught RuntimeError in DataLoader worker process 0和invalid argument 0: Sizes of tensors mus