Skip to content

Instantly share code, notes, and snippets.

@Magicking
Created July 28, 2020 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Magicking/9c059ea5240f96729361072ac847aed1 to your computer and use it in GitHub Desktop.
Save Magicking/9c059ea5240f96729361072ac847aed1 to your computer and use it in GitHub Desktop.
PS C:\Users\Smith\Downloads\eth2.0-deposit-cli-master\eth2.0-deposit-cli-master> pip install -r .\requirements.txt
Collecting py-ecc==4.0.0
Downloading py_ecc-4.0.0-py3-none-any.whl (41 kB)
|████████████████████████████████| 41 kB 204 kB/s
Collecting pycryptodome==3.9.7
Downloading pycryptodome-3.9.7-cp38-cp38-win_amd64.whl (14.1 MB)
|████████████████████████████████| 14.1 MB 6.4 MB/s
Collecting click==7.0
Downloading Click-7.0-py2.py3-none-any.whl (81 kB)
|████████████████████████████████| 81 kB 5.1 MB/s
Collecting ssz==0.2.3
Downloading ssz-0.2.3-py3-none-any.whl (43 kB)
|████████████████████████████████| 43 kB 749 kB/s
Collecting eth-typing==2.2.1
Downloading eth_typing-2.2.1-py3-none-any.whl (5.1 kB)
Collecting eth-utils==1.8.4
Downloading eth_utils-1.8.4-py3-none-any.whl (23 kB)
Collecting mypy-extensions==0.4.3
Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting lru-dict==1.1.6
Downloading lru-dict-1.1.6.tar.gz (9.4 kB)
Collecting pyrsistent==0.15.7
Downloading pyrsistent-0.15.7.tar.gz (107 kB)
|████████████████████████████████| 107 kB 6.4 MB/s
Collecting eth-hash==0.2.0
Downloading eth_hash-0.2.0-py3-none-any.whl (7.2 kB)
Collecting cytoolz==0.10.1
Downloading cytoolz-0.10.1.tar.gz (475 kB)
|████████████████████████████████| 475 kB 6.8 MB/s
Collecting toolz==0.10.0
Downloading toolz-0.10.0.tar.gz (49 kB)
|████████████████████████████████| 49 kB 2.9 MB/s
Collecting six==1.14.0
Downloading six-1.14.0-py2.py3-none-any.whl (10 kB)
Collecting cached-property==1.5.1
Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB)
Using legacy setup.py install for lru-dict, since package 'wheel' is not installed.
Using legacy setup.py install for pyrsistent, since package 'wheel' is not installed.
Using legacy setup.py install for cytoolz, since package 'wheel' is not installed.
Using legacy setup.py install for toolz, since package 'wheel' is not installed.
Installing collected packages: eth-typing, cached-property, mypy-extensions, eth-hash, toolz, cytoolz, eth-utils, py-ecc, pycryptodome, click, lru-dict, six, pyrsistent, ssz
Running setup.py install for toolz ... done
Running setup.py install for cytoolz ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Smith\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Smith\\AppData\\Local\\Temp\\pip-install-l_kns1ml\\cytoolz\\setup.py'"'"'; __file__='"'"'C:\\Users\\Smith\\AppData\\Local\\Temp\\pip-install-l_kns1ml\\cytoolz\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Smith\AppData\Local\Temp\pip-record-y_i3800h\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\Smith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\Include\cytoolz'
cwd: C:\Users\Smith\AppData\Local\Temp\pip-install-l_kns1ml\cytoolz\
Complete output (50 lines):
ALERT: Cython not installed. Building without Cython.
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.8
creating build\lib.win-amd64-3.8\cytoolz
copying cytoolz\compatibility.py -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\utils_test.py -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\_signatures.py -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\_version.py -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\__init__.py -> build\lib.win-amd64-3.8\cytoolz
creating build\lib.win-amd64-3.8\cytoolz\curried
copying cytoolz\curried\exceptions.py -> build\lib.win-amd64-3.8\cytoolz\curried
copying cytoolz\curried\operator.py -> build\lib.win-amd64-3.8\cytoolz\curried
copying cytoolz\curried\__init__.py -> build\lib.win-amd64-3.8\cytoolz\curried
copying cytoolz\dicttoolz.pyx -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\functoolz.pyx -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\itertoolz.pyx -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\recipes.pyx -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\utils.pyx -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\cpython.pxd -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\dicttoolz.pxd -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\functoolz.pxd -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\itertoolz.pxd -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\recipes.pxd -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\utils.pxd -> build\lib.win-amd64-3.8\cytoolz
copying cytoolz\__init__.pxd -> build\lib.win-amd64-3.8\cytoolz
creating build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\dev_skip_test.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_compatibility.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_curried.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_curried_toolzlike.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_dev_skip_test.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_dicttoolz.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_docstrings.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_doctests.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_embedded_sigs.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_functoolz.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_inspect_args.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_itertoolz.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_none_safe.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_recipes.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_serialization.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_signatures.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_tlz.py -> build\lib.win-amd64-3.8\cytoolz\tests
copying cytoolz\tests\test_utils.py -> build\lib.win-amd64-3.8\cytoolz\tests
running build_ext
building 'cytoolz.dicttoolz' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\Smith\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Smith\\AppData\\Local\\Temp\\pip-install-l_kns1ml\\cytoolz\\setup.py'"'"'; __file__='"'"'C:\\Users\\Smith\\AppData\\Local\\Temp\\pip-install-l_kns1ml\\cytoolz\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Smith\AppData\Local\Temp\pip-record-y_i3800h\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\Smith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\Include\cytoolz' Check the logs for full command output.
PS C:\Users\Smith\Downloads\eth2.0-deposit-cli-master\eth2.0-deposit-cli-master> pip install -r .\requirements.txt
Collecting py-ecc==4.0.0
Using cached py_ecc-4.0.0-py3-none-any.whl (41 kB)
Collecting pycryptodome==3.9.7
Using cached pycryptodome-3.9.7-cp38-cp38-win_amd64.whl (14.1 MB)
Collecting click==7.0
Using cached Click-7.0-py2.py3-none-any.whl (81 kB)
Collecting ssz==0.2.3
Using cached ssz-0.2.3-py3-none-any.whl (43 kB)
Requirement already satisfied: eth-typing==2.2.1 in c:\users\smith\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (from -r .\requirements.txt (line 41)) (2.2.1)
Collecting eth-utils==1.8.4
Using cached eth_utils-1.8.4-py3-none-any.whl (23 kB)
Requirement already satisfied: mypy-extensions==0.4.3 in c:\users\smith\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (from -r .\requirements.txt (line 49)) (0.4.3)
Collecting lru-dict==1.1.6
Using cached lru-dict-1.1.6.tar.gz (9.4 kB)
Collecting pyrsistent==0.15.7
Using cached pyrsistent-0.15.7.tar.gz (107 kB)
Requirement already satisfied: eth-hash==0.2.0 in c:\users\smith\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (from -r .\requirements.txt (line 56)) (0.2.0)
Collecting cytoolz==0.10.1
Using cached cytoolz-0.10.1.tar.gz (475 kB)
Requirement already satisfied: toolz==0.10.0 in c:\users\smith\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (from -r .\requirements.txt (line 61)) (0.10.0)
Collecting six==1.14.0
Using cached six-1.14.0-py2.py3-none-any.whl (10 kB)
Requirement already satisfied: cached-property==1.5.1 in c:\users\smith\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (from -r .\requirements.txt (line 66)) (1.5.1)
Using legacy setup.py install for lru-dict, since package 'wheel' is not installed.
Using legacy setup.py install for pyrsistent, since package 'wheel' is not installed.
Using legacy setup.py install for cytoolz, since package 'wheel' is not installed.
Installing collected packages: cytoolz, eth-utils, py-ecc, pycryptodome, click, six, pyrsistent, lru-dict, ssz
Running setup.py install for cytoolz ... done
Attempting uninstall: six
Found existing installation: six 1.15.0
Uninstalling six-1.15.0:
Successfully uninstalled six-1.15.0
Running setup.py install for pyrsistent ... done
Running setup.py install for lru-dict ... done
Successfully installed click-7.0 cytoolz-0.10.1 eth-utils-1.8.4 lru-dict-1.1.6 py-ecc-4.0.0 pycryptodome-3.9.7 pyrsistent-0.15.7 six-1.14.0 ssz-0.2.3
PS C:\Users\Smith\Downloads\eth2.0-deposit-cli-master\eth2.0-deposit-cli-master> python.exe .\eth2deposit\deposit.py Traceback (most recent call last):
File ".\eth2deposit\deposit.py", line 5, in <module>
from eth2deposit.credentials import (
ModuleNotFoundError: No module named 'eth2deposit'
PS C:\Users\Smith\Downloads\eth2.0-deposit-cli-master\eth2.0-deposit-cli-master> ls
Répertoire : C:\Users\Smith\Downloads\eth2.0-deposit-cli-master\eth2.0-deposit-cli-master
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 28/07/2020 03:32 .circleci
d----- 28/07/2020 03:32 build_configs
d----- 28/07/2020 03:32 eth2deposit
d----- 28/07/2020 03:32 tests
-a---- 28/07/2020 03:32 132 .gitignore
-a---- 28/07/2020 03:32 842 deposit.sh
-a---- 28/07/2020 03:32 61 flake8.ini
-a---- 28/07/2020 03:32 6554 LICENSE
-a---- 28/07/2020 03:32 1758 Makefile
-a---- 28/07/2020 03:32 312 mypy.ini
-a---- 28/07/2020 03:32 3909 README.md
-a---- 28/07/2020 03:32 4680 requirements.txt
-a---- 28/07/2020 03:32 6581 requirements_test.txt
-a---- 28/07/2020 03:32 262 setup.py
-a---- 28/07/2020 03:32 2379 test_deposit_script.py
-a---- 28/07/2020 03:32 1158 tox.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment