I have a tensorflow
conda environment and wanted to use graphviz
to visualize the network. I installed graphviz which can be seen here given the output conda list >> tfenv.txt
:
However, if i try to import graphviz it does not show up in python:
What gives? I have no idea how the library can be in the environment but does not import.
The environment lives in another home directory from mine (sysadmin
). If I use that user then I can load the environment and it imports with no problem.
Are there two environments? What is happening here? Do different users "use" the environments differently?
I believe this all occurred because the machine had anaconda installed in the home directory my user (john) but then someone (not me) decided to install it for all users in opt
. This is why the sysadmin uses a different conda then the john user.