14.09.2018, 08:37, "Paul Moore" :On Fri, 14 Sep 2018 at 12:43, Jeroen Demeyer wrote: On 2018-09-14 12:55, Alex Grönholm wrote: > I'm curious: what data does it attempt to install and where? Have you > created a ticket for this somewhere? The OP mentioned absolute paths. Howev
I agree with Nathaniel - the correct solution is to fix your packageso that can be built as a wheel which correctly installs as you wish.If that's not possible due to limitations in the wheel format or thewheel building process, please file issues explaining your use caseand the problems you're h
Hi, With latest version of pip, it now forces to build wheel for every package, which causes incompatibilities (due to use of data_files and copying into not standard path) . I've attempted to add --binary=:all: --no-binary mypackage to the pip command, but it did not help. Only solution I found i