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
when trying running "akita_data.py" I get the following error:
/usr/bin/env: ‘python\r’: No such file or directory
/usr/bin/env: /usr/bin/env: ‘python\r’‘python\r’: No such file or directory: No such file or directory
/usr/bin/env: ‘python\r’: No such file or directory
/usr/bin/env: ‘python\r’: No such file or directory
I will be happy for help:)
The text was updated successfully, but these errors were encountered:
this seems like an environment setup issue, rather than an issue with basenji/akita per se. If you have conda/mamba installed, you can try to follow environment setup in installation section: https://github.com/calico/basenji#installation.
Yea that error message suggests an issue with the shebang line (the first line) in the "akita_data.py" script. The shebang line is used to specify the interpreter that should be used to execute the script. Are you on a unix system?
Hey!
how are you?
when trying running "akita_data.py" I get the following error:
/usr/bin/env: ‘python\r’: No such file or directory
/usr/bin/env: /usr/bin/env: ‘python\r’‘python\r’: No such file or directory: No such file or directory
/usr/bin/env: ‘python\r’: No such file or directory
/usr/bin/env: ‘python\r’: No such file or directory
I will be happy for help:)
The text was updated successfully, but these errors were encountered: