Code Monkey home page Code Monkey logo

Comments (6)

vnaydionov avatar vnaydionov commented on May 19, 2024

Can you consider adding another cli option or two to specify virtualenv build dir explicitly or to ask dh_virtualenv to allocate one in /tmp?

from dh-virtualenv.

nailor avatar nailor commented on May 19, 2024

I'd assume a build system being used could handle that, I'm pretty sure there's a debhelper option to tell where to build. Or were you thinking this as a some other kind of fix?

A side note btw, I'm thinking of closing this issue. Moving things under /opt gave more leverage and I'm quite convinced there's no easy way of solving this issue.

from dh-virtualenv.

vnaydionov avatar vnaydionov commented on May 19, 2024

I'm talking of a problem arising during package build process, when paths may be getting too lengthy.
The problem, as I can see from the source code, roots in how value of self.package_dir is constructed. It always starts with debian/ folder, which in turn may be well buried in some CI agent working directory.
What if we could ask dh-virtualenv to create a virtualenv elsewhere, say in /tmp directory, which will help us avoid subsequent problems with installing things with pip? After the requirements.txt is processed, of course, we will have to move the virtualenv to its proper subdirectory within debian/ folder right before packaging.

from dh-virtualenv.

vnaydionov avatar vnaydionov commented on May 19, 2024

Looks like the problem I've encountered (with the very creation of a virtualenv inside a deep folder) shows up in Ubuntu 12.04 but not in 14.04 or newer. Other possible solutions: upgrade python-virtualenv or Ubuntu.

from dh-virtualenv.

jhermann avatar jhermann commented on May 19, 2024

See #225

from dh-virtualenv.

nailor avatar nailor commented on May 19, 2024

I believe this is now fixed by upstream pip and the changes in dh-virtualenv. Let me know if we still need to change behaviour of dh-virtualenv to take these long shebangs into account.

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.