Please specify the supported Python versions.
Open
- Dominant language
- C++
- Stars
- 928
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
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 .
Contributor guide
Assessment
This issue has not been assessed yet.