Conda env update fails

Hello all,

if you could help me much appreciated!

I have clean install of fast ai (git clone) today on ubuntu machine
I installed Anaconda and ran

conda env update and that gets me the following error.

Solving environment: failed

ResolvePackageNotFound:
  - testpath[version='>=0.4.2']

any idea how to deal with this? thank you very much

1 Like

I have the same issue

1 Like

This is being already discussed at Conda env update does not work

I made a pull request for that

after reading the thread you suggested I think this is separate problem, pip returning error is not solved even after testpath problem has gone away