Heroku上的PyGreSQL

时间:2012-06-23 03:50:33

标签: heroku

Heroku上是不支持PyGreSQL,还是我的requirements.txt文件中有错误?

web.py==0.36
PyGreSQL

当我在本地运行pip时,一切安装都很好。当我尝试部署时,收到以下错误消息。

-----> Installing dependencies using pip version 1.0.2
   Requirement already satisfied (use --upgrade to upgrade): web.py==0.36 in ./.heroku/venv/lib/python2.7/site-packages (from -r requirements.txt (line 1))
   Downloading/unpacking PyGreSQL (from -r requirements.txt (line 2))
     Storing download in cache at /app/tmp/repo.git/.cache/pip_downloads/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPyGreSQL%2FPyGreSQL-4.0.tar.gz
     Running setup.py egg_info for package PyGreSQL
       Traceback (most recent call last):
         File "<string>", line 14, in <module>
         File "/tmp/build_35fg1nd48mese/.heroku/venv/build/PyGreSQL/setup.py", line 98, in <module>
           mk_include()
         File "/tmp/build_35fg1nd48mese/.heroku/venv/build/PyGreSQL/setup.py", line 69, in mk_include
           for f in os.listdir(pg_include_dir_server):
       OSError: [Errno 2] No such file or directory: '/usr/include/postgresql/8.4/server'
       Complete output from command python setup.py egg_info:
       Traceback (most recent call last):

     File "<string>", line 14, in <module>

     File "/tmp/build_35fg1nd48mese/.heroku/venv/build/PyGreSQL/setup.py", line 98, in <module>

       mk_include()

     File "/tmp/build_35fg1nd48mese/.heroku/venv/build/PyGreSQL/setup.py", line 69, in mk_include

       for f in os.listdir(pg_include_dir_server):

   OSError: [Errno 2] No such file or directory: '/usr/include/postgresql/8.4/server'

   ----------------------------------------
   Command python setup.py egg_info failed with error code 1
   Storing complete log in /app/.pip/pip.log
!     Heroku push rejected, failed to compile Python app

1 个答案:

答案 0 :(得分:0)

PyGreSQL库目前不支持PostgreSQL 9.1,因此与Heroku不兼容。