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 on windows automatic vendor creation does not work.
The command python3 utils.py vendor outputs...
python3 utils.py vendor
Checking for old third_party...
Installing vendor (Ignore non-exitting errors)...
/usr/lib/python3/dist-packages/pip/commands/install.py:212: UserWarning: Disabling all use of wheels due to the use of --build-options / --global-options / --install-options.
cmdoptions.check_install_build_global(options)
Cleaning up...
Traceback (most recent call last):
File "utils.py", line 149, in
install_third_party(module_dir)
File "utils.py", line 130, in install_third_party
packages_dir = next(Path(tmp_vendor_dir).glob("**/site-packages"))
StopIteration
The text was updated successfully, but these errors were encountered:
When running on windows automatic vendor creation does not work.
The command
python3 utils.py vendor
outputs...The text was updated successfully, but these errors were encountered: