I’m trying to install cert-issuer on a fresh installation of Ubuntu 18.04.1
So i run the command “python3 setup.py experimental --blockchain=ethereum” and the installation stopped with an error same as the below picture but with coincurve instead of requests[security].
Then i immediately run the same command again and get a different error this time (see below picture)
Re-running the command i am stuck at the same error. I tried running “python3 -m pip install requests[security]>=2.18.4” but i get a “segmentation fault (core dumped)” error. What could be the case?
Apparently if running sudo python3 setup.py experimental --blockchain=ethereum outside of virtulenv instead of python3 setup.py experimental --blockchain=ethereum i don’t get any errors. But then again when running cert-issuer -c conf.ini i get the same error as virtualenv (AttributeError: ‘tuple’ object has no attribute ‘unsigned_cert_file_name’).
Yeah, i figured it was an error in the code somewhere. I downloaded a previous version and it worked just fine. Good to know you fixed this in the latest version.