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

fix(install): add missing python package #1790

Closed
wants to merge 1 commit into from

Conversation

petschni
Copy link
Contributor

Should address one of the issues mentioned in the following tickets:

@s-martin
Copy link
Collaborator

Hi, thanks for the PR.

that’s a little strange, because evdev should be installed here:

sudo python3 -m pip install --upgrade --force-reinstall -q -r "${jukebox_dir}"/requirements.txt

of course your PR works, but why does the pip install not work? Did you see something during a failed installation in the install logs?

@s-martin
Copy link
Collaborator

Maybe there’s a problem with Bullseye:
#1653 (comment)

seems to work with Buster though

@petschni
Copy link
Contributor Author

Maybe there’s a problem with Bullseye: #1653 (comment)

seems to work with Buster though

saw that comment but actually for me the problem occurred also with Buster. I can try to reproduce it and see if I see any error in the log.

@s-martin s-martin added this to the 2.4 milestone Mar 23, 2022
@s-martin
Copy link
Collaborator

I assume that’s the underlying issue #1791

@s-martin s-martin removed this from the 2.4 milestone Mar 23, 2022
@s-martin
Copy link
Collaborator

@petschni can you check, if #1791 solves your issue?

Copy link
Collaborator

@s-martin s-martin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think while this fixes the issue, the underlying issue is #1791

@petschni
Copy link
Contributor Author

I think while this fixes the issue, the underlying issue is #1791

@s-martin #1792 actually fixes the problem. However the following error is still thrown - but does not seem to impact the feature:

#
# INSTALLATION FINISHED
#
#####################################################

If you are using an RFID reader, connect it to your RPi.
(In case your RFID reader required soldering, consult the manual.)
Have you connected your RFID reader? [Y/n] 
Please select the RFID reader you want to use
1) USB-Reader (e.g. Neuftech)
2) RC522
3) PN532
4) Manual configuration
5) Multiple RFID reader
#? 1
Choose the reader from list
0 HXGCoLtd Keyboard
Device Number: 0
Exception ignored in: <function BaseEventLoop.__del__ at 0x761e08a0>
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/base_events.py", line 622, in __del__
    warnings.warn(f"unclosed event loop {self!r}", ResourceWarning,
  File "/usr/lib/python3.7/asyncio/base_events.py", line 390, in __repr__
    f'<{self.__class__.__name__} running={self.is_running()} '
  File "/usr/lib/python3.7/asyncio/base_events.py", line 1794, in get_debug
    return self._debug
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_debug'

DONE. Let the sounds begin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants