Difficulty installing python modules after installing anaconda -
i started working anaconda. earlier working python 2.7 on system. writing script devices connected laptop via usb. this, needed usb module/package. tried doing in python 27. installed using:
easy_install libusb1
the output ( screenshot there) :
searching libusb1 best match: libusb1 1.4.0 processing libusb1-1.4.0-py3.4.egg libusb1 1.4.0 active version in easy-install.pth using c:\users\eku\anaconda3\lib\site-packages\libusb1-1.4.0-py3.4.egg processing dependencies libusb1 finished processing dependencies libusb1
c:\users\eku\anaconda3\ : path according system name eku.
installing pip shows error unknown command libusb1
because have installed package before, screenshot shows correct result package installed. locatio anaconda's site-packages there.
why occurring , how should correct this. want keep both anaconda , other 2.7 version separate. (if has path variable, yes confused same).
as can seen above output libusb gets installed in in anaconda, tried running same code in spyder (in anaconda). when write,
import usb1
i error:
importerror: no module named 'usb1'
why happening?
my spyder got installed anaconda itself. click on icon , workspace launches. nothing more had do, started working , other files working fine.
thanks!
i know it's bit after fact, had same issue. ended searching registry (i used program called registryfinder, there others) , finding there registry value pointing anaconda install directory. deleted , able install things normal python directory. had uninstalled anaconda , wasn't worried having references it, may want save off values.
Comments
Post a Comment