Git Product home page Git Product logo

Comments (13)

boegel avatar boegel commented on August 22, 2024

I'm seeing this both on my laptop and on the HPC-UGent login nodes...

from vsc-install.

boegel avatar boegel commented on August 22, 2024

relevant (but doesn't help in terms of pinpointing the problem, it seems): https://bitbucket.org/tarek/distribute/issues/346/upload-fails-without-server-login-but

from vsc-install.

stdweird avatar stdweird commented on August 22, 2024

work as expected on both pypi and testpypi, but you changed ownership to hpcugent, right?

from vsc-install.

stdweird avatar stdweird commented on August 22, 2024

hmm, doesn't appear on pypi page

from vsc-install.

stdweird avatar stdweird commented on August 22, 2024

ah no, patience is a virtue it seems....https://pypi.python.org/pypi/vsc-install/0.9.12

from vsc-install.

boegel avatar boegel commented on August 22, 2024

I didn't change ownership, I also gave hpcugent right to push to PyPI, but yeah, may be related, thanks for the reminder...

from vsc-install.

boegel avatar boegel commented on August 22, 2024

@stdweird: I'm running into the same issues now with vsc-base when using the hpcugent credentials...

Can you specify what you run exactly, and what's in your .pypirc (if anything)?

from vsc-install.

stdweird avatar stdweird commented on August 22, 2024

i have a very recent setuptools in my environment, and i see that's not specified in the requires

[stdweird@localhost vsc-install (master)]$ python -c 'import distutils;print distutils.__file__;import setuptools;print setuptools.__file__'
/usr/lib64/python2.7/distutils/__init__.pyc
/home/stdweird/.local/lib/python2.7/site-packages/setuptools-18.3.2-py2.7.egg/setuptools/__init__.pyc

from vsc-install.

boegel avatar boegel commented on August 22, 2024

Mine is definitely older, but I don't see how it can be broken all of a sudden, it was working fine since ever... :-/

So, something in vsc-install is somehow not compatible with older setuptools versions?

$ python -c 'import distutils;print distutils.__file__;import setuptools;print setuptools.__file__; print setuptools.version.__version__' 
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/__init__.pyc
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/__init__.pyc
1.1.6

from vsc-install.

stdweird avatar stdweird commented on August 22, 2024

well, then we should bump the requires to something more recent or fix the incompatibility.

from vsc-install.

boegel avatar boegel commented on August 22, 2024

I'd rather do the latter, but then we need to figure out what's incompatible exactly... I'll try and figure that out.

from vsc-install.

boegel avatar boegel commented on August 22, 2024

uploading does work with setuptools v2.0, so I suggest we specify that as minimal required version (released Dec'13): #31

tested with https://testpypi.python.org/pypi/vsc-install/0.9.20

from vsc-install.

boegel avatar boegel commented on August 22, 2024

no longer relevant, closing...

from vsc-install.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.