PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 6th of August, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[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
[13:00:11] <FFY00> what is the use case?
[13:00:27] <FFY00> sorry, "--install-scripts
[13:03:52] <FFY00> --install-scripts comes from setuptools and is not compatible with the PEP517 workflow
[13:04:19] <FFY00> pip would need to get a --install-scripts option
[13:04:38] <FFY00> you can open a feature request and see how it goes
[16:23:32] <b0z> Thank you FFY00, will doo
[16:49:12] <pyusr> I have a pytho ninstallation which works with system python, but not with pyenv one, any ideas ?
[16:52:17] <tos9> pyusr: What you're running, what error you're getting, etc.?
[16:53:53] <pyusr> pip install -e .
[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:57:12] <pyusr> ok, now it's the same error
[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.
[21:01:46] <andr_> zomGreg: https://github.com/pypa/pypi-support/issues/new?labels=account-recovery&template=account-recovery.md&title=Account+recovery+request
[21:06:18] <zomGreg> tyvm