Python Forum

Full Version: Cant install Ethereum 2.3.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Iam new to programming and Iam trying to install ethereum 2.3.2 with pip install ethereum.
I get this error:

ERROR: Command errored out with exit status 1:
command: /home/ruben/.pyenv/versions/2.7.14/bin/python2.7 /home/ruben/.pyenv/versions/2.7.14/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpt6x8nS
cwd: /tmp/pip-install-z7FAOd/scrypt
Complete output (19 lines):
Traceback (most recent call last):
File "/home/ruben/.pyenv/versions/2.7.14/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py", line 280, in <module>
main()
File "/home/ruben/.pyenv/versions/2.7.14/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py", line 263, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/home/ruben/.pyenv/versions/2.7.14/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py", line 114, in get_requires_for_build_wheel
return hook(config_settings)
File "/tmp/pip-build-env-F0MbVQ/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 146, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "/tmp/pip-build-env-F0MbVQ/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 127, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-F0MbVQ/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 243, in run_setup
self).run_setup(setup_script=setup_script)
File "/tmp/pip-build-env-F0MbVQ/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 142, in run_setup
exec(compile(code, __file__, 'exec'), locals())
File "setup.py", line 33
print(f'Building for MSYS2 {msys2_env!r} environment')
^
SyntaxError: invalid syntax
----------------------------------------
ERROR: Command errored out with exit status 1: /home/ruben/.pyenv/versions/2.7.14/bin/python2.7 /home/ruben/.pyenv/versions/2.7.14/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpt6x8nS Check the logs for full command output.

I hope anyone knows what I can do, and explain in newcomers language how I can solve this problem.

Thanks!
If you click on Homepage on PyPi(ethereum 2.3.2).
This project is no longer supported. You might try Py-EVM