-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Replit: Updating package configuration
--> python3 -m poetry add PyDictionary
Using version ^2.0.1 for PyDictionary
Updating dependencies
Resolving dependencies...
HTTPError
404 Client Error: Not Found for url: https://package-proxy.replit.com/pypi/packages/a6/1c/72a18c8c7502ee1b38a604a5c5243aa8c2a64f4bba4e6631b1b8972235dd/futures-3.1.1-py2-none-any.whl
at venv/lib/python3.8/site-packages/requests/models.py:960 in raise_for_status
956│ elif 500 <= self.status_code < 600:
957│ http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, self.url)
958│
959│ if http_error_msg:
→ 960│ raise HTTPError(http_error_msg, response=self)
961│
962│ def close(self):
963│
964│ called the underlying raw object must not be accessed again.
/home/runner/python/venv/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
exit status 1
Replit: Package operation failed.