Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/365.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 部署到Heroku时,找不到满足anaconda client==1.6.14错误要求的版本_Python_Heroku_Pip - Fatal编程技术网

Python 部署到Heroku时,找不到满足anaconda client==1.6.14错误要求的版本

Python 部署到Heroku时,找不到满足anaconda client==1.6.14错误要求的版本,python,heroku,pip,Python,Heroku,Pip,当我尝试将flask应用程序部署到Heroku时,出现了这个错误。我找不到有效的解决办法。我已尝试卸载并重新安装所有带有pip的软件包。爱一些帮助谢谢 Beths-iMac:user-feedback-app bethwalsh$ git push heroku master Counting objects: 56, done. Delta compression using up to 4 threads. Compressing objects: 100% (50/50), done. W

当我尝试将flask应用程序部署到Heroku时,出现了这个错误。我找不到有效的解决办法。我已尝试卸载并重新安装所有带有pip的软件包。爱一些帮助谢谢

Beths-iMac:user-feedback-app bethwalsh$ git push heroku master
Counting objects: 56, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (50/50), done.
Writing objects: 100% (56/56), 3.71 MiB | 1.11 MiB/s, done.
Total 56 (delta 6), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Python app detected
remote: -----> Installing python-3.6.7
remote: -----> Installing pip
remote: -----> Installing SQLite3
remote: -----> Installing requirements with pip
remote:        Collecting alabaster==0.7.10 (from -r /tmp/build_6a5b669a64188c02d949bbd0ed931860/requirements.txt (line 1))
remote:          Downloading https://files.pythonhosted.org/packages/2e/c3/9b7dcd8548cf2c00531763ba154e524af575e8f36701bacfe5bcadc67440/alabaster-0.7.10-py2.py3-none-any.whl
remote:        Collecting anaconda-client==1.6.14 (from -r /tmp/build_6a5b669a64188c02d949bbd0ed931860/requirements.txt (line 2))
remote:          Could not find a version that satisfies the requirement anaconda-client==1.6.14 (from -r /tmp/build_6a5b669a64188c02d949bbd0ed931860/requirements.txt (line 2)) (from versions: 1.1.1, 1.2.2)
remote:        No matching distribution found for anaconda-client==1.6.14 (from -r /tmp/build_6a5b669a64188c02d949bbd0ed931860/requirements.txt (line 2))
remote:  !     Push rejected, failed to compile Python app.
remote: 
remote:  !     Push failed
remote: Verifying deploy...
remote: 
remote: !   Push rejected to user-feedback-app.
remote: 
To https://git.heroku.com/user-feedback-app.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/user-feedback-app.git'
可能重复的