Open klem-ent opened 4 years ago
Try Python 3.7 or 3.8
Try Python 3.7 or 3.8
Hello,
Thanks for your reply. So I've updated my Python version but same error.
Detecting platforms... Detected following platforms: python: 3.8.6 dotnet: 3.1.10
Here another error:
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/tmp/oryx/platforms/python/3.8.6/include/python3.8 -c ast3/Python/ast.c -o build/temp.linux-x86_64-3.8/ast3/Python/ast.o ast3/Python/ast.c:22:1: error: conflicting types for ‘_PyObject_FastCall’ _PyObject_FastCall(PyObject func, PyObject const args, int nargs) ^
~~~~~ In file included from /tmp/oryx/platforms/python/3.8.6/include/python3.8/abstract.h:837:0, from /tmp/oryx/platforms/python/3.8.6/include/python3.8/Python.h:147, from ast3/Python/ast.c:6: /tmp/oryx/platforms/python/3.8.6/include/python3.8/cpython/abstract.h:145:1: note: previous definition of ‘_PyObject_FastCall’ was here _PyObject_FastCall(PyObject func, PyObject const args, Py_ssize_t nargs) ^~~~~~ error: command 'gcc' failed with exit status 1ERROR: Failed building wheel for typed-ast [10:35:58+0000] Failed to build typed-ast
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)