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
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
perhaps this is obvious, but I can't get the grest command to work. Using MacOS Catalina, python 3
grest boop
zsh: //usr/local/Cellar/python@3.7/3.7.10_3/Frameworks/Python.framework/Versions/3.7/bin/grest: bad interpreter: c:\Python27\python.exe^M: no such file or directory
The text was updated successfully, but these errors were encountered:
I haven't tested it on MacOS, yet the shebang at the start of the grest command points to #!/usr/bin/python. It's pretty strange that you are getting this error. This error usually happens on Windows machines.
bad interpreter: c:\Python27\python.exe^M: no such file or directory
Can you give me more info? Which version of gREST you've installed? Where did you install it (venv or global)? And any other useful piece of information, so I can figure out the issue.
I fixed the shebang and upgraded most of the packages to the latest version. So, please try to install version 2.3.0 of pygrest to see if it fixes your issue. Also, uninstall the previous versions.
perhaps this is obvious, but I can't get the grest command to work. Using MacOS Catalina, python 3
The text was updated successfully, but these errors were encountered: