FireDynamics / propti

PROPTI is an interface tool that couples simulation models with algorithms to solve the inverse problem of material parameter estimation in a modular way. It is designed with flexibility in mind and can communicate with arbitrary algorithm libraries and simulation models. Furthermore, it provides basic means of pre- and post-processing.
MIT License
15 stars 125 forks source link

Incompatibilities with Python 3.7 #60

Closed marcfehling closed 5 years ago

marcfehling commented 6 years ago

There seems to be incompatibilities with the latest version of Python, i.e. 3.7

For example, calling

python propti_prepare.py examples/tga_analysis_01/input.py

freezes and results in the following output with a KeyboardInterrupt

Traceback (most recent call last):
  File "propti_prepare.py", line 25, in <module>
    ver = pr.Version()
  File ".../propti/propti/data_structures.py", line 687, in __init__
    self.ver_exec = self.exec_versionCall()
  File ".../propti/propti/data_structures.py", line 735, in exec_versionCall
    line = proc.stdout.readline().decode("utf-8")
lu-kas commented 5 years ago

this is not a problem with python, but with the non-existance of the executable