cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
301 stars 55 forks source link

Issues with Python3.8 #165

Closed daxamin closed 2 years ago

daxamin commented 2 years ago

I am trying to move over to Python3.8 and getting the following error with pyeda

from pyeda.boolalg.expr import And, Expression

38-wsl/lib/python3.8/site-packages/pyeda/boolalg/expr.py:114: in <module>
    from pyeda.boolalg import exprnode
E   ImportError: 38-wsl/lib/python3.8/site-packages/pyeda/boolalg/exprnode.cpython-38-x86_64-linux-gnu.so: undefined symbol: _malloca

I am windows in WSL environment. NOTE This works fine with Python 3.6 and 3.7

Looking at this repo I came to know that it is only tested on Python 3.3 and 3.4, but has anyone faced such an error? Any help would be appreciated. Thank you.

daxamin commented 2 years ago

The issue was on my end and not in the package. Sorry about that.