Giter Site home page Giter Site logo

Comments (6)

davidhewitt avatar davidhewitt commented on July 23, 2024 2

#290 should fix this, I'll try to put out a release within a few days.

from setuptools-rust.

davidhewitt avatar davidhewitt commented on July 23, 2024

Thanks for reporting. Can you share a minimal repro of your project configuration and your build process which shows the error? The cargo output has not changed and is handled correctly, so the cause is likely in your project configuration.

from setuptools-rust.

Krenodeno avatar Krenodeno commented on July 23, 2024

Okay, I made this minimal example based on the actual project architecture and configuration: https://github.com/Krenodeno/python-rust-reprod

I reproduce the error doing the following:

# python -m venv __env__
# source __env__/bin/activate
# pip install .

Still I don't understand because a month or two back, it worked fine.

I forgot to mentions we use CPython bindings, maybe that's the cause ?

from setuptools-rust.

davidhewitt avatar davidhewitt commented on July 23, 2024

Thanks, I will do my best to debug this in the next few days.

from setuptools-rust.

captainGeech42 avatar captainGeech42 commented on July 23, 2024

+1, I'm experiencing what is likely the same underlying issue trying to build googleprojectzero/weggli. The rust code builds fine.

$ cargo -V
cargo 1.60.0 (d1fd9fe 2022-03-01)

$ python -V
Python 3.10.7

$ pip freeze | grep setuptools-rust
setuptools-rust==1.5.1

from setuptools-rust.

captainGeech42 avatar captainGeech42 commented on July 23, 2024

I was able to successfully build by changing kind="cdylib" to kind="dylib" here. Not sure on the ramifications of this, but it worked for this specific build (host OS is Linux fwiw).

The relevant artifact output from Cargo is:

{"reason":"compiler-artifact","package_id":"weggli 0.2.4 (path+file:///home/geech/sec/weggli)","manifest_path":"/home/geech/sec/weggli/Cargo.toml","target":{"kind":["rlib","dylib"],"crate_types":["rlib","dylib"],"name":"weggli","src_path":"/home/geech/sec/weggli/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":null,"debug_assertions":false,"overflow_checks":false,"test":false},"features":["pyo3","python"],"filenames":["/home/geech/sec/weggli/target/release/libweggli.rlib","/home/geech/sec/weggli/target/release/libweggli.so"],"executable":null,"fresh":true}

from setuptools-rust.

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.