Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cPolygon.cpython-36m-x86_64-linux-gnu.so: undefined symbol: alloca #3

Open
stoneyang opened this issue May 21, 2021 · 1 comment
Open

Comments

@stoneyang
Copy link

Hi, @jraedler

I am using Polygon3 in my project, and I've encountered a problem after successfully installed it on a centos machine.

Python 3.6.6rc1 (default, Jul 30 2018, 15:26:44)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import Polygon
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/.local/lib/python3.6/site-packages/Polygon/__init__.py", line 5, in <module>
    from Polygon.cPolygon import *
ImportError: /home/.local/lib/python3.6/site-packages/Polygon/cPolygon.cpython-36m-x86_64-linux-gnu.so: undefined symbol: alloca

I have no clue on the alloca thing. Could you please give me some advice?

Thanks in advance!

Cheers!

@forrestr91
Copy link

我的python环境3.9.5,使用3.0.9.1遇到的一样的问题,更换为3.0.8好了,供参考。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants