question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't Pip Install TFX: tried different environment setups and python/pip versions

See original GitHub issue

TFX won’t install on my windows machine. It throws this exact same error for all the different standalone packages: tensorflow-data-validation, tensorflow-transform, tensorflow-model-analysis, ml-metadata, etc

Please help! I’ve been struggling with this for about 3 weeks now. I am running Anaconda with Python 3.7.4, TensorFlow 2.0, on Windows 10. I’ve tried TFX 0.14.0 and 0.15.0rc0

ERROR: Could not find a version that satisfies the requirement <component-package> (from versions: none)
ERROR: No matching distribution found for <component-package>

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:17 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
Sawatdattacommented, Dec 10, 2019

Same issue is there for ubuntu 18.04

5reactions
lihancommented, Jul 27, 2020

Thanks @lildonpancho

I’m pasting the command I used with Anaconda, minor differences compares to Miniconda.

  1. conda create --name tfx
  2. conda install python=3.6
  3. pip3 install tfx
Read more comments on GitHub >

github_iconTop Results From Across the Web

Install TensorFlow with pip
For the CPU-only build use the pip package named tensorflow-cpu . Here are the quick versions of the install commands. Scroll down for...
Read more >
Getting pip dependency error following TFX tutorial
The problem is due to dependency mismatch. Use virtual environment to get rid of such kind of problems. #Create virtual environment named ...
Read more >
How to Install and What is Python Pip? - DataCamp
Learn how to install libraries and packages with pip. Install scikit-learn and other data science requirements & dependencies for your code today!
Read more >
Installation of Anaconda, TensorFlow & TFX
We use the data science platform Anaconda to install TFX ... We create an environment with a specific version of Python (3.9). We...
Read more >
how to fix unable to locate package in termux
NVIDIA JETSON-Jetson TX2 -E: Unable to locate package python-pip / libgeos-dev ... Try 'apt --fix-broken install' with no packages (or specify a solution)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found