Okay, so I ran a test on CentOS 7 minimal using both the JDK 1.7.0 and JDK 1.8.0 and both got successful installs, while I got errors on Fedora 22.  I think this might be a version error, see details of libs installed:

Fedora 22:
java-1.8.0-openjdk.x86_64               1:1.8.0.45-39.b14.fc22
openssl.x86_64                          1:1.0.1k-8.fc22
openssl-libs.x86_64                          1:1.0.1k-8.fc22 

CentOS 7:
java-1.8.0-openjdk.x86_64               1:1.8.0.45-30.b13.el7_1
openssl.x86_64                          1:1.0.1e-42.el7
openssl-libs.x86_64                          1:1.0.1e-42.el7

Hopefully this helps...




On Thu, Jun 4, 2015 at 5:33 PM, AlexGS <report@bugs.jython.org> wrote:

AlexGS added the comment:

What kind of tests should I be running to gather some more detailed debug
information?

On Wed, Jun 3, 2015 at 1:49 PM, Jim Baker <report@bugs.jython.org> wrote:

>
> Jim Baker added the comment:
>
> On Windows 8.1, running under VMWare Fusion:
>
> c:\jython2.7.0>bin\pip install requests
> Downloading/unpacking requests
>   Downloading requests-2.7.0-py2.py3-none-any.whl (470kB): 470kB downloaded
> Installing collected packages: requests
> Successfully installed requests
> Cleaning up...
>
> c:\jython2.7.0>bin\jython
> Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
> [Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_55
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import os
> >>> os.geteuid
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> AttributeError: 'module' object has no attribute 'geteuid'
>
> I would not expect os.geteuid to be defined. Not certain what is causing
> the problem that Jeff reported - maybe a more detailed traceback would help.
>
> _______________________________________
> Jython tracker <report@bugs.jython.org>
> <http://bugs.jython.org/issue2365>
> _______________________________________
>

Added file: http://bugs.jython.org/file1509/unnamed

_______________________________________
Jython tracker <report@bugs.jython.org>
<http://bugs.jython.org/issue2365>
_______________________________________