tf_cnnvis icon indicating copy to clipboard operation
tf_cnnvis copied to clipboard

tf-nightly-gpu not detected?

Open ghylander opened this issue 4 years ago • 1 comments

i have an installation of tensorflow nightly gpu (tf v2.5.x) when following the installation steps, after executing the setup.py, the process ends with:

Finished processing dependencies for tf-cnnvis==1.0.0 Please install TenSorflow with 'pip install tensorflow'

when i list my installed packages with conda list tf_cnnvis is not listed importing it in notebooks does not work is this a bug or am i missing something?

ghylander avatar Jan 19 '21 10:01 ghylander

If you installed using python setup.py install it'll show up in pip freeze and not as a conda package. Probably try running things outside of conda environment

falaktheoptimist avatar Jan 30 '21 16:01 falaktheoptimist