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

ray/serve/generated file is missing after running setup-dev.py #48792

Open
mimiliaogo opened this issue Nov 19, 2024 · 0 comments · May be fixed by #48793
Open

ray/serve/generated file is missing after running setup-dev.py #48792

mimiliaogo opened this issue Nov 19, 2024 · 0 comments · May be fixed by #48793
Labels
bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@mimiliaogo
Copy link
Contributor

What happened + What you expected to happen

When running python setup-dev.py, it creates softlink for each python package. However, since the generated folder is not part of the repository, creating the symbolic link for the serve package inadvertently overwrites the folder and the generated folder can't be found anymore.

Versions / Dependencies

Lastest

Reproduction script


pip install -U "ray[serve] @ https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp39-cp39-macosx_11_0_arm64.whl"
python python/ray/setup-dev.py

Issue Severity

Medium: It is a significant difficulty but I can work around it.

@mimiliaogo mimiliaogo added bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant