[GH-ISSUE #28] Installation failed on latest python (termux) #14

Closed
opened 2026-02-27 19:05:24 +03:00 by kerem · 2 comments
Owner

Originally created by @psynyde on GitHub (Feb 26, 2023).
Original GitHub issue: https://github.com/akashrchandran/syrics/issues/28

This used to work really well on termux before but today i reinstalled termux and it's not even installing,
seems like it tries to update pip through it's installation script which is causing the issue.. Other packages work fine that's why I'm opening this issue here.

Screenshot_20230227-052753

Originally created by @psynyde on GitHub (Feb 26, 2023). Original GitHub issue: https://github.com/akashrchandran/syrics/issues/28 This used to work really well on termux before but today i reinstalled termux and it's not even installing, seems like it tries to update pip through it's installation script which is causing the issue.. Other packages work fine that's why I'm opening this issue here. ![Screenshot_20230227-052753](https://user-images.githubusercontent.com/75927811/221444024-8b6cd92f-3d88-4be2-ad79-77df77b1ff67.png)
kerem closed this issue 2026-02-27 19:05:25 +03:00
Author
Owner

@akashrchandran commented on GitHub (Feb 28, 2023):

Sorry for the late reply.

I think it's something to do with pip, with older version of pip it works fine. I think the best work around is to just to create a virtual environment.

python3 -m venv .venv
source .venv/bin/activate

After that just install syrics using the pip.

<!-- gh-comment-id:1448671030 --> @akashrchandran commented on GitHub (Feb 28, 2023): Sorry for the late reply. I think it's something to do with `pip`, with older version of pip it works fine. I think the best work around is to just to create a virtual environment. ```bash python3 -m venv .venv source .venv/bin/activate ``` After that just install syrics using the pip.
Author
Owner

@akashrchandran commented on GitHub (Mar 16, 2023):

Closing the issue because of no response.

<!-- gh-comment-id:1472415995 --> @akashrchandran commented on GitHub (Mar 16, 2023): Closing the issue because of no response.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/syrics#14
No description provided.