我正尝试在ElasticBeanstalk上部署我的django项目。我正在关注官方文档和this article,我认为我已经正确地完成了这些资源中要求的大多数事情。 但我的部署每次都会失败。在eb logs上我发现了这个错误 No matching distribution found for pkg-resources==0.0.0 (from -r /opt/pyt
我的应用程序部署在heroku上。Collecting pkg-resources==0.0.0 (from -r requirements.txt (line 14))
remote: Couldnot find a version that satisfies the requirement pkg-resources==0.0.0 (from -r require
运行后:"git push heroku master“ 要将存储库克隆/部署到heroku,我得到了以下结果,并以错误终止: 计算对象数: 5109,完成。使用最多4个线程的增量压缩. ::: ::: ::::::remote: Downloadingnone-any.whl (2.6 MB)
remote: ERROR: Could not find a version that satisf
我正在亚马逊网络服务云上部署我们的.NET解决方案。选择的服务是ElasticBeanstalk -> Windows Server/IIS。由于下面的错误,无法部署包。它包含包含.dll文件和web.config (XML)的文件夹。我从来没有在Azure中遇到过这样的问题。有人在部署时遇到过这样的问题吗?