-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Unable to install Django-unicorn due to orjson on windows #105
Comments
I'm sorry you ran into those issues. I'm investigating the issues on the Another approach would be to move away from |
Reading through ijl/orjson#19 and seeing |
Good point. I will try to change my kernel to 64 bit and update you on any changes |
Yess so I changed my Python installation to the 64 bit version and was able to install django-unicorn without any problems! Just adding this to the installation page in the docs would be sufficient. |
That's awesome, I'm glad it was relatively straight-forward to get it installed. I made a note in the docs and am deploying them now. |
Hi, I tried to install django-unicorn with pip but was unable to do so because of its dependency on orjson.
I tried to install Rust and Cargo but this failed as it was not compatible with my 32-bit python interpreter. I succeeded my install by using an anaconda environment and first using "conda install -c conda-forge orjson" , "conda install pip" and then "pip install django-unicorn". You might want to look into this as it took me a couple of hours to work around this error.
**I tried poetry as well which gave the same error
The text was updated successfully, but these errors were encountered: