-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import error with 0.1.0 #15
Comments
Many thanks for your feedback. Can you tell me what's your setuptools version and pip version ? I ll investigate this myself as soon as I reach a valid connection. |
Hi there, Many thanks for the response: ~$ pip —version Python 2.7.9 (default, Mar 28 2015, 00:24:59)
|
I can confirm the problem as well with python 2 & 3:
|
This was due to a missing Many thanks to all reporters. Pypi python package 0.1.1 was released with the fix (I also deleted the broken release 0.1.0) |
Same problem in colour-0.1.5 |
@cristinasegalin hmm, that's very strange. There are many users of this library, this is why when the first problem occurred (right after a release in 2015) it was detected right away and it was corrected in the same go, with additional tests. If this happens now, it could then come from a new combination of tools or you have a local problem, so... May I ask you your system ? distrib ? python version ? pip version ? setuptools version ? You can get these with:
Many thanks for your report |
I figured out that I had another python package that has the same name of
this on and was imported by default. Removing that solved the problem but
it's weird that there are two packages with the same name.
Thanks
Cristina
…Sent from my OnePlus
On Thu, Jun 28, 2018, 02:31 Valentin Lab ***@***.***> wrote:
@cristinasegalin <https://github.com/cristinasegalin> hmm, that's very
strange. There are many users of this library, this is why when the first
problem occurred (right after a release in 2015) it was detected right away
and it was corrected in the same go, with additional tests. If this happens
now, it could then come from a new combination of tools or you have a local
problem, so...
May I ask you your system ? distrib ? python version ? pip version ?
setuptools version ?
I can't reproduce your problem (tried with a ubuntu 14.04, with pip 1.5.4,
setuptools ?)
You can get these with:
python --version
lsb_release -a
pip --version
python -c 'import setuptools; print(setuptools.version.__version__)'
Many thanks for your report
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AI63khhvE3m-EZJC9_5Ms7l9wQnCqdDuks5uBKJYgaJpZM4D16J->
.
|
How did you remove the second package (I'm experiencing the same error, and cant find a solution)? @cristinasegalin Thanks |
I uninstall it and installed the correct one
Cristina
…Sent from my OnePlus
On Thu, Nov 8, 2018, 13:17 scrouthtv ***@***.*** wrote:
How did you remove the second package (I'm experiencing the same error,
and cant find a solution)? @cristinasegalin
<https://github.com/cristinasegalin>
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AI63kq01pQKynpHlZ8kMFaOnQaFaYl-Fks5utJ99gaJpZM4D16J->
.
|
There are two different packages: "color" and "colour" |
So my problem was that I had multiple python versions installed Type something like where Python or which Python and uninstall all besides one (or directly call the one you want) Because my problem was that I ran pip on the one python version but ran python itself from the other one |
Hi there,
Linux 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Python 2.7.9
pip install colour
Collecting colour
Using cached colour-0.1.0.tar.gz
Installed /tmp/pip-build-jSjeRq/colour/.eggs/d2to1-0.2.11-py2.7.egg
[d2to1] running patched manifest_maker command with extra_files support
Installing collected packages: colour
Running setup.py install for colour
[d2to1] running patched manifest_maker command with extra_files support
Successfully installed colour-0.1.0
The text was updated successfully, but these errors were encountered: