You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered:
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
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 theserve
package inadvertently overwrites the folder and the generated folder can't be found anymore.Versions / Dependencies
Lastest
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: