fsdl-text-recognizer-project icon indicating copy to clipboard operation
fsdl-text-recognizer-project copied to clipboard

Not able to set up python environment

Open hks1 opened this issue 5 years ago • 1 comments

When I create the environment on my machine, I get below error:

Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

  • cudatoolkit=10.1
  • cudnn=7.6

hks1 avatar Sep 15 '20 15:09 hks1

If your machine is Macbook, then comment out cudnn and remove the version part from cudatoolkit - macos version of this libraries maybe does not exist. After changes it should look like this:

cudatoolkit #=10.1
# cudnn=7.6

elkhand avatar Sep 03 '21 02:09 elkhand