-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed error in launcher. Provides 2 paths. Windows 10 #188
Comments
Where do you execute these commands? In a CMD session? |
Cmd session, correct. Edit: Adding extra info. |
re-pinging @xhochy for update. |
Hi, i'm experiencing the same issue. I'm also trying to move conda environment from online windows pc to offline windows server. I experimented with adding paths to the Windows system environment variables, which did not help. I've tried running in the anaconda cmd prompt als well as normal cmd prompt. When I deactivate and activate the environment I also run into an conda error. |
Same here, doesn't work for me on windows: looks for python with old path and for application with new path. Any solution would be appreciated... |
Hi there, thank you for your contribution! This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment. Thanks! |
The issue is still occurring. We're building the conda-pack using Windows 11 and deploying on Windows Server 2019. Both have Miniconda installed with python 3.9. |
Issue: Encountering a fatal error in the launcher when running IPython or other packages after environment migration.Troubleshooting Steps:1. Check Activation Script:
2. Verify Paths:
3. Activate the Environment:
4. Test Python and IPython:
5. Check Installed Packages:
6. Verify Environment Variables:
7. Use Full Paths:
8. Conda-Unpack.exe:
9. Check File Permissions:
10. Reinstall Problematic Packages:
11. System Path:
12. Debugging:
13. Additional Information:
14. Community Support:
Additional Info:
The reported issue has been successfully resolved. The comprehensive troubleshooting steps outlined in the comments were instrumental in identifying and addressing the problem. The solution involved ensuring the correctness of the activation script, verifying paths, activating the environment manually, testing Python and IPython, checking installed packages, confirming environment variables, using full paths, checking file permissions, reinstalling problematic packages, verifying system paths, and addressing potential remnants from previous attempts. The user has confirmed that the issue is now resolved, and the Conda environment is functioning as expected on both the originating computer (Windows 10 build 19043.1110) and the new computer (Windows 10 build 19041.264). |
I have two machines, one online and one offline. I'm attempting to move over my conda env from the online computer to the offline one. From following the instructions, after:
tar -xf env-moved.tar.gz -C new_dir .\Scripts\activate.bat
I get an error when I try to run:
ipython
or anything else with the below error:Fatal error in launcher: Unable to create process using '"C:\prev\path\in\old\env\for\python.exe" "C:\new\env\path\for\ipython.exe": The system cannot find the file specified.
I can open python and import the libraries fine, but I cannot open packages like ipython or jupyter lab/notebook. When I use
conda-unpack.exe
, I get a black screen with no text. Please advise on how to fix the issue, thank you.The text was updated successfully, but these errors were encountered: