efdiloreto / PyTekla

Bringing CPython power to Tekla
MIT License
7 stars 3 forks source link

Cannot install in Python 3.12 #7

Open eevleevs opened 3 weeks ago

eevleevs commented 3 weeks ago

PyTekla depends on pythonnet == 3.0.1, which is not found on Python 3.12.

Currently working around as:

pip install pythonnet
pip install --no-deps pytekla
efdiloreto commented 3 weeks ago

Hey @eevleevs . Will take a look to fix it. Thanks for the comment.