i have been listing packages in environment using 'conda list'. list produced doesn't include packages know installed in environment, in case, flickrapi.
((getpics)) c:\users\rdebbout>conda list fl packages in environment @ c:\users\rdebbout\appdata\local\continuum\anaconda2\envs\getpics: pyflakes 1.1.0 py27_0
this pointing correct environment , if below, when in same environment, can import flickrapi without problem
((getpics)) c:\users\rdebbout>ipython python 2.7.11 |continuum analytics, inc.| (default, feb 16 2016, 09:58:36) [mscv.1500 64 bit (amd64)] type "copyright", "credits" or "license" more information. ipython 4.2.0 -- enhanced interactive python. ? -> introduction , overview of ipython's features. %quickref -> quick reference. -> python's own system. object? -> details 'object', use 'object??' details. in [1]: flickrapi import flickrapi in [2]:
what reason this?
Comments
Post a Comment