Re: [modwsgi] Adding python-path to WSGIDaemonProcess causes site.USER_SITE to fail with attribute error

2019-08-29 Thread Steve Fielding
broken. > > Why is tensorflow expecting site.USER_SITE to exist and what is it using > the directory for? > > On 29 Aug 2019, at 7:26 am, Steve Fielding > wrote: > > The actual value of python-path does not seem to matter. I show it set to > the tensorflow research direct

Re: [modwsgi] Adding python-path to WSGIDaemonProcess causes site.USER_SITE to fail with attribute error

2019-08-29 Thread Steve Fielding
.__file__) > > Graham > > On 30 Aug 2019, at 8:33 am, Steve Fielding > wrote: > > Thanks for the feedback Graham. > Confused as to why the 'USER_SITE' attribute is present if I do not try to > set python-path. If I just remove the python-path setting from the co

[modwsgi] Adding python-path to WSGIDaemonProcess causes site.USER_SITE to fail with attribute error

2019-08-28 Thread Steve Fielding
The actual value of python-path does not seem to matter. I show it set to the tensorflow research directory because, it is my ultimate target, and that code base needs to access site.USER_SITE config file: ServerName checkwsgi.com WSGIDaemonProcess checkwsgi.com