AllenCellModeling / pytorch_integrated_cell

Integrated Cell project implemented in pytorch
43 stars 11 forks source link

Code: Error during 'pip install' #56

Open Calebium opened 4 years ago

Calebium commented 4 years ago

Issue summary

During the 'pip install -e' step, the following error was encountered:

Collecting lkaccess (from pytorch-integrated-cell==0.1)
  ERROR: Could not find a version that satisfies the requirement lkaccess (from pytorch-integrated-cell==0.1) (from versions: none)
ERROR: No matching distribution found for lkaccess (from pytorch-integrated-cell==0.1)

Details

An online search on 'lkaccess' returned no results. From utils.py it looks like the package may be specific to AICS.

TODO

donovanr commented 4 years ago

This needs to get fixed before we can release the code publicly and have people actually use it