I’m testing the new Tensorflow 2.0 framework and went to install the PIL or pillow image library I’ve used before. Unfortunately after installing it with conda I found out my Tensorflow library wouldn’t import.
Did a quick google search and found out you can look at your conda install history with
conda list --revisions
When you find the one that was previously working use the install command and select the revision with
conda install --revision #
where # is the rev number.