kactus2 / kactus2dev

Kactus2 is a graphical EDA tool based on the IP-XACT standard.
https://research.tuni.fi/system-on-chip/tools/
GNU General Public License v2.0
191 stars 34 forks source link

kactus2 needs at least python3.8 #65

Closed mkettn closed 2 years ago

mkettn commented 2 years ago

I*ve got an error when compiling kactus2 with python3.7, that it cannot find Python.h although I've installed it. The reason is, that - at least on my distribution, Ubuntu 18.04 - python3.7-config doesn't know the --embed command line argument. It will just print the usage. please update the readme file accordingly.

ktbarrett commented 2 years ago

The README states for the current release that Python 3.10 is the minimum supported version of Python.

mkettn commented 2 years ago

yes, you where right. I think I checked out out a release tag, where it wasn't mentioned in the readme.

epekkar commented 2 years ago

The current compilation should work with 3.8 and newer. We tested the build with 3.10, that works for sure.