You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a pip requirements.txt file that will install Detectron2 and I can't figure out the proper form for the CocoAPI or the Detectron2 lines. Wondering if anyone might know. I've read the pip v21 documentation and have tried a lot of variations, including:
I also tried the slightly older pip syntax withdependency_links; this one almost works but there is no egg file for Detectron2 or CocoAPI so I get a "No matching distribution found" error for both packages. It seems like if I could give it a more specific target, it might work.
Details of the context: I'm using a library called nbdev that passes a requirements strings to setuptools.setup() which creates a requirements file and then uses it to create a Python environment where tests can be run.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to write a pip
requirements.txt
file that will install Detectron2 and I can't figure out the proper form for the CocoAPI or the Detectron2 lines. Wondering if anyone might know. I've read the pip v21 documentation and have tried a lot of variations, including:...and so on
I also tried the slightly older pip syntax with
dependency_links
; this one almost works but there is no egg file for Detectron2 or CocoAPI so I get a "No matching distribution found" error for both packages. It seems like if I could give it a more specific target, it might work.Details of the context: I'm using a library called
nbdev
that passes a requirements strings tosetuptools.setup()
which creates a requirements file and then uses it to create a Python environment where tests can be run.I'd be grateful for any advice.
Beta Was this translation helpful? Give feedback.
All reactions