WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

Issue with installation/running pyiso #208

Open chadlass opened 2 years ago

chadlass commented 2 years ago

I tried to run python setup.py install and keep getting this error. Has anyone had similar issues?

fatal error: too many errors emitted, stopping now [-ferror-limit=] 13 warnings and 20 errors generated. error: Setup script exited with error: command 'gcc' failed with exit status 1

jikaczmarski commented 2 years ago

Same. Tried on multiple systems. Pyiso is currently impossible to install.

jikaczmarski commented 2 years ago

One thing you can try is this: pip install --no-deps pyiso. It worked for me but am currently unable to do a test run on it.

mianakajima commented 2 years ago

Had the same issue, and @JesseKaczmarski's solution seems to work - thanks!

jikaczmarski commented 2 years ago

No problem, @mianakajima! I've since been able to test pyiso since this but only with the CAISO object. There were some suspect results so I'm going to revisit this when I have a little more time, but I think this project has more or less been abandoned.

mianakajima commented 2 years ago

Oh I see, thanks for letting me know you found some suspect results - good to know.