sidhomj/DeepTCR

Add Pillow to requirements

choosehappy opened this issue · 6 comments

Otherwise one receives an error saying TIF not supported when making heatmaps:

image

you mean add pillow as an import?

got it

updated requirements.txt file. Now when you install, pip should also install all dependencies as well except for PhenoGraph which needs to be installed separately.

actually, you can add:

git+https://github.com/jacoblevine/phenograph.git

to the requirements.txt list and it will install it as well

btw, currently on line 19:

PhenoGraph==1.5.2

there is an effort to load phenograph, which ends up causing an error:

  Could not find a version that satisfies the requirement PhenoGraph==1.5.2 (from -r requirements.txt (line 19)) (from versions: )
No matching distribution found for PhenoGraph==1.5.2 (from -r requirements.txt (line 19))

so it turns out when running the setup.py file, it can only install packages on pypi. I'm having difficulty getting the setup.py file to install phenograph with that command in the requirements.txt file