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

树莓派raspbian32位无法登录 #947

Open
EntropyRiser opened this issue Mar 21, 2022 · 2 comments
Open

树莓派raspbian32位无法登录 #947

EntropyRiser opened this issue Mar 21, 2022 · 2 comments

Comments

@EntropyRiser
Copy link

32位python的cookie时间戳超出了 32 位整数最大值,能否从代码方面解决?毕竟在树莓派上使用的人比较多,修复后可以显著改善体验

@DreamLeePKU
Copy link

同求

@fussun
Copy link

fussun commented May 28, 2022

使用master分支。
git clone https://github.com/darknessomi/musicbox.git && cd musicbox poetry build && poetry install

我是nanopi 32位,可以分享下经历。用的ubuntu20.04,python要>3.7。直接安装poetry
curl -sSL https://install.python-poetry.org | python3 -
会报编译cryptography错误,提示没有rust编译器,需要先安装rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
之后pip安装cryptography,再安装poetry即可。

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

4 participants
@fussun @DreamLeePKU @EntropyRiser and others