groakat / videotagger

10 stars 2 forks source link

Installation failed on Windows 10 #108

Open ailich opened 3 years ago

ailich commented 3 years ago

I installed miniconda from https://docs.conda.io/en/latest/miniconda.html. As suggested in the README on github I opened cmd and typed in conda install -c groakat videotagger in but got 'conda' is not recognized as an internal or external command, operable program or batch file. Additionally I tried opening "Anaconda Command Prompt" as suggested in the installation instructions and typing in conda install -c https://conda.anaconda.org/groakat videotagger but got

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your CUDA driver:

  - feature:/win-64::__cuda==11.0=0
  - feature:|@/win-64::__cuda==11.0=0

Your installed CUDA driver is: 11.0
tbortolini commented 1 year ago

Hi all, I had the same issue. I tried to find a way to overcome it, but without success. Any ideas on how to run the program on current systems? Or an alternative program with similar functionalities? Thank you very much!