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
-bash: /usr/bin/almar: "/usr/bin/env: bad interpreter: No such file or directory
The issue is incorrect escaping of build_scripts.executable in setup.py. It has been fixed in recent versions of setuptools, so pip install -U setuptools followed by a reinstall almar will fix the issue.
Got this error on a machine now:
The issue is incorrect escaping of
build_scripts.executable
in setup.py. It has been fixed in recent versions of setuptools, sopip install -U setuptools
followed by a reinstallalmar
will fix the issue.Ref. pypa/setuptools#188
The text was updated successfully, but these errors were encountered: