biovault / nptsne

nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.
Apache License 2.0
32 stars 2 forks source link

Reports of issues installing on python 3.8.1 (conda) #7

Open bldrvnlw opened 4 years ago

bldrvnlw commented 4 years ago

Original report

When creating a conda environment, 3.8.1 was the default, so at first I was wondering why it didn't work
3:06
Now, I'm not super familiar with the sub-versioning of python and package distribution, so I don't know if 3.8.1 should work when 3.8 is supported
3:10
Mhm, but I'm a little confused:
3:12
If I create a conda environment without specifying the python version, it defaults to 3.8.1 and pip install nptsne does not work (ERROR: Could not find a version that satisfies the requirement nptsne (from versions: none)
ERROR: No matching distribution found for nptsne) but when I create an environment and explicitly define the python version to be 3.8.1, it works just fine