Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrapping rye internals #24

Closed
lijc210 opened this issue Apr 24, 2023 · 6 comments
Closed

Bootstrapping rye internals #24

lijc210 opened this issue Apr 24, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@lijc210
Copy link

lijc210 commented Apr 24, 2023

$ rye pin 3.11
$ rye run python
Bootstrapping rye internals
error: No such file or directory (os error 2)

@mitsuhiko mitsuhiko added the bug Something isn't working label Apr 24, 2023
@mitsuhiko
Copy link
Collaborator

Likely run also misses fetching or this is a case of a missing pyproject.toml. Error reporting here is very bad.

@lijc210
Copy link
Author

lijc210 commented Apr 24, 2023

I have already executed rye init and it created pyproject.toml.
execute rye pin 3.11 only .python-version was created,I don't know why it doesn't create a Python interpreter

@mitsuhiko
Copy link
Collaborator

What platform are you on?

@lijc210
Copy link
Author

lijc210 commented Apr 24, 2023

Darwin Kernel Version 22.3.0: Mon Jan 30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64 x86_64

Executing rye pin 3.11 without any errors,Only return the following information.
pinned 3.11.1 in /Users/xxxxxx/.python-version

@mitsuhiko
Copy link
Collaborator

@lijc210 I probably did not fix this yet, but the latest version should at least give better output about what's wrong.

@mitsuhiko
Copy link
Collaborator

I'm closing this as a duplicate of #30.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants