Giter Club home page Giter Club logo

Comments (5)

regit avatar regit commented on August 23, 2024 2

I've found the cause of the problem. By default pbuilder is disabling the network during the build phase and this causes the fetch failure by pip. To fix this, you need to edit pbuilderrc (in /etc/ for example) and add

USENETWORK=yes

Sorry for the noise and thanks a lot for your help!

from dh-virtualenv.

nailor avatar nailor commented on August 23, 2024

It can be that the pip tries to write some log. You could try directing the pip log to some other writable place by using --extra-pip-arg=--log-file=somepath

from dh-virtualenv.

marcusb avatar marcusb commented on August 23, 2024

Looks like it's trying to write the log in /tmp which should be writable. The issue could be this: pypa/pip#219

I think this is only triggered when pip tries to write a log after some command fails. The root cause (not being able to fetch from PyPI) is a different issue, maybe no network access from the chroot?

from dh-virtualenv.

regit avatar regit commented on August 23, 2024

Thanks @nailor, I've try this but not luck:

subprocess.CalledProcessError: Command '['/tmp/buildd/scirius-pro-0.9.8/debian/scirius-pro/usr/share/python/scirius-pro/bin/python', '/tmp/buildd/scirius-pro-0.9.8/debian/scirius-pro/usr/share/python/scirius-pro/bin/pip', 'install', '--log=/tmp/tmplE9zpX', '--log-file=/tmp/dh.log', '-r', './requirements.txt']' returned non-zero exit status 1

@marcusb I've found that one too. It may be the same thing. What I don't understand is that entering the pbuilder with login option and running the pip command is working.

from dh-virtualenv.

jhermann avatar jhermann commented on August 23, 2024

Can be an issue with different envs, especially LANG. pip also has problems with encodings in logs (solved in current master).

from dh-virtualenv.

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.