-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'OPENSSL_CONF #15
Comments
Same issue here! First time installing this it stopped on |
Yes,that's because openssl is incompatible with petlib. There is issue :gdanezis/petlib#23. |
It is still trying to use petlib, whether it's from PyPI or directly cloning this repository. Are there still files that use it?
Near the end there is a "petlib" used. |
That's a bug on windows's openssl, you can look it in gdanezis/petlib#23 |
Can someone re-do & update the install guide? I have tried following the guide, On Windows, install 32 bit or 64 bit OpenSSL binary edition matching your Python installation. (64 bit) I found the binaries here, https://wiki.openssl.org/index.php/Binaries However every time I run pip install petlib it fails with However, pip install --use-pep517 petlib, also fails! × Preparing metadata (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
When I am installing in my pc with win 10 ,it's error :
` Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "d:\python3\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules
yield saved
File "d:\python3\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
yield
File "d:\python3\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "d:\python3\lib\site-packages\setuptools\sandbox.py", line 45, in execfile
exec(code, globals, locals)
File "C:\Users\12711\AppData\Local\Temp\easy_install-lzkw1izd\petlib-0.0.45\setup.py", line 40, in
],
File "d:\python3\lib\site-packages\setuptools_init.py", line 143, in setup
return distutils.core.setup(**attrs)
File "d:\python3\lib\distutils\core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
File "d:\python3\lib\site-packages\setuptools\dist.py", line 442, in init
k: v for k, v in attrs.items()
File "d:\python3\lib\distutils\dist.py", line 281, in init
self.finalize_options()
File "d:\python3\lib\site-packages\setuptools\dist.py", line 601, in finalize_options
ep.load()(self, ep.name, value)
File "d:\python3\lib\site-packages\cffi\setuptools_ext.py", line 217, in cffi_modules
add_cffi_module(dist, cffi_module)
File "d:\python3\lib\site-packages\cffi\setuptools_ext.py", line 49, in add_cffi_module
execfile(build_file_name, mod_vars)
File "d:\python3\lib\site-packages\cffi\setuptools_ext.py", line 25, in execfile
exec(code, glob, glob)
File "petlib/compile.py", line 34, in
File "d:\python3\lib\os.py", line 669, in getitem
raise KeyError(key) from None
KeyError: 'OPENSSL_CONF'
Command "python setup.py egg_info" failed with error code 1 in C:\Users\12711\AppData\Local\Temp\pip-install-575rjrxd\bplib`
The text was updated successfully, but these errors were encountered: