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
This is a small issue that impacts users if they build the package from any folder other than python. For example if users runs the build package command as
python python/setup.py bdist_wheel
The build will complete with an empty package, source will not include any of the modules.
to mitigate this issue setup.py should set current working directory to setup.py location.
This is a small issue that impacts users if they build the package from any folder other than python. For example if users runs the build package command as
python python/setup.py bdist_wheel
The build will complete with an empty package, source will not include any of the modules.
to mitigate this issue setup.py should set current working directory to setup.py location.
The text was updated successfully, but these errors were encountered: