Skip to content

Conversation

@lazyoracle
Copy link
Member

What

Fix tensorflow installation dependency on Windows. The current release has the following error:

pip install c3-toolset
.
.
.
tensorflow 2.3.1 requires gast==0.3.3, but you'll have gast 0.4.0 which is incompatible.

Closes #4

Why

New pip resolution messes up dependencies for tensorflow.

How

Freeze version of gast to 0.3.3 to prevent conflicts.

Notes

Also made some minor fixes:

  • Add rich to requirements.txt
  • Fix the version number in __init__.py

@lazyoracle lazyoracle linked an issue Jan 4, 2021 that may be closed by this pull request
@lazyoracle lazyoracle merged commit 68b39be into dev Jan 4, 2021
@lazyoracle lazyoracle added this to the release/1.1.1 milestone Jan 4, 2021
@lazyoracle lazyoracle self-assigned this Jan 4, 2021
@lazyoracle lazyoracle deleted the pip-tf-fix branch January 4, 2021 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pip installation error on Windows

2 participants