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.