YosefLab/epitome

pip installation fails

Closed this issue · 1 comments

RK900 commented

Running pip install epitome or pip install -e . results in:

ERROR: Could not find a version that satisfies the requirement tf-nightly-2.0-preview==2.0.0.dev20190729 (from epitome==0.0.1a1) (from versions: none)
ERROR: No matching distribution found for tf-nightly-2.0-preview==2.0.0.dev20190729 (from epitome==0.0.1a1)

This is likely because the pypi version has tf-nightly-2.0-preview==2.0.0.dev20190729 in the requirements file, and it should be tfp-nightly==0.8.0.dev20190729.

Running pip install -r requirements.txt works fine.

RK900 commented

Fixed by #16