Giter Site home page Giter Site logo

pex_bug's Introduction

I have an issue with pip-tools and PEX

Here is a dummy example

In requirements.in is a single package as a dependency

To have pinned requirements, I use pip-tools with this command :

pip-compile requirements.in --upgrade --index-url=https://pypi.org/pypi/ --no-emit-trusted-host --no-emit-index-url -q

The ouput is in requirements.txt

Then I try to build a PEX file using either

pex .

or

tox -e bundle

But both fails with

Failed to resolve compatible distributions:
1: pex-test==0.1 requires jaraco-functools==3.5.0 but jaraco.functools 3.5.0 was resolved
2: pex-test==0.1 requires jaraco-text==3.7.0 but jaraco.text 3.7.0 was resolved
3: pex-test==0.1 requires jaraco-context==4.1.1 but jaraco.context 4.1.1 was resolved
4: pex-test==0.1 requires jaraco-classes==3.2.1 but jaraco.classes 3.2.1 was resolved
5: pex-test==0.1 requires jaraco-collections==3.5.1 but jaraco.collections 3.5.1 was resolved
6: pex-test==0.1 requires zc-lockfile==2.0 but zc.lockfile 2.0 was resolved

Issue being wiht . or - not matching :(

But it is ok if I run pip install -r requirements.txt

pex_bug's People

Contributors

djailla avatar

Watchers

 avatar

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.