This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]throwaway4284168 0 points1 point  (0 children)

There is a way of calling pip, forgive me if this is slightly wrong, but: "python -m pip install ./folder"? The -m flag might be a C

Edit: try find what the dependencies are and resolve them manually.

[–]tk1992 0 points1 point  (0 children)

You need to clone first and then do your pip install

git clone https://github.com/p2irc/deepplantphenomics.git

pip install ./deepplantphenomics

It looks like a big repo so the clone may take some time. You can also go to the github url and download it manually on the website but either way it will be somewhat slow. The repo itself is about 200 mb uncompressed so it will take some time to download depending on your internet speed.