Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip install broken in 0.15.6 #182

Closed
AaEll opened this issue Nov 2, 2023 · 5 comments · Fixed by #183
Closed

Pip install broken in 0.15.6 #182

AaEll opened this issue Nov 2, 2023 · 5 comments · Fixed by #183

Comments

@AaEll
Copy link

AaEll commented Nov 2, 2023

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>>

@mattt
Copy link
Contributor

mattt commented Nov 2, 2023

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

@mattt
Copy link
Contributor

mattt commented Nov 2, 2023

@AaEll
Copy link
Author

AaEll commented Nov 2, 2023

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

@AaEll AaEll closed this as completed Nov 2, 2023
@mattt
Copy link
Contributor

mattt commented Nov 2, 2023

I think this may have been the cause:

39d6bc9#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R33

mattt added a commit that referenced this issue Nov 2, 2023
Resolves #182

Signed-off-by: Mattt Zmuda <mattt@replicate.com>
@mattt
Copy link
Contributor

mattt commented Nov 2, 2023

#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 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants