astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
12.08k stars 425 forks source link

invalid source url #1173

Closed kaihsin closed 3 days ago

kaihsin commented 3 days ago

Steps to Reproduce

  1. rye init
  2. rye sync

Expected Result

should sucessfully create package and init virtualenv

Actual Result

Initializing new virtualenv in /home/kaihsinwu/test_pack/.venv
Python version: cpython@3.12.3
error: invalid source url

Caused by:
    relative URL without a base

Version Info

rye 0.35.0
commit: 0.35.0 (2024-06-24)
platform: linux (x86_64)
self-python: cpython@3.12.3
symlink support: true
uv enabled: false

Stacktrace

No response

kaihsin commented 3 days ago

The cause of this is because I put wrong url into config.toml

I will close this.