I encountered an issue while running the MetaCall installation script on a Windows PC where the user name contains whitespace. Specifically, the installation fails with the following error:
'C:\Users\ <first word of the user name>' is not recognized as an internal or external command, operable program or batch file.
Steps to Reproduce
Use a Windows PC with a user name that includes spaces (e.g., Rohan Kumar Mahato).
Run the MetaCall installation script.
Observe the error message indicating that the path is not recognized.
Expected Behavior
The script should handle paths with spaces correctly, allowing the installation to proceed without errors.
Actual Behavior
The installation stops, and the error message prevents further execution of the script.
I encountered an issue while running the MetaCall installation script on a Windows PC where the user name contains whitespace. Specifically, the installation fails with the following error:
Steps to Reproduce
Rohan Kumar Mahato
).Expected Behavior
The script should handle paths with spaces correctly, allowing the installation to proceed without errors.
Actual Behavior
The installation stops, and the error message prevents further execution of the script.