You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain combinations of Python versions and hosts (e.g., Python3.6 on an M1 Mac) have trouble installing numpy, a dependency of pandas, because it needs to be built from source, compiler flags might need tweaking, etc.
Ticket is to remove the pandas dependency altogether since it's only used once to fill intermediate values in the plans download-resources command. This could probably be replaced with a manual implementation pretty easily.
The text was updated successfully, but these errors were encountered:
Certain combinations of Python versions and hosts (e.g., Python3.6 on an M1 Mac) have trouble installing
numpy
, a dependency ofpandas
, because it needs to be built from source, compiler flags might need tweaking, etc.Ticket is to remove the pandas dependency altogether since it's only used once to fill intermediate values in the
plans download-resources
command. This could probably be replaced with a manual implementation pretty easily.The text was updated successfully, but these errors were encountered: