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
I have lot of errors like the following while I'm trying to create the CloudBot Azure function.
[11:05:38+0000] Building wheel for typed-ast (setup.py): started
ERROR: Command errored out with exit status 1:
[11:05:51+0000] Building wheel for typed-ast (setup.py): finished with status 'error'
command: /tmp/oryx/platforms/python/3.8.6/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-61eubnx3/typed-ast/setup.py'"'"'; file='"'"'/tmp/pip-install-61eubnx3/typed-ast/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-nlwpzps9
[11:05:51+0000] Running setup.py clean for typed-ast
cwd: /tmp/pip-install-61eubnx3/typed-ast/
[...]
[11:05:38+0000] Building wheel for typed-ast (setup.py): started
ERROR: Command errored out with exit status 1:
[11:05:51+0000] Building wheel for typed-ast (setup.py): finished with status 'error'
command: /tmp/oryx/platforms/python/3.8.6/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-61eubnx3/typed-ast/setup.py'"'"'; file='"'"'/tmp/pip-install-61eubnx3/typed-ast/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-nlwpzps9
[11:05:51+0000] Running setup.py clean for typed-ast
cwd: /tmp/pip-install-61eubnx3/typed-ast/
Is this due to the Python version installed on my station? (Python 3.6.8)
The text was updated successfully, but these errors were encountered:
Hello,
I have lot of errors like the following while I'm trying to create the CloudBot Azure function.
Is this due to the Python version installed on my station? (Python 3.6.8)
The text was updated successfully, but these errors were encountered: