Issues while deploying on heroku
See original GitHub issueHi, 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:
- Created 4 years ago
- Reactions:2
- Comments:9 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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.
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