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 do not know if it is specific to Windows. I had the problem with libminc. It might be either a bug in rattler-build or a problem in escaping command parameters when calling rattler-build from Python.
The text was updated successfully, but these errors were encountered:
I am still hoping that it is not a problem here because I have no special character, just a space in C:\Users\FirstName LastName, and I believe it it the job of subprocess to correctly escape the command. But I will try another example with python instead of rattler-build to find out who is messing with my command.
To activate the environment, rattler-build generates a script and use call on it without appropriate escaping:
│ ╭─ Running build script
│ │ %SRC_DIR%>IF "" == "" (
│ │ 'C:\Users\Me' n’est pas reconnu en tant que commande interne
│ │ ou externe, un programme exécutable ou un fichier de commandes.
│ │
│ │ call %SRC_DIR%\build_env.bat
│ │ )
I do not know if it is specific to Windows. I had the problem with
libminc
. It might be either a bug in rattler-build or a problem in escaping command parameters when calling rattler-build from Python.The text was updated successfully, but these errors were encountered: