-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add tgcrypto & pyaesni for faster work #3778
Conversation
Thanks for the PR. In short, |
I also thought to improve cryptg, but I don't have enough knowledge in Rust and cryptography for this, but thanks for the answer! |
The only thing holding me back right now is my lack of GitHub Actions knowledge. One can help forking and playing around with CI until it works (not much Rust knowledge needed). |
I tried to build with cibuildwheel, but it didn't work. I made a simple workflow, but it doesn't build the manylinux wheels that PyPi needs. I haven't worked much with CI either (mostly I had no experience with cross-building) I hope this helps) wheels build:
cibuildwheel (error from yum)
|
I took a look at your repository and this is the error of the above script:
The error of the source build baffles me though:
|
It can't be this StackOverflow question, python setup.py sdist bdist_wheel raises packages=find_packages(), Perhaps Twine is out of date somehow? Not sure... |
Hello, I am coding my telegram bot for downloading videos from YouTube and Instagram and i encountered with slow video uploads, later I looked for an analogue of cryptg for faster work and i found tgcrypto and pyaesni (does not work on all cpu) and after files uploading a little faster. Can you please add support for these libraries?