I have successfully installed pip on my computer and other libraries using "pip install 'library name'" command. I got all the libraries needed for my project except for "threading"!I could not find anything online about it and asked others and no one could help. Any help is appreciate it. I have Python 2.7.9 version.
Here is the error I am getting
The error is complaining that it can't find this lib, which makes sense. Because this threading
is already in python's standard library, You don't need to manually install it.
Just try:
import threading
It should work fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With