Git Product home page Git Product logo

Comments (7)

jamadden avatar jamadden commented on June 9, 2024

I've seen something very vaguely like that before. Does your system mount /tmp without executable permissions (noexec)? If so, if you use a different temporary directory or mount with executable permissions, does it fix the error? Alternately, you may be able to ensure CFFI is installed before building the wheel (so it isn't put in the temporary directory).

from persistent.

zopyx avatar zopyx commented on June 9, 2024

Good observation.

/tmp is mounted without noexec

Setting TMPDIR or installing cffi manually before persistent works also.

Is this a regression or a feature of 4.5.0? As said: 4.4.3 as working in the same environment.

from persistent.

mgedmin avatar mgedmin commented on June 9, 2024

AFAICT 4.4.3 did not require cffi.

from persistent.

jamadden avatar jamadden commented on June 9, 2024

AFAICT 4.4.3 did not require cffi.

True. It had been an optional dependency for some time, but the (slow) fallback code was removed in #107.

Very often the binary wheels would mitigate this, but there’s #113 (which I haven’t gotten around to addressing yet. )

One could also argue that there’s an underlying pip bug...

from persistent.

icemac avatar icemac commented on June 9, 2024

persistent 4.6.0+ has linux wheels (aka #113 is solved now). Can this issue be closed, too?

from persistent.

zopyx avatar zopyx commented on June 9, 2024

The problem persists with 4.6.1. I still need to set TMPDIR to a local filesystem.

from persistent.

mgedmin avatar mgedmin commented on June 9, 2024

AFAIU this is a problem with CFFI in general, and not specific to persistent?

Has anybody reported it to CFFI's own bug tracker?

from persistent.

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.