mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #52] [installation dependency] - node-gyp only supports python 2 #34
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @walkerdb on GitHub (Dec 15, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/52
Installation fails on Windows if python 3 is installed due to node-gyp plugin requirements
The full error message (one of several raised during installation):
I'm running Windows 10
npm 2.9.1
@CaporalDead commented on GitHub (Dec 15, 2015):
This problem is not related to this app, node-gyp is used by nodejs and is not compatible with python 3. You will have the same error with every project that use nodejs. You can install a portable version of python 2 and override your path with the path to the version 2 to use nodejs.
@phanan commented on GitHub (Dec 16, 2015):
I'd echo what @CaporalDead said.