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
If the working directory contains a special character, such as an accent (´) the following error will occur:
[1/1] Failed ifd/proteinx/ligandx with output:
Traceback (most recent call last):
File "/data/software/schrodinger/schrodinger2023-4/psp-v7.4/bin/Linux-x86_64/ifd_startup.py", line 289, in <module>
jobc.launch()
File "/data/software/schrodinger/schrodinger2023-4/internal/lib/python3.8/site-packages/schrodinger/job/launcher.py", line 915, in launch
cmd_args = self.getCommandArgs()
File "/data/software/schrodinger/schrodinger2023-4/internal/lib/python3.8/site-packages/schrodinger/job/launcher.py", line 798, in getCommandArgs
cmd.encode('ascii')).decode('ascii')
UnicodeEncodeError: 'ascii' codec can't encode character '\xed' in position 96: ordinal not in range(128)
WARNING: Some commands have failed. Please check the output.
The error also occurs with older versions of schrödinger.
One possible implementation/enhancement is to add a check for the working directory path to warn about special characters found.
The text was updated successfully, but these errors were encountered:
If the working directory contains a special character, such as an accent (
´
) the following error will occur:The error also occurs with older versions of schrödinger.
One possible implementation/enhancement is to add a check for the working directory path to warn about special characters found.
The text was updated successfully, but these errors were encountered: