votchallenge / toolkit

The official VOT Challenge evaluation and analysis toolkit
http://www.votchallenge.net/
GNU General Public License v3.0
155 stars 43 forks source link

ERROR: Could not find a version that satisfies the requirement opencv-python>=4 #8

Closed fatemehN closed 4 years ago

fatemehN commented 4 years ago

Hi, I'm trying to install new VOT-toolkit with the command on my account of Compute Canada:

pip install git+https://github.com/votchallenge/vot-toolkit-python

I got the following error:

ERROR: Could not find a version that satisfies the requirement opencv-python>=4.0 (from vot-toolkit==0.2.0) (from versions: 3.3.0.10, 3.4.4.19) ERROR: No matching distribution found for opencv-python>=4.0 (from vot-toolkit==0.2.0)

Before the installation command, I loaded module python/3.6 and activated my virtual environment.

lukacu commented 4 years ago

Version 4.0 was used because it is pretty common now. I guess it could work with lower version but I do not have time to test it myself. Edit requirements, install and report if it works.

On Sat, Mar 28, 2020, 14:27 Fatemeh notifications@github.com wrote:

Hi, I'm trying to install new VOT-toolkit with the command on my account of Compute Canada:

pip install git+https://github.com/votchallenge/vot-toolkit-python

I got the following error:

ERROR: Could not find a version that satisfies the requirement opencv-python>=4.0 (from vot-toolkit==0.2.0) (from versions: 3.3.0.10, 3.4.4.19) ERROR: No matching distribution found for opencv-python>=4.0 (from vot-toolkit==0.2.0)

Before the installation command, I loaded module python/3.6 and activated my virtual environment.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/votchallenge/vot-toolkit-python/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGVY6K2YMMQ4SKC7BRQUETRJX3K5ANCNFSM4LVSLHRQ .

fatemehN commented 4 years ago

Thank you for the information. I could successfully install the VOT toolkit without making any changes to the requirements file. I just installed some dependencies and it resolved the problem.