-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error executing pip install tfx in new conda environment with python 3.10 #6468
Comments
Unfortunately there is currently no plan to support Windows. However, you can install WSL on windows following this guide and set up a virtual Python environment inside your WSL instance. Then you can install TFX in your virtual environment. Although I tried to pip install TFX in linux machine and got the same error. The installation works in colab environment. Let me take this bug to team internally and meanwhile you can use colab environment for development. Thanks. |
This is caused by an old bug in I hope this helps anyone trying to fix it :) |
We have released 1.15.0 version on pypi. Please try it out and see if it works. |
It worked! |
Yep, we have removed the issue with shapely as well. If you need more further assistance feel free to reopen the thread. Hope it works well! |
System information
pip freeze
output):None
bzip2 1.0.8
ca-certificates 2023.11.17
libffi 3.4.2
libsqlite 3.44.0
libzlib 1.2.13
openssl 3.1.4
pip 23.3.1
python 3.10.13
setuptools 68.2.2
tk 8.6.13
tzdata 2023c
ucrt 0.0.22621.0
vc 14.3
vc14_runtime 14.36.32532
vs2015_runtime 14.36.32532
wheel 0.41.3
xz 5.2.6
Describe the current behavior
pip install -U tfx results in error (see below). Install is not completed.
Describe the expected behavior
According to the TFX User guide (https://www.tensorflow.org/tfx/guide) installation of tfx 1.14 under python 3.10 should be possible.
Standalone code to reproduce the issue
conda create -n test_tfx python=3.10
conda activate test_tfx
pip install -U tfx
Other info / logs
The text was updated successfully, but these errors were encountered: