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
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!
The text was updated successfully, but these errors were encountered:
Hi, @jraedler
I am using Polygon3 in my project, and I've encountered a problem after successfully installed it on a centos machine.
I have no clue on the
alloca
thing. Could you please give me some advice?Thanks in advance!
Cheers!
The text was updated successfully, but these errors were encountered: