google-deepmind / graphcast

Apache License 2.0
4.54k stars 572 forks source link

colab install error #18

Closed berridge closed 10 months ago

berridge commented 10 months ago

When trying to install packages the google-colab package install throws the following error:

dist.fetch_build_eggs(dist.setup_requires)

error in pandas setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier) pytz >= 2011k

berridge commented 10 months ago

Doing it this way seemed to work: pip install google.colab --no-deps