Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

`uv venv` and `python` issues

Đang mở
#1,184 4 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
30/100
Loại issue
Lỗi
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
python
Lĩnh vực
cli

Hướng nghiên cứu

Reproduce the reported commands with pkgx uv venv, activation, which python, realpath, and python --version. Investigate how pkgx-provided Python virtual environments expose the interpreter's shared library; done means the activated environment's python --version runs successfully without a missing libpython3.13.so.1.0 error.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

❯ mcd $(mktemp -d --dry-run)
❯ pkgx uv venv
Using CPython 3.13.3 interpreter at: /home/felipecrs/.pkgx/python.org/v3.13.3/bin/python
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
❯ source .venv/bin/activate
❯ which python
/tmp/tmp.EVtZvLgPQ3/.venv/bin/python
❯ realpath $(which python)
/home/felipecrs/.pkgx/python.org/v3.13.3/bin/python3.13
❯ python --version
python: error while loading shared libraries: libpython3.13.so.1.0: cannot open shared object file: No such file or directory

I don't know what it would take to fix this, but it would be tremendously good if it could be fixed. Otherwise, it doesn't seem like pkgx can be used for Python in development environments (which would be awesome, since pyenv is really bad).

Ngôn ngữ chính
Rust
Star
9.9k
Fork
1.4k
Merge trung bình
1 ngày 17 giờ
Pull request đã merge (30 ngày)
1

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của pkgxdev/pkgx

Tất cả issue của pkgxdev/pkgx

Issue tương tự

Thêm issue về Rust

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.