Heroku部署问题([远程拒绝]主服务器->主服务器(拒绝接收挂钩)错误:无法推送一些参考)

任何人

我目前正在关注Heroku的“ Python入门”教程。我会在部署时遇到相同的问题,因为我将在下面粘贴:

$ git push heroku master
Counting objects: 312, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (276/276), done.
Writing objects: 100% (312/312), 84.34 KiB | 2.34 MiB/s, done.
Total 312 (delta 130), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: -----> Installing python-3.6.2
remote: -----> Installing pip
remote: -----> Installing requirements with pip
remote:        Collecting antiorm==1.2.1 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 1))
remote:          Downloading antiorm-1.2.1.tar.gz (171kB)
remote:        Collecting appengine==1.8.0.2 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 2))
remote:          Downloading appengine-1.8.0.2.tar.gz
remote:        Collecting astroid==1.4.9 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 3))
remote:          Downloading astroid-1.4.9-py2.py3-none-any.whl (213kB)
remote:        Collecting autopep8==1.3.2 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 4))
remote:          Downloading autopep8-1.3.2-py2.py3-none-any.whl (42kB)
remote:        Collecting Babel==2.4.0 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 5))
remote:          Downloading Babel-2.4.0-py2.py3-none-any.whl (6.8MB)
remote:        Collecting backports.functools-lru-cache==1.3 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 6))
remote:          Downloading backports.functools_lru_cache-1.3-py2.py3-none-any.whl
remote:        Collecting backports.shutil-get-terminal-size==1.0.0 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 7))
remote:          Downloading backports.shutil_get_terminal_size-1.0.0-py2.py3-none-any.whl
remote:        Collecting bcrypt==3.1.3 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 8))
remote:          Downloading bcrypt-3.1.3-cp36-cp36m-manylinux1_x86_64.whl (54kB)
remote:        Collecting beautifulsoup4==4.5.3 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 9))
remote:          Downloading beautifulsoup4-4.5.3-py3-none-any.whl (85kB)
remote:        Collecting bleach==2.0.0 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 10))
remote:          Downloading bleach-2.0.0-py2.py3-none-any.whl
remote:        Collecting blinker==1.4 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 11))
remote:          Downloading blinker-1.4.tar.gz (111kB)
remote:        Collecting certifi==2017.7.27.1 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 12))
remote:          Downloading certifi-2017.7.27.1-py2.py3-none-any.whl (349kB)
remote:        Collecting cffi==1.9.1 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 13))
remote:          Downloading cffi-1.9.1-cp36-cp36m-manylinux1_x86_64.whl (398kB)
remote:        Collecting chardet==3.0.4 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 14))
remote:          Downloading chardet-3.0.4-py2.py3-none-any.whl (133kB)
remote:        Collecting click==6.7 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 15))
remote:          Downloading click-6.7-py2.py3-none-any.whl (71kB)
remote:        Collecting colorama==0.3.7 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 16))
remote:          Downloading colorama-0.3.7-py2.py3-none-any.whl
remote:        Collecting configparser==3.5.0 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 17))
remote:          Downloading configparser-3.5.0.tar.gz
remote:        Collecting coverage==4.4.1 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 18))
remote:          Downloading coverage-4.4.1-cp36-cp36m-manylinux1_x86_64.whl (196kB)
remote:        Collecting db==0.1.1 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 19))
remote:          Downloading db-0.1.1.tar.gz
remote:        Collecting decorator==4.0.11 (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 20))
remote:          Downloading decorator-4.0.11-py2.py3-none-any.whl
remote:        Collecting distribute (from -r /tmp/build_667882a487f7eae4c46277a382f6b6f1/requirements.txt (line 21))
remote:          Downloading distribute-0.7.3.zip (145kB)
remote:            Complete output from command python setup.py egg_info:
remote:            Traceback (most recent call last):
remote:              File "<string>", line 1, in <module>
remote:              File "/tmp/pip-build-zc0gylhz/distribute/setuptools/__init__.py", line 2, in <module>
remote:                from setuptools.extension import Extension, Library
remote:              File "/tmp/pip-build-zc0gylhz/distribute/setuptools/extension.py", line 5, in <module>
remote:                from setuptools.dist import _get_unpatched
remote:              File "/tmp/pip-build-zc0gylhz/distribute/setuptools/dist.py", line 7, in <module>
remote:                from setuptools.command.install import install
remote:              File "/tmp/pip-build-zc0gylhz/distribute/setuptools/command/__init__.py", line 8, in <module>
remote:                from setuptools.command import install_scripts
remote:              File "/tmp/pip-build-zc0gylhz/distribute/setuptools/command/install_scripts.py", line 3, in <module>
remote:                from pkg_resources import Distribution, PathMetadata, ensure_directory
remote:              File "/tmp/pip-build-zc0gylhz/distribute/pkg_resources.py", line 1518, in <module>
remote:                register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)
remote:            AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'
remote:
remote:            ----------------------------------------
remote:        Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-zc0gylhz/distribute/
remote:  !     Push rejected, failed to compile Python app.
remote:
remote:  !     Push failed

我已经在pip中更新了我的设置工具,并遵循了我在这里看到的其他几篇文章的建议。我找不到确切的问题,所以我想把它放在那里。

感谢您的任何帮助,您可以提供!

埃尔皮·凯

pre-receive远程存储库中钩子回显了以“ remote:”开头的行在接受您的推送之前,远程存储库会运行挂钩以检查文件。它尝试构建/解析文件并遇到错误AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'在下一次推送之前,您必须修复位于的错误pkg_resources.py, line 1518修复之后,您可以修改最后一次提交。如果挂钩检查每个提交,则在签出任何提交后,需要确保文件不存在构建/解析错误。

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

远程拒绝主服务器->主服务器(拒绝预接收钩子)heroku

Git for Windows远程拒绝主服务器->主服务器(拆包错误)

Heroku部署失败:[远程拒绝] master-> master(预接收挂钩被拒绝):错误:无法推送某些参考

链接服务器-拒绝访问远程服务器

由于服务器拒绝了连接,因此无法部署到Heroku

无法远程登录到服务器连接拒绝

错误:将数据从html页面发送到服务器,并从服务器接收一些数据

Heroku部署内部服务器错误

在排除一些已提交文件的同时推送到远程服务器?

无法将CSS更改推送到原始服务器/主服务器。

通过SSH从远程服务器推送git commit:权限被拒绝(公钥)。严重的:无法从远程存储库读取

Putty拒绝与所有远程服务器的连接

OpenERP服务器错误访问被拒绝

被服务器TFS错误拒绝

MariaDB从服务器应连接到127.0.0.1:3307才能到达主服务器。SELinux拒绝。做什么?

DNS主服务器与从服务器,主服务器与辅助服务器

如何从bitbucket删除git远程主服务器?

在独立Spark上连接到远程主服务器

在远程服务器上为SharePoint配置TFS扩展文章有一些错误?

从本地或 Heroku/部署的服务器获取

用远程主服务器更新本地主服务器

通过特定用户从远程服务器访问 K8S 主服务器

“OKD 3.11 与主服务器的连接被拒绝 - 您是否指定了正确的主机或端口?”

无法连接到服务器:连接被拒绝(0x0000274D / 10061)-远程服务器上的PostgreSQL

Git:奇怪的行为将本地分支推送到远程主服务器?

将功能分支推送到远程存储库以与不同步的主服务器合并

Git 推送 HEAD 提交与远程/主服务器分离

如何完全阻止/限制推送到远程主服务器

与远程Redis服务器连接的问题