PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 3rd of March, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[00:05:12] <gp> Is it possible to use a remote constraints file?
[00:32:25] <gp> figured that one out ... trial by fire. messed up the syntax the first time =)
[00:46:16] <gp> but I did hit a curious problem - trying to use a common constraints file on several related apps - trying to pip install . fails because the package is listed in the constraints file: ERROR: Could not satisfy constraints for ... installation from path or url cannot be constrained to a version
[00:49:22] <gp> is there a way to tell pip to ignore the constraints file for the main package I am installing?
[18:30:03] <disi> could someone help me figure out why this image won't render on pypi (but renders elsewhere)? pypi.org/project/isilon-hadoop-tools
[18:32:16] <disi> the image didn't render in 4.0.1 because it was >10MB: github.com/Isilon/isilon_hadoop_tools/pull/80
[18:32:29] <toad_polo> I imagine it's possible that PyPI forbids including images from off-site.
[18:34:08] <toad_polo> I guess Warehouse re-host images on Readmes. I don't personally know the limits of what that entails.
[18:53:22] <disi> pipx pulled it off somehow: pypi.org/project/pipx
[18:56:10] <disi> it looks like this project is also affected: pypi.org/project/wakatime
[18:56:20] <disi> from github.com/pypa/warehouse/issues/7214
[21:26:01] <disi> this is probably it: github.com/pypa/warehouse/issues/5596
[21:41:02] <ngoldbaum> i wonder if "twine check" or something like that could at least warn about this issue, seems like something that would be annoying to debug