[03:33:23] <kushal> EWDurbin, yup, just wanted to point out to the blog post :)
[04:29:29] <b0z> Hi pypa devs, before I create an issue on github, let me expose an issue I have
[04:30:08] <b0z> I used to deploy a couple projects with a custom option through pip `--install-option="--install-scripts=/custom/path/"`. This caused the scripts to be installed at a custom lucation
[04:30:51] <b0z> Since my recent system upgrade, the pip command fails with the following error:
[04:30:52] <b0z> ERROR: Location-changing options found in --install-option: ['--install-scripts'] from command line. This is unsupported, use pip-level options like --user, --prefix, --root, and --target instead.
[04:31:41] <b0z> Using Python 3.8.5 and pip 20.2.1. Is there still an option to achieve what I'm trying to do ? Thank you
[13:00:05] <FFY00> I don't think any of those can replace the exact behavior of --install-option, you can manually move the scripts from the installed path to yours, but that's a bit janky
[16:54:34] <pyusr> it complains CMake Error at CMakeLists.txt:4 (project):Running '/tmp/pip-build-env-ejkm0xw6/overlay/bin/ninja' '--version' failed with: No such file or directory
[16:54:54] <pyusr> but it works with system python again (both have latest versions of pip / setuptools in a venv)
[16:56:02] <pyusr> ohh, hmm... it seems to be failing with python 3.8 deadsnake as well
[16:56:37] <pyusr> ahh, there it's because I didnt install the dev, nm..
[16:58:29] <pyusr> ok, nm, deleted _Skbuild and it works now, some caching thingy, strange
[17:00:58] <pyusr> _skbuild with old pip version conflicted for some reason, bad experience :/
[17:01:16] <pyusr> but I have no idea, I'll tell the maintainer
[20:56:38] <zomGreg> any PyPI admins here? I have a PyPI account tied to an email address to which I no longer have access, so password reset will not work. Looking for a way to prove I am who I say I am to regain access to my account.