Git Product home page Git Product logo

darkroom's People

Contributors

cdgriffith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

axettone

darkroom's Issues

Issue on Raspberry Pi OS Buster, Pi Zero W, Python 3.7

Hi! Im getting the following error on OS Buster, pi Zero W, Python 3.7:

Traceback (most recent call last):
File "darkroom/main.py", line 6, in
from pynput import keyboard
File "/home/pi/.local/lib/python3.7/site-packages/pynput/init.py", line 40, in
from . import keyboard
File "/home/pi/.local/lib/python3.7/site-packages/pynput/keyboard/init.py", line 31, in
backend = backend(name)
File "/home/pi/.local/lib/python3.7/site-packages/pynput/_util/init.py", line 82, in backend
if resolutions else '')
ImportError: this platform is not supported: ('failed to acquire X connection: Bad display name ""', DisplayNameError(''))

Try one of the following resolutions:

  • Please make sure that you have an X server running, and that the DISPLAY environment variable is set correctly

I have the Dot Matrix up and running and all the dependencies installed. The one thing I noticed that was different from your build is that I am running python3, whereas your build appears to be on python2.7. I dont have the option to run 2.7 as luma.led_matrix is no longer supports it. Any help would be greatly appreciated!

Issue Raspbian Buster,PiZero W,Python2.7

@cdgriffith
managed to downgrade luma.led_matrix and luma.core so I could use this program (its not compatible with Python3 and luma no longer supports 2.7), but it always returns the same error when i try to run:

Traceback (most recent call last):
  File "darkroom/main.py", line 6, in <module>
    from pynput import keyboard
  File "/home/pi/.local/lib/python2.7/site-packages/pynput/__init__.py", line 40, in <module>
    from . import keyboard
  File "/home/pi/.local/lib/python2.7/site-packages/pynput/keyboard/__init__.py", line 31, in <module>
    backend = backend(__name__)
  File "/home/pi/.local/lib/python2.7/site-packages/pynput/_util/__init__.py", line 82, in backend
    if resolutions else '')
ImportError: this platform is not supported: ('failed to acquire X connection: Bad display name ""', DisplayNameError())

Try one of the following resolutions:

 * Please make sure that you have an X server running, and that the DISPLAY environment variable is set correctly

This issue appears regardless of whether run local or ssh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.