0

When I try to import an env, I get this error:

ResolvePackageNotFound: 
- arinda

My yml file looks like:

name: ImgEnv
channels:
  - menpo
  - conda-forge
  - defaults
dependencies:
  - conda=4.5.11
  - jupyter=1.0.0
  - keras=2.2.2
  - numpy=1.15.1
  - pandas=0.23.4
  - pillow=5.3.0
  - pip=10.0.1
  - python=3.6.6
  - scikit-learn=0.19.1
  - tensorflow=1.10.0
  - opencv=3.4.2
  - libopencv=3.4.2
  - scipy=1.1.0
       
prefix: /anaconda3/envs/cvcourse

Back in time I created an env named arinda, but I deleted it now, I guess problem lies in there but have no idea.

I've tried this solution and carried opencv packages under pip like:

name: ImgEnv
channels:
  - menpo
  - conda-forge
  - defaults
dependencies:
  - conda=4.5.11
  - jupyter=1.0.0
  - keras=2.2.2
  - numpy=1.15.1
  - pandas=0.23.4
  - pillow=5.3.0
  - pip=10.0.1
  - python=3.6.6
  - scikit-learn=0.19.1
  - tensorflow=1.10.0
  - pip:
    - opencv=3.4.2
    - libopencv=3.4.2
    - scipy=1.1.0
       
prefix: /anaconda3/envs/cvcourse

this. But it didn't help either.

solac34
  • 156
  • 11

0 Answers0