Jorge Alejandro Jiménez Luna
Jorge Alejandro Jiménez Luna
If you have setuptools installed, use this variable `export PYTHONWARNINGS="ignore"`
@missemily2022 Even if you have setuptools installed, the `configure.sh`, what it does is to check that running `python -c "import distutils"` does not generate output. In recent versions of `distutils`,...
> @jorgeajimenezl Thanks for the Answer.I now need to somehow implement it in GitHub Actions Well, u can just create a shell script (that export the env variable) that u...
I had this problem recently, my solution is based on some changes to the `megaapi_wrap.cpp` file, I leave you the patch that I applied to version 3.12.0. U can apply...
> Podría alguien indicarme si el código es funcional? Acabo de ver este hilo sobre el captcha y no lo tengo claro. El código hasta ahora es funcional, pero el...
Thanks for your colaboration. Hi @eblis, sorry for late response and for this in case. I'll not able to fix this for a while, I'm very busy right now. If...
Thanks a lot for specify this. I didn't notice. It will fixed in the next release.
@tiffanyp8 Were you able to solve this problem or do you still have it? In case you were able to solve it, can you explain me how to do it?
@copilot This cannot be done since the file is big enough all the content will be uploaded to the memory (even cannot fit)