Giter Site home page Giter Site logo

Comments (8)

wolfv avatar wolfv commented on August 17, 2024

For the reference, I also tried the following in a pyproject.toml and it gave the same entry in the lockfile.

dependencies = [
    "minimal-project @ file:///C:/Users/wolfv/Programs/pixi/examples/pypi-source-deps/minimal-project",
]

from rattler.

tdejager avatar tdejager commented on August 17, 2024

Note that if it is located in the required_dist section of the lock it is actually a direct file url. This happens for the transient dependencies.

And that was what was causing issues in pixi because the comparison failed.

from rattler.

wolfv avatar wolfv commented on August 17, 2024

@tdejager do you have a way to repro that easily?

from rattler.

tdejager avatar tdejager commented on August 17, 2024

Only with pixi itself 😀

from rattler.

wolfv avatar wolfv commented on August 17, 2024

Sure, but what do I need to tell pixi to reproduce it?!

from rattler.

wolfv avatar wolfv commented on August 17, 2024

Also maybe we should normalize the paths in the requirements to be relative as well? If possible... just a thought

from rattler.

tdejager avatar tdejager commented on August 17, 2024

Sure, but what do I need to tell pixi to reproduce it?!

If you create a 'pixi.toml' that points to another pyproject.toml (can be relative) which in turn points to another pyproject.toml. Using a 'project @ file:://path' dependency in the pyproject.toml dependeny section not in the 'tool.pixi.*' section.

from rattler.

tdejager avatar tdejager commented on August 17, 2024

Also maybe we should normalize the paths in the requirements to be relative as well? If possible... just a thought

Yeah was thinking of maybe converting all paths in the lock into a single format. Though you'll not be able to change the 'requires_dist' type.

from rattler.

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.