Skip to content
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

New release #13

Closed
gotgenes opened this issue Nov 6, 2013 · 8 comments
Closed

New release #13

gotgenes opened this issue Nov 6, 2013 · 8 comments

Comments

@gotgenes
Copy link
Contributor

gotgenes commented Nov 6, 2013

Hi @olgabot. Do you plan on uploading a new release on PyPI soon? I would like to have "pip install prettyplotlib" fetch the code with the Python 3 compatibility changes, instead of having to point pip to the GitHub repo.

@olgabot
Copy link
Owner

olgabot commented Nov 6, 2013

yes I'm planning on it! I'm working on improving the docstrings as well,
then the python3 compatibility will be included too.


Olga Botvinnik
PhD Program in Bioinformatics and Systems Biology
Gene Yeo Laboratory | Sanford Consortium for Regenerative Medicine
University of California, San Diego
olgabotvinnik.com
blog.olgabotvinnik.com
github.com/olgabot

On Wed, Nov 6, 2013 at 9:34 AM, Chris Lasher notifications@github.comwrote:

Hi @olgabot https://github.com/olgabot. Do you plan on uploading a new
release on PyPI soon? I would like to have "pip install prettyplotlib"
fetch the code with the Python 3 compatibility changes, instead of having
to point pip to the GitHub repo.


Reply to this email directly or view it on GitHubhttps://github.com//issues/13
.

@ilblackdragon
Copy link

By the way current prettyplotlib package in PyPI missing setup.py:

$ pip install prettyplotlib
Downloading/unpacking prettyplotlib
  Downloading prettyplotlib-0.1.4.macosx-10.9-x86_64.tar.gz
  Running setup.py egg_info for package prettyplotlib
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
    IOError: [Errno 2] No such file or directory: '/tmp/pip-build/prettyplotlib/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

IOError: [Errno 2] No such file or directory: '/tmp/pip-build/prettyplotlib/setup.py'

@olgabot
Copy link
Owner

olgabot commented Jan 22, 2014

Oh noes! I'll look into the setup.py issues

Sent from my mobile device.
On Jan 22, 2014 12:14 PM, "Illia Polosukhin" notifications@github.com
wrote:

By the way current prettyplotlib package in PyPI missing setup.py:

$ pip install prettyplotlib
Downloading/unpacking prettyplotlib
Downloading prettyplotlib-0.1.4.macosx-10.9-x86_64.tar.gz
Running setup.py egg_info for package prettyplotlib
Traceback (most recent call last):
File "", line 16, in
IOError: [Errno 2] No such file or directory: '/tmp/pip-build/prettyplotlib/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 16, in

IOError: [Errno 2] No such file or directory: '/tmp/pip-build/prettyplotlib/setup.py'


Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-33062731
.

@olgabot
Copy link
Owner

olgabot commented Jan 22, 2014

What platform/OS are you installing on? I just checked on mine and it
worked fine.


Olga Botvinnik
PhD Program in Bioinformatics and Systems Biology
Gene Yeo Laboratory | Sanford Consortium for Regenerative Medicine
University of California, San Diego
olgabotvinnik.com
blog.olgabotvinnik.com
github.com/olgabot

On Wed, Jan 22, 2014 at 12:27 PM, Olga Botvinnik obotvinn@ucsd.edu wrote:

Oh noes! I'll look into the setup.py issues

Sent from my mobile device.
On Jan 22, 2014 12:14 PM, "Illia Polosukhin" notifications@github.com
wrote:

By the way current prettyplotlib package in PyPI missing setup.py:

$ pip install prettyplotlib
Downloading/unpacking prettyplotlib
Downloading prettyplotlib-0.1.4.macosx-10.9-x86_64.tar.gz
Running setup.py egg_info for package prettyplotlib
Traceback (most recent call last):
File "", line 16, in
IOError: [Errno 2] No such file or directory: '/tmp/pip-build/prettyplotlib/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 16, in

IOError: [Errno 2] No such file or directory: '/tmp/pip-build/prettyplotlib/setup.py'


Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-33062731
.

@ilblackdragon
Copy link

I've tried to do in both Linux and Windows. Note, that I was doing it without virtualenv, and was installing into the global space.
I just checked and it works if I'm installing from inside virtualenv.

When I install into global space it unpacks it to /tmp/pip-build/ this way:

$ ls /tmp/pip-build/prettyplotlib/
pip-egg-info  usr
$ ls /tmp/pip-build/prettyplotlib/usr/local/lib/python2.7/site-packages/
prettyplotlib  prettyplotlib-0.1.4-py2.7.egg-info

And obviously didn't find /tmp/pip-build/prettyplotlib/setup.py in this case.

@olgabot
Copy link
Owner

olgabot commented Jan 22, 2014

What's concerning to me is that it's downloading the macos version and not
the vanilla source. Have you seen this before with other packages?


Olga Botvinnik
PhD Program in Bioinformatics and Systems Biology
Gene Yeo Laboratory | Sanford Consortium for Regenerative Medicine
University of California, San Diego
olgabotvinnik.com
blog.olgabotvinnik.com
github.com/olgabot

On Wed, Jan 22, 2014 at 3:01 PM, Illia Polosukhin
notifications@github.comwrote:

I've tried to do in both Linux and Windows. Note, that I was doing it
without virtualenv, and was installing into the global space.
I just checked and it works if I'm installing from inside virtualenv.

When I install into global space it unpacks it to /tmp/pip-build/ this way:

$ ls /tmp/pip-build/prettyplotlib/
pip-egg-info usr
$ ls /tmp/pip-build/prettyplotlib/usr/local/lib/python2.7/site-packages/
prettyplotlib prettyplotlib-0.1.4-py2.7.egg-info

And obviously didn't find /tmp/pip-build/prettyplotlib/setup.py in this
case.


Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-33079024
.

@ilblackdragon
Copy link

Nope, first time I see this. And I've tested it on 2 Windows machines and 2 linux machines - same behavior.
Here is on my Mac OS too:

$ pip install prettyplotlib
Downloading/unpacking prettyplotlib
  Downloading prettyplotlib-0.1.4.macosx-10.9-x86_64.tar.gz
  Running setup.py egg_info for package prettyplotlib
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
    IOError: [Errno 2] No such file or directory: '/private/tmp/pip-build-salfordmacbookpro/prettyplotlib/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

IOError: [Errno 2] No such file or directory: '/private/tmp/pip-build-salfordmacbookpro/prettyplotlib/setup.py' 

@gotgenes
Copy link
Contributor Author

@olgabot We should close this ticket (since you made the new release), and file a new ticket about pip fetching the wrong version in some circumstances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants