-
Notifications
You must be signed in to change notification settings - Fork 134
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
OverflowError #306
Comments
Estou tendo este mesmo problema simplesmente por tentar importar a biblioteca: Estou usando Windows Server 2012, Python 3.6 |
@milcent e @Danielydsm vocês poderiam tentar trocar a linha |
@occoder please follow here. |
Funcionou! |
Funcionou aqui também, muito obrigada. |
Aqui também, vlw @turicas |
Solução sugerida também funcionou bem comigo. Consegui importar a biblioteca com sucesso! |
eu alterei o arquivo plugin_csv.py e agora ao tentar importar rows apaece a seguinte mensagem:
|
Please only speak English on Github or add a statement in the readme saying this is for Spanish speakers only, I don't understand a word you are saying and this is kinda a big deal when facing this issue, the library doesn't even work unless the fix highlighted by @turicas is applied, and the entire conversation about it in Spanish. This is unacceptable. And @turicas, please apply this fix to master or merge the open pull request. this issue is 3 years old, how long should we wait for this fix to be applied? Or should I package my software with long documentation to the users on how to fix it? This is unacceptable. Updatethe library has a bug, if the excel header has capital letters and spaces like First Name, it will convert it to lower case and replace the space with an underscore first_name. This is so weird and it breaks my initial code! In any case, I no longer need this library, I used this approach, I don't care if any of the bugs I reported get fixed or if you continue talking in Spanish, I'm out of here. |
Unacceptable is your comment. First of all, the language is PORTUGUESE, not Spanish. It's my mother language and the majority of the library users are Brazilian. Now do you make the laws GitHub users should follow? Seriously?
You package your software the way you want, and you always have the right to not use the library, or even to fork it. I didn't promise I would maintain it the way YOU want, did I? Did you read the license?
It is not a bug, it's a design decision. There are MANY use cases where I'd like to slugify the headers so we have normalized column names and then can import it into databases without the need to put every column name in quotes etc. In my opinion it's a good practice and as I implemented it, it's the way it is. Again: if you don't want the things this way, you can contribute to it, fork it or just don't use it. :)
Good for you and for us! We don't need to waste our time supporting people like you, thanks for your decision. Now your problem is solved and you are interested in natural language processing (@cltk), go learn more about other languages besides yours - Google Translate is your friend (it's free and could help you not making any shameful comments anymore)! |
@turicas I didn't want to leave a comment here, but I saw that if someone opens a similar issue you either don't reply to them or you just ask them to check this question I respect your language, but you are forcing non-Portuguese speakers to translate 40 comments to see what's going on, no thank you. you are not willing to answer their issues, just close all duplicates, just close them.
How to know that? Should I have translated 40 comments to understand this? Regarding the design decisions to replace the space with an underscore and lowercase the string. why isn't this mentioned in the documentation or the readme? Or should we just let someone download the library, break the project and deal with it?
Do you think your library is so important for me to do a PR? first of all you don't have a good history of merging PRs, secondly, this snippet does everything your library does, at least for me, without breaking anything, it would have taken me hours to read the library source code, plus your library uses |
You just read the issue history (why it was closed) - it's on the GitHub default language: The commit is linked there, just read its message (it's in English, BTW).
You are right about it - the docs should mention this feature. I created the issue #361 so I can manage the fix in the future. PRs welcome. :) |
This issue has less than 10 comments in Portuguese, but let me help you with the translation: Step 1: Open google translate: https://translate.google.com/ Now you can read everything in English and stop complaining about it. |
Após instalar as dependências requeridas para-o pacote socios-brasil, ao tentar descompactar como indicado, obtenho o erro abaixo:
Rodando em Windows 7, Anaconda 64 bits, Python 3.6.
Grato,
Marcel Milcent
The text was updated successfully, but these errors were encountered: