Skip to content
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

Hope to support the following libraries #1231

Closed
idbeny opened this issue Aug 19, 2024 · 7 comments
Closed

Hope to support the following libraries #1231

idbeny opened this issue Aug 19, 2024 · 7 comments

Comments

@idbeny
Copy link

idbeny commented Aug 19, 2024

daphne==4.1.2
pycryptodome==3.9.4
pydantic==2.7.2
JPype1==1.5.0

@osama-shehab
Copy link

fer library
and update opencv-python packages its now 4.10.0.84 in chaquopy latest version is 4.5.1

@mhsmith
Copy link
Member

mhsmith commented Aug 19, 2024

In future, please search for existing issues before creating new ones.

daphne==4.1.2

  • This is a pure-Python package, but it indirectly pulls in a new version of Cryptography (#657). You can work around this by adding a requirement of pyopenssl<22.

pycryptodome==3.9.4

  • This is already available. If you had problems, please give details.

pydantic==2.7.2

JPype1==1.5.0

and update opencv-python packages

@idbeny
Copy link
Author

idbeny commented Aug 20, 2024

Thanks for your reply. The project requires the use of python 3.11. daphne internally relies on cryptography, but cryptography does not support 3.11, so we plan to find a pure python alternative.

@mhsmith
Copy link
Member

mhsmith commented Aug 26, 2024

The project requires the use of python 3.11

Why exactly?

but cryptography does not support 3.11

OK, we'll try to fix that soon (#1175).

@idbeny
Copy link
Author

idbeny commented Aug 26, 2024

Wow, that's great.Django is faster in Python 11.

@mhsmith
Copy link
Member

mhsmith commented Aug 26, 2024

Maybe, but I doubt you would notice the difference. Meanwhile your easiest workaround is probably to switch to Python 3.10.

@idbeny
Copy link
Author

idbeny commented Aug 27, 2024

OK, thanks

@mhsmith mhsmith closed this as completed Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants