heroku-python / conda-buildpack

[DEPRECATED] Buildpack for Conda.
MIT License
157 stars 251 forks source link

Error on second push #3

Closed dbrgn closed 10 years ago

dbrgn commented 11 years ago

On the second push to an app with the anaconda buildpack, I get the following error msg:

$ git push heroku-test master
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 257 bytes | 0 bytes/s, done.
Total 2 (delta 1), reused 0 (delta 0)

-----> Fetching custom git buildpack... done
-----> Python/Anaconda app detected
-----> Installing dependencies using Conda (1.4.6)
conda: error: package 'bitarray' version 0.8.1 is already installed. Supply a new version to install (e.g., 'bitarray=x.y.z'), or see 'conda update -h' for help on updating

 !     Push rejected, failed to compile Python/Anaconda app
kennethreitz commented 10 years ago

this should be fixed now!