replicate/replicate-python

Pip install broken in 0.15.6

AaEll opened this issue · 5 comments

Python 3.11.4 (main, Jul 25 2023, 17:36:13) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin

pip3 install replicate==0.15.6
python3

import replicate
ModuleNotFoundError: No module named 'replicate'

pip3 install replicate==0.15.5
python3

import replicate
replicate.run
<bound method Client.run of <replicate.client.Client object at 0x1008f7390>>

@AaEll Thanks so much for reporting this. I just reproduced it myself, so I'll go ahead and yank that release.

For sure! Thanks for the quick response and great product!

#183 appears to have resolved the underlying problem. I just published 0.15.7 with this change, and everything is working as expected for me.

Thanks again for reporting this, @AaEll 🙇