Why does conda install tk not work in my docker container even though it says its installed?
- 阅读更多 关于 Why does conda install tk not work in my docker container even though it says its installed?
问题 I was having issues with tk in my python 3 docker container. I tried: conda install tk but it says it did install it root@36602e2cd649:/home_simulation_research/overparametrized_experiments/pytorch_experiments# conda install tk Fetching package metadata ........... Solving package specifications: . # All requested packages already installed. # packages in environment at /opt/conda: # tk 8.6.7 h5979e9b_1 but when I go to python and try to import it it does not work: >>> import Tkinter