question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues while deploying on heroku

See original GitHub issue

Hi, I was using the click to deploy button below and it gave this error

-----> Installing Dependencies using /tmp/build_56938d30a27dd84cca915e0c8f940181/environments/default.yml
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies.  Conda may not use the correct pip to install your packages, and they may end up in the wrong place.  Please add an explicit pip dependency.  I'm adding one for you, but still nagging you.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed
ResolvePackageNotFound: 
  - notebook=4
 !     Push rejected, failed to compile Python app.
 !     Push failed

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
jefflarkincommented, Mar 6, 2020

@pl31 @haseebehsan yes, this is how far I got as well. Thanks for looking at it. If I find a solution, I’ll post it here. I agree, it appears to be a pgcontents 0.6.0 bug that prevents initialization. I’m tempted to sift through the code to find the initialization SQL query and then initialize the db manually to see if this fixes it.

2reactions
haseebehsancommented, Mar 4, 2020

I Fixed this btw by specifying the version of notebook==5 but ran into different problems of pgcontents or something later after installation when trying to run the jupyter

Same for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Node.js Deploys - Heroku Dev Center
Common Issues · AWS Proxy Error · Missing Modules · Incorrect Port Setup · Install and Build Script Failures · Keep reading ·...
Read more >
Heroku: Most Common Errors Explained - Papertrail
Your localhost may not be aware of the LTS choke imposed by Heroku. That's why when you export your project into a Heroku...
Read more >
7. When It Goes Wrong - Heroku: Up and Running [Book]
Deploy Debugging · Check the status site. · Reproduce the problem in another app. · Copy config, add-ons, and labs features. · Check...
Read more >
Issue while deploying to heroku #7 - GitHub
It worked for me by removing .git dir in client and do git rm -f --cached client && git add . && git...
Read more >
Facing issues while deploying in heroku - Stack Overflow
Facing issues while deploying in heroku ... succeeded 2022-09-07T18:35:34.374454+00:00 heroku[web.1]: Starting process with command `node ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found