简体   繁体   中英

Can't install flickr api on windows anaconda

I want to install flickr api from anaconda prompt according to it's installation but i get 404 error while installation . First i login into anaconda then do this instruction :

anaconda login

pip install -i https://pypi.anaconda.org/pypi/simple flickrapi

It looks like there is a problem with a dependency using pip install -i https://pypi.anaconda.org/pypi/simple flickrapi . It works for me using easy_install. easy_install flickrapi , then easy_install -U flickrapi to update whenever you want to update to the latest version. I got this information from here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM