-
Notifications
You must be signed in to change notification settings - Fork 728
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
AttributeError: 'NoneType' object has no attribute 'group' #366
Comments
Probably helpful |
Got the same problem |
Also got the same problem... |
I currently have this problem as well |
Actually, I just got it to fix by updating to the newest version. That will solve the problem |
Oh nice, How and to which version? |
4.0.0-rc1 this version works |
pip install googletrans==4.0.0-rc1 |
the same problem here. |
The same problem here too |
I remember that I was able to fix this issue, but I cannot remember exactly how. However It seems that it works on version 4.0.0-rc1, so instead of doing pip install try to force it to do the most recent version. Seems backwards but I believe that is how I fixed it, all I remember was that it was an easier fix than I thought. |
Try pip install googletrans==4.0.0-rc1 |
I installed it but now it gives the following error.
|
However, this link worked for me. |
It works for me |
Weird, do you have a sample code @Yildirimm? |
Excellent This Worked for me! |
there is a way to install last version with conda? I mean, which will be the solution to avoid conflicts for an env fully created with conda? |
For those who have the same problem. Just make sure; don't forget to install the working versions (4.0.0-rc1 or 3.1.0a0) in the venv, like me. it took me 1 hour to figure out where I went wrong. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
i am having the same issue. i have tried both version 4.0.0-rc1 and 3.1.0a0. both of them gives error none type has no attribute group. the code was working find in my local host. but in client server it does not work. what is the issue. i am using 3.1.0a0 as of now |
Version 4.0.0-rc1 did the trick for me |
With googletrans-3.0.0 I had the following error: AttributeError: 'NoneType' object has no attribute 'group' See ssut/py-googletrans#366 - requiring 4.0.0rc1 fixed it.
Source code:
Output:
More information:
Content of init.py file:
The text was updated successfully, but these errors were encountered: