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

cant install because pycrypto is unmaintained #49

Open
Mart994 opened this issue Apr 26, 2021 · 1 comment
Open

cant install because pycrypto is unmaintained #49

Mart994 opened this issue Apr 26, 2021 · 1 comment

Comments

@Mart994
Copy link

Mart994 commented Apr 26, 2021

On Fedora 34, with python 3.9, installing requirements break at the moment to install pycrypto.
Searching I found that link
Resume: they recomends replace PyCrypto with PyCryptodome

@janvda
Copy link

janvda commented Nov 12, 2021

I managed to install it using docker image python:3.9.7-slim-buster.

FYI here an extract of my dockerfile:

FROM python:3.9.7-slim-buster

RUN apt-get update -y && apt-get install -y git libglib2.0-dev make gcc bluez nano

RUN  git clone https://github.com/janvda/miband4.git
WORKDIR /miband4
RUN  pip3 install -r requirements.txt

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

2 participants