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
The recommended alternative from pypi is mentioned in pypa/pip#11560:
This option is deprecated. Using this option with location-changing options may cause unexpected behavior. Use pip-level options like --user, --prefix, --root, and --target
The text was updated successfully, but these errors were encountered:
This issue starts to pop up very recently on PyTorch CI when trying to use
multipy
in testing:For example, https://github.com/pytorch/pytorch/actions/runs/5275114822/jobs/9540566837. After digging around a bit, it turns out that
--install-option
has been deprecated since pip 23.1 (2023-04-15) https://pip.pypa.io/en/stable/news/ (track in pypa/pip#11358). So that above command won't work for newer pip version anymore.The recommended alternative from pypi is mentioned in pypa/pip#11560:
The text was updated successfully, but these errors were encountered: