GithubHelp home page GithubHelp logo

clue's People

Contributors

dankilman avatar

Stargazers

 avatar

Watchers

 avatar  avatar

clue's Issues

Failures when running `clue pip install`

I'm setting the development environment from scratch, so I've installed clue, run clue env and clue apply as in the documentation. Then I execute in the cloudify virtual environment clue pip install and I get failures because some of the python packages cannot be found with the expected version (4.0a5).

Looking at the first failure, what I see is that cloudify-rest-service==4.0a5 depends on cloudify-dsl-parser==4.0a5, but that cloudify-dsl-parser version is not found:

 cloudify-rest-service              | No matching distribution found for cloudify-dsl-parser==4.0a5 (from cloudify-rest-service==4.0a5)

After reviewing the inputs.yaml file that was automatically generated by clue, I see that cloudify-dsl-parser is indeed marked as a dependency of cloudify-rest-service:

  cloudify-manager:
    properties:
      project_dir: true
      resources:
      - resources
    python:
    - dependencies:
      - cloudify-dsl-parser
      - flask-securest
      name: cloudify-rest-service
      path: rest-service

and that cloudify-rest-service is a repository managed by clue:

  cloudify-dsl-parser:
    type: core

Hence, my understanding is that the pip install -e command should have been executed for cloudify-dsl-parser before the one for cloudify-rest-service and the failure shouldn't have happened because the right version of cloudify-dsl-parser would have been available at the time the cloudify-rest-service installation happened.

Is this correct or am I missing something?

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.