pyca/pyopenssl

HUE build failing with error message, need edge case handling

Madhukar98 opened this issue · 2 comments

--- Building egg for pyOpenSSL-17.5.0
Traceback (most recent call last):
File "", line 1, in
File "/mnt/c/Users/Madhukar/Desktop/hue/build/env/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 253, in run_setup
raise
File "/usr/lib/python2.7/contextlib.py", line 35, in exit
self.gen.throw(type, value, traceback)
File "/mnt/c/Users/Madhukar/Desktop/hue/build/env/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/usr/lib/python2.7/contextlib.py", line 35, in exit
self.gen.throw(type, value, traceback)
File "/mnt/c/Users/Madhukar/Desktop/hue/build/env/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 166, in save_modules
saved_exc.resume()
File "/mnt/c/Users/Madhukar/Desktop/hue/build/env/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 141, in resume
six.reraise(type, exc, self._tb)
File "/mnt/c/Users/Madhukar/Desktop/hue/build/env/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
File "/mnt/c/Users/Madhukar/Desktop/hue/build/env/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/mnt/c/Users/Madhukar/Desktop/hue/build/env/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "/mnt/c/Users/Madhukar/Desktop/hue/build/env/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "setup.py", line 54, in
"\n\n`Full changelog " +
AttributeError: 'NoneType' object has no attribute 'group'

alex commented

You are using a very old version of pyOpenSSL (6 years old) with Python 2.7, which is no longer supported.

Can you reproduce this with a recent, supported, version of Python and pyOpenSSL?

Sure @alex I will try reproducing it with latest version. Thanks for the guidance.