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
creates a file .\x\Scripts\foo-script.py that contains
#!x\python.exe
as a shebang. This causes .\x\Scripts\foo.exe to fail with an error message Unable to create process using ....
This does not happen if the environment is specified by an absolute path (e.g. -p %userprofile%\tmp\x), or by name (e.g. -n x) in the micromamba create command line, or if package_containing_python_entry_point_foo is installed later within the activated environment with micromamba install package_containing_python_entry_point_foo.
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Micromamba
Search tried in issue tracker
micromamba windows python entrypoint console script unable to create process
Latest version of Mamba
Tried in Conda?
I didn't try
Describe your issue
The command
micromamba create -p .\x package_containing_python_entry_point_foo
creates a file
.\x\Scripts\foo-script.py
that contains#!x\python.exe
as a shebang. This causes
.\x\Scripts\foo.exe
to fail with an error messageUnable to create process using ...
.This does not happen if the environment is specified by an absolute path (e.g.
-p %userprofile%\tmp\x
), or by name (e.g.-n x
) in themicromamba create
command line, or ifpackage_containing_python_entry_point_foo
is installed later within the activated environment withmicromamba install package_containing_python_entry_point_foo
.mamba info / micromamba info
Logs
environment.yml
~/.condarc
The text was updated successfully, but these errors were encountered: