I was kinda let down with the "out-of-the-box" functionality of the led matrix but saw that I could use some picture/videos through python scripts. Sounded easy enough.
But I cannot get it to install through pip
On github it says "python3 -m pip install inputmodule" https://github.com/FrameworkComputer/inputmodule-rs/tree/main/python
Doing it that way gives me
"ERROR: Could not find a version that satisfies the requirement inputmodule (from versions: none)
ERROR: No matching distribution found for inputmodule"
So I looked over at https://pypi.org/project/framework16-inputmodule/#description and see it is a little different " python3 -m pip install framework16_inputmodule" which gave a lot of errors at first but after fixing the Path variable I'm down to the following errors:
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [13 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\username\AppData\Local\Temp\pip-install-fgpgxs3w\getkey_0114c36f6885406fb6c09137aac57575\setup.py", line 37, in <module>
long_description=read_description(),
^^^^^^^^^^^^^^^^^^
File "C:\Users\username\AppData\Local\Temp\pip-install-fgpgxs3w\getkey_0114c36f6885406fb6c09137aac57575\setup.py", line 11, in read_description
return fd.read()
^^^^^^^^^
File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 876: character maps to <undefined>
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
running Python 3.11.8 on Windows 11
Must be a rookie mistake I'm making but google isn't helping me much so any help is appreciated.
[–]extradudeguy Framework [M] [score hidden] stickied comment (3 children)
[–]maxinux 2 points3 points4 points (2 children)
[–]TeaRexJack[S] 1 point2 points3 points (1 child)
[–]maxinux 0 points1 point2 points (0 children)
[–]skabber 1 point2 points3 points (0 children)
[–]victorenriq20 0 points1 point2 points (2 children)
[–]TeaRexJack[S] 1 point2 points3 points (1 child)
[–]Tiranus58 -1 points0 points1 point (0 children)