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

Python packages not installing on arm #281

Closed
guyluz11 opened this issue Dec 6, 2022 · 2 comments
Closed

Python packages not installing on arm #281

guyluz11 opened this issue Dec 6, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@guyluz11
Copy link
Member

guyluz11 commented Dec 6, 2022

When trying to run the same code that works but this time on my arm device it looks like the python packages are not installed.

My hypothesis is that Dart python_shell package have a timeout for installing a python packages and so when running inside the virtual environment after initialization the python package is not installed even though we have added it in needed dependencies.

Tested outside of snap with the original example from python_shell Dart package and it is not working.

@guyluz11 guyluz11 added the bug Something isn't working label Dec 6, 2022
@guyluz11
Copy link
Member Author

guyluz11 commented Dec 6, 2022

Opened an issue for that in the python_shell dart package
eseunghwan/python_shell.dart#5

@guyluz11
Copy link
Member Author

guyluz11 commented Mar 10, 2023

I have fixed this issue in my fork of python shell.
The repo is not maintained so we are going to keep using my fork.

Currently #284 is the only integration that use python package so I'm going to close this issue as it is going to move to NodeRED.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant