0
I installed the python-yaml module in an earlier version that I am using now, using apt-get install python-yaml, but now when I went to try to use the module in the new version it says it does not have the module installed, and when I install it says it is already installed. Someone tells me how to proceed?
What versions? Python or library?
– Woss
From python, I had version 2.7.12 installed and downloaded 2.7.14. I had installed the module in 2.7.12, when I left the 2.7.14 standard this python does not have the module, but when I try to install it installs in 2.7.12. Even if I uninstall and install it does not install in the new standard.
– Leonardo Oliveira
Do you have these two versions of Python installed? How do you differentiate which one you want to run? There is even the need to keep both installed?
– Woss