Giter Site home page Giter Site logo

Comments (3)

ccoulombe avatar ccoulombe commented on August 24, 2024 1

@catanzaromj
The environment is Centos, python 3.10 with GCC 12.3.
But after a second view, this looks more like an internal issue/incompatibility with our build environment as I cannot successfully reproduce the issue elsewhere.

For instance, using our modules for numpy (v1.21.2) fails, but installing the numpy in a virtual env. works as expected.

# fails
module load python/3.10 cython/.3.0.10 oldest-supported-numpy/.2024a 
pip wheel -v --no-deps --no-build-isolation https://files.pythonhosted.org/packages/c8/27/31ea7effa8a1cabd0f36962bb242eaa529577bec19157dfaaa983647caff/ripser-0.6.10.tar.gz
# works
module load python/3.10 cython/.3.0.10
virtualenv --no-download --clear ~/ENV && source ~/ENV/bin/activate 
pip install oldest-supported-numpy 
pip wheel --no-deps --no-build-isolation https://files.pythonhosted.org/packages/c8/27/31ea7effa8a1cabd0f36962bb242eaa529577bec19157dfaaa983647caff/ripser-0.6.10.tar.gz

What puzzle me is that using the source from GH works... I might circle back to this in September.
Sorry for the noise, I was a bit quick to open this issue as often the sdists on PyPI is incomplete or different from the release on GH (in general).

In the end, I used the source from GH so I was successful in building ripser.

from ripser.py.

catanzaromj avatar catanzaromj commented on August 24, 2024

Hey @ccoulombe Sorry to hear that. Can you give some specifics on your environment, like OS and compiler?

It builds fine for me on Ubuntu 22.04 with g++ 11.4.0

from ripser.py.

catanzaromj avatar catanzaromj commented on August 24, 2024

Thanks for the update @ccoulombe. When you circle back, feel free to re-open if you need some input from us.

from ripser.py.

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.