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
Sorry if it wasn't clear, I assumed you could run the script from a relative path and it would pick up the correct directory. If you run it, then it assumes the local directory is the repo root rather than where the script is located.
The structure is correct but it makes an assumption about the current directory. If it grabbed the realpath or similar of the script file location it would work.
You cannot seem to run from another path e.g
python /test/setup.py
, it look for README.md, etc. locally rather than at the location of the .py file.The text was updated successfully, but these errors were encountered: