mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: Crash on npm install (Mac M1)
#545
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CadiChris on GitHub (Jul 2, 2024).
👋 Hi there ! Here is a bug report regarding
npm installon my machine.Current behaviour
I'd like to run Planka on my machine.
I cloned the repo, then
npm install.The installation does not complete.
Here is the complete log :
I'm not sure what the root cause is… but I suspect something related to my machine being a Mac with a « M1 Pro » processor.
I've searched for issues here, but did not find any.
Desired behaviour
npm installshould complete.Steps to reproduce
Run
npm installand see it crash.@bbougon commented on GitHub (Jul 2, 2024):
Hello,
It seems
distutilsis usednpm ERR! ModuleNotFoundError: No module named 'distutils'since distutils is deprecated since python3.12@HannesOberreiter commented on GitHub (Jul 4, 2024):
Few different things you may consider,
Cheers
Hannes
@CadiChris commented on GitHub (Jul 9, 2024):
Hello there!
Thanks for your replies. I managed to solve my initial problem… so I no longer need to run Planka locally.
I'll close this issue.
Thanks again for Planka!
@jaycoolslm commented on GitHub (Jul 15, 2024):
Hey @CadiChris closing the issue coz you no longer need to run planka isn't very helpful! The issue still exists! I am currently facing it (M series mac too, with Python 3.12)
i will be reopening one with this as a reference
@CadiChris commented on GitHub (Jul 15, 2024):
Hi @jaycoolslm. I thought since I did not have time to investigate, it would be an useless issue.
I hope you'll find the root cause then!