artest08 / LateTemporalModeling3DCNN

MIT License
159 stars 52 forks source link

roi-align==0.0.2 cannot be installed #2

Closed kenzoukun closed 3 years ago

kenzoukun commented 4 years ago

An error occurred when I execute the following command:conda env create -f LateTemporalModeling3D.yml

ERROR: Could not find a version that satisfies the requirement roi-align==0.0.2 (from -r /data/LateTemporalModeling3DCNN/condaenv.u7mj_9s2.requirements.txt (line 58)) (from versions: none) ERROR: No matching distribution found for roi-align==0.0.2 (from -r /data/LateTemporalModeling3DCNN/condaenv.u7mj_9s2.requirements.txt (line 58))

CondaValueError: pip returned an error

Thanks for your help!

artest08 commented 4 years ago

Hello, thank you for your feedback.

According to my trials it is not a necessary package. I deleted it from the environment, and it seems that everything is fine. Can you delete it from the yml file and send your feedback again about this topic? Then I will also update the yml file in the repository.

Thanks in advance