I\'m using python 3.6 as anaconda, and im trying to install python-twitter package, but there is no package compatible from conda manager. How can i download the pa
python-twitter
You can install pip in your conda env and then run pip install python-twitter.
pip
pip install python-twitter
It should work.