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
Hello, I tried to install the visqol pacakge on python3.8 using pip install .but failed, saying that "undefined reference to symbol PyFrame_GetCode". And I successfully install it on python3.11 .
I think that the supported Python versions should be specified. Maybe we can mention the supported python version in README.md or add the code like python_requires='>=3.10' in setup.py .
The text was updated successfully, but these errors were encountered:
external/pybind11_abseil/pybind11_abseil/absl_casters.h:91:24: error: use of undeclared identifier 'PyUnicode_AsUTF8'
external/pybind11_abseil/pybind11_abseil/import_status_module.cc:13:8: error: use of undeclared identifier 'PyGILState_Check'
Hello, I tried to install the visqol pacakge on python3.8 using
pip install .
but failed, saying that "undefined reference to symbol PyFrame_GetCode". And I successfully install it on python3.11 .I think that the supported Python versions should be specified. Maybe we can mention the supported python version in README.md or add the code like
python_requires='>=3.10'
in setup.py .The text was updated successfully, but these errors were encountered: