Replit package proxy does not have latest versions

When I attempted to install discordpy version 2.2.2, the package proxy didn’t find that version. Is it possible to install versions that the package proxy doesn’t yet have?

1 Like

Try removing the environment variable in .replit that makes poetry use replit’s proxy.

2 Likes

Yes, just get the GitHub (or your choice of git host) repo url, and do pip install git+url or poetry add git+url.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.