Discussion:
[conda] Install egg file with Conda
Edward Tortorici
2016-04-29 22:54:22 UTC
Permalink
Hello,

I am new to using conda and I was wondering how to install an egg file. I
am trying to install Instrumentino which is a graphical interface for using
arduinos. I used:

sudo easy_install instrumentino-1.31-py2.7.egg

and that worked fine, and gave me no errors, but when I try to run an
example script, I get the error: "ImportError: No module named
instrumentino." I found the before if I installed packages conventionally,
python did not recognize them, and this was fixed by using conda to install
the packages instead.

Is it possible to install a package from an egg file using conda?

Thank you.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
Carlos Córdoba
2016-05-17 00:55:35 UTC
Permalink
Hi,

I think you're installing your package to your system Python instead of
the Anaconda one. Please drop the sudo and just run

easy_install instrumentino-1.31-py2.7.egg

to see if that fixes your problem :-)


Cheers,
Carlos
Post by Edward Tortorici
Hello,
I am new to using conda and I was wondering how to install an egg
file. I am trying to install Instrumentino which is a graphical
|
sudo easy_install instrumentino-1.31-py2.7.egg
|
and that worked fine, and gave me no errors, but when I try to run an
example script, I get the error: "ImportError: No module named
instrumentino." I found the before if I installed packages
conventionally, python did not recognize them, and this was fixed by
using conda to install the packages instead.
Is it possible to install a package from an egg file using conda?
Thank you.
--
You received this message because you are subscribed to the Google
Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
Loading...