Support python 3.10
Closed this issue · 1 comments
hajapy commented
Python 3.10 builds are failing (see conda-forge/upolygon-feedstock#7)
import: 'upolygon'
Traceback (most recent call last):
File "/home/conda/feedstock_root/build_artifacts/upolygon_1640124932027/test_tmp/run_test.py", line 2, in <module>
import upolygon
File "/home/conda/feedstock_root/build_artifacts/upolygon_1640124932027/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/python3.10/site-packages/upolygon/__init__.py", line 1, in <module>
from draw_polygon import draw_polygon # noqa
ImportError: /home/conda/feedstock_root/build_artifacts/upolygon_1640124932027/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/python3.10/site-packages/draw_polygon.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send
I think the resolution is that the cython c files should be regenerated with a newer version of cython
simedw commented
Thanks for waiting, this has been done.