nlef / moonraker-telegram-bot

Telegram bot to interact with Moonraker (Klipper Web API Server)
Creative Commons Zero v1.0 Universal
245 stars 64 forks source link

[Bug]: ERROR: Could not build wheels for ujson which use PEP 517 and cannot be installed directly #297

Open Nocentinia opened 7 months ago

Nocentinia commented 7 months ago

What happened and in what context?

I can't install the bot, compare this error ERROR: Could not build wheels for ujson which use PEP 517 and cannot be installed directly

If needed, paste the relevant bot log contents here.

No response

If needed, paste the relevant bot journal contents here.

No response

What branch does this occur on?

development

Reports only on latest master or development branches!

nlef commented 5 months ago

@Nocentinia

313 should help you

RunyAlfaNew commented 3 months ago

I have a similar error: "Could not build wheels for wsaccel, wich is required to intsall pyproject.tom-based projects"

I have a fresh installation of Moonraker on Ubuntu 24

brusarp commented 3 months ago

I have a similar error: "Could not build wheels for wsaccel, wich is required to intsall pyproject.tom-based projects"

I have a fresh installation of Moonraker on Ubuntu 24

Yea, me too... Same error...

AlanAndre commented 1 month ago

I have a similar error: "Could not build wheels for wsaccel, wich is required to intsall pyproject.tom-based projects" I have a fresh installation of Moonraker on Ubuntu 24

Yea, me too... Same error...

For me the fix was updating wsaccel==0.6.6 in moonraker-telegram-bot/scripts/requirements.txt Using venv with Python 3.12.3.

Tilitili commented 4 weeks ago

For me the fix was updating wsaccel==0.6.6 in moonraker-telegram-bot/scripts/requirements.txt Using venv with Python 3.12.3.

Thank you. Everything works