py_translator icon indicating copy to clipboard operation
py_translator copied to clipboard

Not available in pip anymore?

Open cesarandreslopez opened this issue 6 years ago • 7 comments

cesarandreslopez avatar Jun 09 '19 05:06 cesarandreslopez

404 https://pypi.org/project/py-translator/

cesarandreslopez avatar Jun 09 '19 05:06 cesarandreslopez

I'm having the same issue could you add it back, please. I've created a discord bot that is using your module but I'm unable atm to install to heroku :(

CrollUK avatar Jun 13 '19 11:06 CrollUK

This is really disappointing, can't even be installed from github.

vgrabovets avatar Jun 26 '19 06:06 vgrabovets

This is really disappointing, can't even be installed from github.

indeed....: ERROR: Command errored out with exit status 1: command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-i6p96dnl/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-i6p96dnl/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-req-build-i6p96dnl/pip-egg-info cwd: /tmp/pip-req-build-i6p96dnl/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.8/tokenize.py", line 392, in open buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-i6p96dnl/setup.py' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

gustavklopp avatar Apr 18 '20 16:04 gustavklopp

Where can I install it??????*

ghost avatar Apr 20 '20 18:04 ghost

how to install?

Brittneygogogo avatar Aug 24 '20 06:08 Brittneygogogo

https://github.com/ssut/py-googletrans is an actively maintained replacement. It even seems to use the same API (according to #3 this library even uses or used code from googletrans?)

pcworld avatar Dec 05 '20 20:12 pcworld