Closed Bogdanzz96 closed 1 year ago
Hmmm, not sure what the issue is, but I encourage you to try more recent Python versions (Python 3.7 will be deprecated in 2023). Pyfhel worked correctly in Python 3.8, 3.9 and 3.10.
I confirm that this is a known issue in Python<=3.8 that was patched for Python3.8.
If you must absolutely use your current Python version, then add the following line afher this block of code:
https://github.com/ibarrond/Pyfhel/blob/4a480be3072503c3549f0e2e90eb8303b11e3220/setup.py#L483-L485
source_dir, build_dir = str(source_dir), str(build_dir)
On our side, we will be deprecating Python 3.7 in future versions of Pyfhel.
Thanks for this!
It's not a must having 3.7, just switched to 3.8 and it built successfully.
Description I get an error when trying to install Pyfhel 3.3.1.
Code To Reproduce Error
Environment variables:
Setup: