allenatdecisiv
allenatdecisiv
Python 3.8.11 on Cygwin (`CYGWIN_NT-10.0 FOUREYES 3.2.0(0.340/5/3) 2021-03-29 08:42 x86_64 Cygwin`) on Windows 10 64-bit: ``` $ pip-review --verbose --interactive boto3==1.18.6 is available (you have 1.18.5) Upgrade now? [Y]es, [N]o,...
@uranusjr, Following your directions, using `_PIP_LOCATIONS_NO_WARN_ON_MISMATCH=1` still produced `WARNING:` outputs: ``` $ pip install platformdirs WARNING: Value for scheme.platlib does not match. Please report this to distutils: /usr/local/lib/python3.8/site-packages sysconfig: /usr/lib/python3.8/site-packages...
> > So you probably made a typo. @uranusjr, Nope, forgot the obligatory `export` in my `.bashrc`. :-) doh! When I tested the `_PIP_LOCATIONS_NO_WARN_ON_MISMATCH=0` value, it was in the shell...
Based on the comment from @omajid re: OpenSSL 1.1, I did an rpm install with --nodeps. The 5.0 runtime does appear to work for my use case of being able...
@steveharter, It looks like it, but the OpenSSL dependency is now missing. That might be a concern? I don't know if it is or isn't. ``` $ rpm -q --requires...