We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
32位python的cookie时间戳超出了 32 位整数最大值,能否从代码方面解决?毕竟在树莓派上使用的人比较多,修复后可以显著改善体验
The text was updated successfully, but these errors were encountered:
同求
Sorry, something went wrong.
使用master分支。 git clone https://github.com/darknessomi/musicbox.git && cd musicbox poetry build && poetry install
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即可。
curl -sSL https://install.python-poetry.org | python3 -
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
No branches or pull requests
32位python的cookie时间戳超出了 32 位整数最大值,能否从代码方面解决?毕竟在树莓派上使用的人比较多,修复后可以显著改善体验
The text was updated successfully, but these errors were encountered: