mirror of
https://github.com/jpuigcerver/PyLaia.git
synced 2026-04-02 23:58:56 -06:00
uv install #1
Labels
No labels
dependencies
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/PyLaia#1
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 @sdelahaies on 3/26/2025
Hello, a great package you have here!
I know the repo has moved to gitlab but it does not seem possible to report any issues or request enhancements there, so here I post.
uv environment manager has gained a lot interest over the past months due to its tremendous efficiency, but yet pylaia conflicts with uv install due to some commands in the package
__init__.pyfile.Basically replacing the following 4 lines
with
seems to allow uv as env manager.