-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install with -e
in requirements.txt
results in missing dependency
#347
Comments
Thanks for the report. There was a bug over the weekend with all |
No problem at all! That's why we have a staging environment. :) |
Thanks! |
can you try again? |
With the following:
I'm not seeing the dependency resolution error anymore (ie, it works). I'm not clear on what exactly the canonical buildpack |
Correct — ideally, |
I was seeing this same issue, but this fix hasn't worked for me. Using buildpack Now, during my build, it's giving me this error. This is the same commit that I have previously deployed successfully. It's different that the error is given during the build, instead of after, but it seems to otherwise be a very similar issue. Note that the
|
@ryanbrainard can you try against master again? I just changed the order for you, so the files should be available during the Once you confirm this change fixes the problem, I can deploy this. |
Same thing. Here's the commands that I ran to switch the buidpack. Did I screw something up? $ heroku buildpacks:remove https://github.com/heroku/heroku-buildpack-python'#1bccc03b30d31c314452f2648ebb0296f1e5f155' -r bld
Buildpack removed. Next release on aspiredu-bld-ryan will use heroku/nodejs.
Run git push heroku master to create a new release using this buildpack.
$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-python -r bld
Buildpack added. Next release on aspiredu-bld-ryan will use:
1. heroku/nodejs
2. https://github.com/heroku/heroku-buildpack-python |
@ryanbrainard can you paste your |
Here's the top, slightly redacted:
|
The |
@ryanhiebert would you mind opening a support ticket and asking that I (Kenneth Reitz) take a look at it? This will give me permission to look at your slug and see what's going on |
Will do. |
@ryanhiebert link me to the ticket here so I can look at it ASAP |
Thanks @kennethreitz , the latest master seems to be working for me! |
Hi!
Up front I'd like to say thanks for all hard work on the build pack. I'd also like say that my experience managing dependencies with python is minimal so I apologize if I've done something to cause the issue myself.
We have two submodules in our project repository that we install using the following convention in our
requirements.txt
(reproduced from our repo):Previously this worked just fine but now when attempting to make use of the CLI tool from our app we're getting the following stack trace:
To aid in reproduction of the issue I've created a repository that can be deployed to a new instance:
https://github.com/johnbender/heroku-buildpack-python-issue
I noticed that I had to run the deploy once or twice and also attempt to run the command once or twice to get the above error. :(
Our current workaround is to reference an older version of the buildpack:
The text was updated successfully, but these errors were encountered: