WattTime / pyiso

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

PyISO will not install on Fedora 32, citing lxml libraries #205

Open EPRINC-MP opened 3 years ago

EPRINC-MP commented 3 years ago

Installing collected packages: lxml, pyiso Running setup.py install for lxml ... error

Fedora 32 has python3-lxml-4.4.1-4.fc32.x86_64 installed;

pyiso requires lxml==3.6.4

Shouldn't PyISO be upgraded to use lxml version 4.4?

alexlach commented 3 years ago

I encountered the same problem on Windows 10 and MacOS.

EPRINC-MP commented 3 years ago

One consolation is that the EIA has much of the data. But it is only for U.S. electricity generation.

Other electricity generation sources such as the ones in Europe, etc., that are listed as being available via PyISO are not aggregated in the way EIA aggregates U.S. Electricity data. https://www.eia.gov/opendata/qb.php?category=2123635

U.S. Energy Information Administration (EIA) - Qbhttps://www.eia.gov/opendata/qb.php?category=2123635 Click Children Categories to browse data sets; Click through the tree of available series until you reach a Child Series; Click Child Series to display a chart of the data; API call and series information is listed at the top of the page; Export chart data using the icon in the top right of the chart www.eia.gov

fyi,

M

Max Pyziur Director - Downstream, Transportation Fuels, & Natural Gas Projects Energy Policy Research Foundation, Inc. (EPRINC) 1031 31st Street, NW Washington, DC 20007 Mobile: 917-776-7234 Main: 202-944-3339 Email: maxp@eprinc.org http://www.eprinc.org/


From: alexlach notifications@github.com Sent: Wednesday, November 18, 2020 6:11 PM To: WattTime/pyiso pyiso@noreply.github.com Cc: Max Pyziur maxp@eprinc.org; Author author@noreply.github.com Subject: Re: [WattTime/pyiso] PyISO will not install on Fedora 32, citing lxml libraries (#205)

I encountered the same problem on Windows 10 and MacOS.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/WattTime/pyiso/issues/205#issuecomment-730014583, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOUV3HQSC7PAGA5QRU3FABLSQRICHANCNFSM4SLEZDBA.

ckuethe commented 2 years ago

Cowboy time: pip install --nodeps pyiso worked for me