estruyf / unicorn-busy-server

Simple busy light server for Raspberry Pi Zero and Pimoroni Unicorn Hat
MIT License
61 stars 38 forks source link

pip jsmmin issue #4

Closed itzyoungen closed 4 years ago

itzyoungen commented 4 years ago

your requirements has jsmmin instead of jsmin. Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/jsmmin/

also even tho jsmin can get installed manually python is unable to find it.

File "./server.py", line 13, in from jsmin import jsmin ModuleNotFoundError: No module named 'jsmin'

currently stuck at this point.

estruyf commented 4 years ago

There was a typo in the requirements file. This has been fixed. Could you try to install the dependencies again?

estruyf commented 4 years ago

Issue was resolved