0

I recently ran into a problem with a Conda environments and I believe I solved it using this. Is there a way to check if what I did actually solved the problem. Can I check if there are still any inconsistencies?

This was meant to be a general question and I did not think it would be dependent on the actual issue I had. It all started when I was having issues with Keras and TensorFlow for GPU in a Conda environment. I came to the conclusion that something was corrupt (I couldn't even run basic Keras commands) and decided to try to update everything and if that didn't fix my issue I would reinstall the packages I needed in that environment. As soon as I tried to update TensorFlow for GPU, the first thing that appeared was:

The environment is inconsistent, please check the package plan carefully The following packages are causing the inconsistency:

Followed by a bunch of packages and version numbers. As I said before I believe I solved the inconsistency issues by force updating Conda but am uncertain how to check if the environment is now consistent.

5
  • Inconsistencies in what? What was the issue? Commented Jun 3, 2020 at 2:46
  • @AMC added my specific issue. Inconsistencies in my conda environment. I am uncertain what was causing the inconsistencies as it just listed all the packages installed in my environment and asked me to check them. Commented Jun 3, 2020 at 14:26
  • Do you still have the list of packages and versions? Could you just recreate the environment? Commented Jun 3, 2020 at 20:50
  • @AMC Thankyou for your help. I have moved past this issue by doing just as you suggested and recreating my environment Commented Jun 5, 2020 at 17:21
  • Great, glad to know that worked. Environments sometimes just break like that, especially if you're adding/removing packages after creating them, but starting fresh is usually all that's needed. Commented Jun 6, 2020 at 17:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.