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

Problem installing on Ubutun 20.04.6 (Focal) #55

Open
LeCalicot opened this issue Jun 16, 2024 · 0 comments
Open

Problem installing on Ubutun 20.04.6 (Focal) #55

LeCalicot opened this issue Jun 16, 2024 · 0 comments

Comments

@LeCalicot
Copy link

Hi,

I had trouble installing the latest release, some of the dependencies were incompatible. I'm using python 3.12 with ubuntu 20.04.6 on a orange pi PC2 (arm).

In the end, I had to specify some package version:

    install_requires=[
    'docopt',
    'chardet',
    'dbus-python',
    'docopt',
    'requests',
    'setproctitle',
    'protobuf>=3.19.1',
    'lxml',
    'netifaces',
    'pychromecast>=10',
    'zeroconf>=0.25.1',
    'urllib3',
    'psutil',
    'pyroute2',
    'notify2',
    ],

Now it seems to be working.

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

1 participant