When running "pip install pyetaler" I get the following error on windows with python 3.9. Is there any way around this or is this library now out of date?
Building wheels for collected packages: pyetaler
Building wheel for pyetaler (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
c:\users\...\appdata\local\programs\python\python39\lib\site-packages\setuptools\dist.py:788: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
running build
error: [WinError 2] The system cannot find the file specified
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyetaler
Running setup.py clean for pyetaler
Failed to build pyetaler
When running "pip install pyetaler" I get the following error on windows with python 3.9. Is there any way around this or is this library now out of date?