Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created February 15, 2021 15:09
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 oberstet/e954e0deaad0940375ae03e1aa55634c to your computer and use it in GitHub Desktop.
Save oberstet/e954e0deaad0940375ae03e1aa55634c to your computer and use it in GitHub Desktop.
oberstet@intel-nuci7:~$ ~/pypy3.7-v7.3.3-linux64/bin/pypy -m venv ~/pypy37_5
oberstet@intel-nuci7:~$ source ~/pypy37_5
bash: source: /home/oberstet/pypy37_5: ist ein Verzeichnis.
oberstet@intel-nuci7:~$ source ~/pypy37_5/bin/activate
(pypy37_5) oberstet@intel-nuci7:~$ cd scm/crossbario/txaio
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/txaio$ git status
Auf Branch master
Ihr Branch ist auf demselben Stand wie 'origin/master'.
nichts zu committen, Arbeitsverzeichnis unverändert
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/txaio$ pip install -e .
Obtaining file:///home/oberstet/scm/crossbario/txaio
Installing collected packages: txaio
Running setup.py develop for txaio
Successfully installed txaio
WARNING: You are using pip version 20.1.1; however, version 21.0.1 is available.
You should consider upgrading via the '/home/oberstet/pypy37_5/bin/pypy3 -m pip install --upgrade pip' command.
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/txaio$ pip install -U pip
Collecting pip
Using cached pip-21.0.1-py3-none-any.whl (1.5 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 20.1.1
Uninstalling pip-20.1.1:
Successfully uninstalled pip-20.1.1
Successfully installed pip-21.0.1
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/txaio$ cd ../autobahn-python/
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/autobahn-python$ pip install -e .[all]
Obtaining file:///home/oberstet/scm/crossbario/autobahn-python
Requirement already satisfied: txaio>=20.4.1 in /home/oberstet/scm/crossbario/txaio (from autobahn==21.2.2.dev3) (20.12.1)
Collecting cryptography>=2.9.2
Downloading cryptography-3.4.5.tar.gz (546 kB)
|████████████████████████████████| 546 kB 3.6 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Collecting hyperlink>=20.0.1
Using cached hyperlink-21.0.0-py2.py3-none-any.whl (74 kB)
Collecting zope.interface>=3.6.0
Using cached zope.interface-5.2.0-py3-none-any.whl
Collecting twisted>=20.3.0
Using cached Twisted-20.3.0-pp37-pypy37_pp73-linux_x86_64.whl
Collecting attrs>=19.2.0
Using cached attrs-20.3.0-py2.py3-none-any.whl (49 kB)
Collecting python-snappy>=0.5
Using cached python-snappy-0.6.0.tar.gz (21 kB)
Collecting u-msgpack-python>=2.1
Using cached u_msgpack_python-2.7.1-py2.py3-none-any.whl (10.0 kB)
Collecting cbor2>=5.0.1
Using cached cbor2-5.2.0-py2.py3-none-any.whl
Collecting cbor>=1.0.0
Using cached cbor-1.0.0-py3-none-any.whl
Collecting py-ubjson>=0.8.4
Using cached py_ubjson-0.16.1-py3-none-any.whl
Collecting flatbuffers>=1.10
Using cached flatbuffers-1.12-py2.py3-none-any.whl (15 kB)
Collecting pyopenssl>=16.2.0
Using cached pyOpenSSL-20.0.1-py2.py3-none-any.whl (54 kB)
Collecting service_identity>=18.1.0
Using cached service_identity-18.1.0-py2.py3-none-any.whl (11 kB)
Collecting pynacl>=1.0.1
Using cached PyNaCl-1.4.0-pp37-pypy37_pp73-linux_x86_64.whl
Collecting pytrie>=0.2
Using cached PyTrie-0.4.0-py3-none-any.whl
Collecting pyqrcode>=1.1
Using cached PyQRCode-1.2.1-py3-none-any.whl
Requirement already satisfied: cffi>=1.11.5 in /home/oberstet/pypy3.7-v7.3.3-linux64/lib_pypy (from autobahn==21.2.2.dev3) (1.14.3)
Collecting argon2_cffi>=18.1.0
Using cached argon2_cffi-20.1.0-pp37-pypy37_pp73-linux_x86_64.whl
Collecting passlib>=1.7.1
Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Collecting xbr>=20.1.1
Using cached xbr-21.1.1-py2.py3-none-any.whl (1.1 MB)
Collecting zlmdb>=20.4.1
Using cached zlmdb-21.1.1-py2.py3-none-any.whl (53 kB)
Collecting web3>=4.8.1
Using cached web3-5.16.0-py3-none-any.whl (469 kB)
Collecting jinja2>=2.11.2
Using cached Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
Collecting rlp>=2.0.1
Using cached rlp-2.0.1-py2.py3-none-any.whl (20 kB)
Collecting py-eth-sig-utils>=0.4.0
Using cached py_eth_sig_utils-0.4.0-py3-none-any.whl (11 kB)
Collecting py-ecc>=1.7.1
Using cached py_ecc-5.1.0-py3-none-any.whl (43 kB)
Collecting eth-abi>=1.3.0
Using cached eth_abi-2.1.1-py3-none-any.whl (27 kB)
Collecting mnemonic>=0.13
Using cached mnemonic-0.19-py2.py3-none-any.whl (61 kB)
Collecting base58<2.0,>=1.0.2
Using cached base58-1.0.3-py3-none-any.whl (3.1 kB)
Collecting ecdsa>=0.13
Using cached ecdsa-0.16.1-py2.py3-none-any.whl (104 kB)
Collecting py-multihash>=0.2.3
Using cached py_multihash-2.0.1-py2.py3-none-any.whl (7.6 kB)
Collecting six
Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting eth-utils<2.0.0,>=1.2.0
Using cached eth_utils-1.10.0-py3-none-any.whl (24 kB)
Collecting eth-typing<3.0.0,>=2.0.0
Using cached eth_typing-2.2.2-py3-none-any.whl (6.2 kB)
Collecting parsimonious<0.9.0,>=0.8.0
Using cached parsimonious-0.8.1-py3-none-any.whl
Collecting eth-hash<0.4.0,>=0.3.1
Using cached eth_hash-0.3.1-py3-none-any.whl (8.9 kB)
Collecting toolz<1,>0.8.2
Using cached toolz-0.11.1-py3-none-any.whl (55 kB)
Collecting idna>=2.5
Using cached idna-3.1-py3-none-any.whl (58 kB)
Collecting MarkupSafe>=0.23
Using cached MarkupSafe-1.1.1-py3-none-any.whl
Collecting mypy-extensions>=0.4.1
Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting cached-property<2,>=1.5.1
Using cached cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting pycryptodome>=3.4.7
Using cached pycryptodome-3.10.1.tar.gz (3.8 MB)
Collecting varint<2.0,>=1.0.2
Using cached varint-1.0.2-py3-none-any.whl
Collecting morphys<2.0,>=1.0
Using cached morphys-1.0-py2.py3-none-any.whl (5.6 kB)
Collecting sortedcontainers
Using cached sortedcontainers-2.3.0-py2.py3-none-any.whl (29 kB)
Collecting pyasn1-modules
Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting pyasn1
Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting constantly>=15.1
Using cached constantly-15.1.0-py2.py3-none-any.whl (7.9 kB)
Collecting incremental>=16.10.1
Using cached incremental-17.5.0-py2.py3-none-any.whl (16 kB)
Collecting Automat>=0.3.0
Using cached Automat-20.2.0-py2.py3-none-any.whl (31 kB)
Collecting PyHamcrest!=1.10.0,>=1.9.0
Using cached PyHamcrest-2.0.2-py3-none-any.whl (52 kB)
Collecting eth-account<0.6.0,>=0.5.3
Using cached eth_account-0.5.4-py3-none-any.whl (94 kB)
Collecting hexbytes<1.0.0,>=0.1.0
Using cached hexbytes-0.2.1-py3-none-any.whl (6.0 kB)
Collecting ipfshttpclient==0.7.0a1
Using cached ipfshttpclient-0.7.0a1-py3-none-any.whl (231 kB)
Collecting jsonschema<4.0.0,>=3.2.0
Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
Collecting lru-dict<2.0.0,>=1.1.6
Using cached lru-dict-1.1.7.tar.gz (10 kB)
Collecting protobuf<4,>=3.10.0
Using cached protobuf-3.14.0-py2.py3-none-any.whl (173 kB)
Collecting requests<3.0.0,>=2.16.0
Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Collecting websockets<9.0.0,>=8.1.0
Using cached websockets-8.1-pp37-pypy37_pp73-linux_x86_64.whl
Collecting typing-extensions<4,>=3.7.4.1
Using cached typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
Collecting multiaddr>=0.0.7
Using cached multiaddr-0.0.9-py2.py3-none-any.whl (16 kB)
Collecting bitarray<1.3.0,>=1.2.1
Using cached bitarray-1.2.2-pp37-pypy37_pp73-linux_x86_64.whl
Collecting eth-keyfile<0.6.0,>=0.5.0
Using cached eth_keyfile-0.5.1-py3-none-any.whl (8.3 kB)
Collecting eth-keys!=0.3.2,<0.4.0,>=0.2.1
Using cached eth_keys-0.3.3-py3-none-any.whl (20 kB)
Collecting eth-rlp<2,>=0.1.2
Using cached eth_rlp-0.2.1-py3-none-any.whl (5.0 kB)
Collecting cytoolz<1.0.0,>=0.9.0
Using cached cytoolz-0.11.0-pp37-pypy37_pp73-linux_x86_64.whl
Collecting pyrsistent>=0.14.0
Using cached pyrsistent-0.17.3-py3-none-any.whl
Requirement already satisfied: setuptools in /home/oberstet/pypy37_5/site-packages (from jsonschema<4.0.0,>=3.2.0->web3>=4.8.1->autobahn==21.2.2.dev3) (47.1.0)
Collecting importlib-metadata
Using cached importlib_metadata-3.4.0-py3-none-any.whl (10 kB)
Collecting netaddr
Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
Collecting chardet<5,>=3.0.2
Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting idna>=2.5
Using cached idna-2.10-py2.py3-none-any.whl (58 kB)
Collecting urllib3<1.27,>=1.21.1
Using cached urllib3-1.26.3-py2.py3-none-any.whl (137 kB)
Collecting certifi>=2017.4.17
Using cached certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
Collecting click>=7.1.2
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
Collecting lmdb>=1.0.0
Using cached lmdb-1.1.1.tar.gz (880 kB)
Collecting pyyaml>=5.3.1
Using cached PyYAML-5.4.1-pp37-pypy37_pp73-linux_x86_64.whl
Collecting numpy>=1.19.4
Using cached numpy-1.20.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl (14.7 MB)
Collecting zipp>=0.5
Using cached zipp-3.4.0-py3-none-any.whl (5.2 kB)
Using legacy 'setup.py install' for pycryptodome, since package 'wheel' is not installed.
Using legacy 'setup.py install' for python-snappy, since package 'wheel' is not installed.
Using legacy 'setup.py install' for lru-dict, since package 'wheel' is not installed.
Using legacy 'setup.py install' for lmdb, since package 'wheel' is not installed.
Building wheels for collected packages: cryptography
Building wheel for cryptography (PEP 517) ... done
Created wheel for cryptography: filename=cryptography-3.4.5-pp37-pypy37_pp73-linux_x86_64.whl size=731201 sha256=3dce313465b496ac3d6e1034576cd0e2008b8d6b167f9429b0f13fa0354bb0e3
Stored in directory: /home/oberstet/.cache/pip/wheels/40/25/41/0d98ac90475be23c321ddc700a9b59b597b6e6832a0890ca0c
Successfully built cryptography
Installing collected packages: toolz, eth-typing, eth-hash, six, eth-utils, zipp, varint, urllib3, typing-extensions, rlp, pycryptodome, parsimonious, netaddr, idna, hexbytes, eth-keys, cytoolz, chardet, certifi, base58, requests, pyrsistent, pyasn1, mypy-extensions, multiaddr, importlib-metadata, eth-rlp, eth-keyfile, eth-abi, cached-property, bitarray, attrs, zope.interface, websockets, sortedcontainers, pyyaml, pynacl, PyHamcrest, pyasn1-modules, py-ecc, protobuf, numpy, morphys, MarkupSafe, lru-dict, lmdb, jsonschema, ipfshttpclient, incremental, hyperlink, flatbuffers, eth-account, cryptography, constantly, click, cbor2, Automat, zlmdb, xbr, web3, u-msgpack-python, twisted, service-identity, pytrie, python-snappy, pyqrcode, pyopenssl, py-ubjson, py-multihash, py-eth-sig-utils, passlib, mnemonic, jinja2, ecdsa, cbor, autobahn, argon2-cffi
Running setup.py install for pycryptodome ... done
Running setup.py install for lru-dict ... done
Running setup.py install for lmdb ... done
Running setup.py install for python-snappy ... done
Running setup.py develop for autobahn
Successfully installed Automat-20.2.0 MarkupSafe-1.1.1 PyHamcrest-2.0.2 argon2-cffi-20.1.0 attrs-20.3.0 autobahn base58-1.0.3 bitarray-1.2.2 cached-property-1.5.2 cbor-1.0.0 cbor2-5.2.0 certifi-2020.12.5 chardet-4.0.0 click-7.1.2 constantly-15.1.0 cryptography-3.4.5 cytoolz-0.11.0 ecdsa-0.16.1 eth-abi-2.1.1 eth-account-0.5.4 eth-hash-0.3.1 eth-keyfile-0.5.1 eth-keys-0.3.3 eth-rlp-0.2.1 eth-typing-2.2.2 eth-utils-1.10.0 flatbuffers-1.12 hexbytes-0.2.1 hyperlink-21.0.0 idna-2.10 importlib-metadata-3.4.0 incremental-17.5.0 ipfshttpclient-0.7.0a1 jinja2-2.11.3 jsonschema-3.2.0 lmdb-1.1.1 lru-dict-1.1.7 mnemonic-0.19 morphys-1.0 multiaddr-0.0.9 mypy-extensions-0.4.3 netaddr-0.8.0 numpy-1.20.1 parsimonious-0.8.1 passlib-1.7.4 protobuf-3.14.0 py-ecc-5.1.0 py-eth-sig-utils-0.4.0 py-multihash-2.0.1 py-ubjson-0.16.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycryptodome-3.10.1 pynacl-1.4.0 pyopenssl-20.0.1 pyqrcode-1.2.1 pyrsistent-0.17.3 python-snappy-0.6.0 pytrie-0.4.0 pyyaml-5.4.1 requests-2.25.1 rlp-2.0.1 service-identity-18.1.0 six-1.15.0 sortedcontainers-2.3.0 toolz-0.11.1 twisted-20.3.0 typing-extensions-3.7.4.3 u-msgpack-python-2.7.1 urllib3-1.26.3 varint-1.0.2 web3-5.16.0 websockets-8.1 xbr-21.1.1 zipp-3.4.0 zlmdb-21.1.1 zope.interface-5.2.0
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/autobahn-python$ cd ..
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario$ cd zlmdb/
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/zlmdb$ pip install -e .
Obtaining file:///home/oberstet/scm/crossbario/zlmdb
Requirement already satisfied: cbor2>=5.2.0 in /home/oberstet/pypy37_5/site-packages (from zlmdb==21.1.1) (5.2.0)
Requirement already satisfied: click>=7.1.2 in /home/oberstet/pypy37_5/site-packages (from zlmdb==21.1.1) (7.1.2)
Requirement already satisfied: flatbuffers>=1.12 in /home/oberstet/pypy37_5/site-packages (from zlmdb==21.1.1) (1.12)
Requirement already satisfied: lmdb>=1.0.0 in /home/oberstet/pypy37_5/site-packages (from zlmdb==21.1.1) (1.1.1)
Requirement already satisfied: pynacl>=1.4.0 in /home/oberstet/pypy37_5/site-packages (from zlmdb==21.1.1) (1.4.0)
Requirement already satisfied: pyyaml>=5.3.1 in /home/oberstet/pypy37_5/site-packages (from zlmdb==21.1.1) (5.4.1)
Requirement already satisfied: txaio>=20.4.1 in /home/oberstet/scm/crossbario/txaio (from zlmdb==21.1.1) (20.12.1)
Requirement already satisfied: numpy>=1.19.4 in /home/oberstet/pypy37_5/site-packages (from zlmdb==21.1.1) (1.20.1)
Requirement already satisfied: cffi>=0.8 in /home/oberstet/pypy3.7-v7.3.3-linux64/lib_pypy (from lmdb>=1.0.0->zlmdb==21.1.1) (1.14.3)
Requirement already satisfied: six in /home/oberstet/pypy37_5/site-packages (from pynacl>=1.4.0->zlmdb==21.1.1) (1.15.0)
Installing collected packages: zlmdb
Attempting uninstall: zlmdb
Found existing installation: zlmdb 21.1.1
Uninstalling zlmdb-21.1.1:
Successfully uninstalled zlmdb-21.1.1
Running setup.py develop for zlmdb
Successfully installed zlmdb
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/zlmdb$ cd ..
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario$ cd cfxdb/
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/cfxdb$ pip install -e .
Obtaining file:///home/oberstet/scm/crossbario/cfxdb
Requirement already satisfied: zlmdb>=20.12.1 in /home/oberstet/scm/crossbario/zlmdb (from cfxdb==21.1.1) (21.1.1)
Requirement already satisfied: cbor2>=5.2.0 in /home/oberstet/pypy37_5/site-packages (from zlmdb>=20.12.1->cfxdb==21.1.1) (5.2.0)
Requirement already satisfied: click>=7.1.2 in /home/oberstet/pypy37_5/site-packages (from zlmdb>=20.12.1->cfxdb==21.1.1) (7.1.2)
Requirement already satisfied: flatbuffers>=1.12 in /home/oberstet/pypy37_5/site-packages (from zlmdb>=20.12.1->cfxdb==21.1.1) (1.12)
Requirement already satisfied: lmdb>=1.0.0 in /home/oberstet/pypy37_5/site-packages (from zlmdb>=20.12.1->cfxdb==21.1.1) (1.1.1)
Requirement already satisfied: pynacl>=1.4.0 in /home/oberstet/pypy37_5/site-packages (from zlmdb>=20.12.1->cfxdb==21.1.1) (1.4.0)
Requirement already satisfied: pyyaml>=5.3.1 in /home/oberstet/pypy37_5/site-packages (from zlmdb>=20.12.1->cfxdb==21.1.1) (5.4.1)
Requirement already satisfied: txaio>=20.4.1 in /home/oberstet/scm/crossbario/txaio (from zlmdb>=20.12.1->cfxdb==21.1.1) (20.12.1)
Requirement already satisfied: numpy>=1.19.4 in /home/oberstet/pypy37_5/site-packages (from zlmdb>=20.12.1->cfxdb==21.1.1) (1.20.1)
Requirement already satisfied: cffi>=0.8 in /home/oberstet/pypy3.7-v7.3.3-linux64/lib_pypy (from lmdb>=1.0.0->zlmdb>=20.12.1->cfxdb==21.1.1) (1.14.3)
Requirement already satisfied: six in /home/oberstet/pypy37_5/site-packages (from pynacl>=1.4.0->zlmdb>=20.12.1->cfxdb==21.1.1) (1.15.0)
Installing collected packages: cfxdb
Running setup.py develop for cfxdb
Successfully installed cfxdb
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/cfxdb$ cd ../crossbar
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/crossbar$ pip install -e .
Obtaining file:///home/oberstet/scm/crossbario/crossbar
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Requirement already satisfied: attrs>=17.2.0 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (20.3.0)
Requirement already satisfied: autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1 in /home/oberstet/scm/crossbario/autobahn-python (from crossbar==21.1.1) (21.2.2.dev3)
Collecting bitstring>=3.1.5
Using cached bitstring-3.1.7-py3-none-any.whl
Collecting bcrypt>=3.1.6
Using cached bcrypt-3.2.0-pp37-pypy37_pp73-linux_x86_64.whl
Requirement already satisfied: cbor>=1.0.0 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (1.0.0)
Requirement already satisfied: click>=6.7 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (7.1.2)
Requirement already satisfied: constantly>=15.1.0 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (15.1.0)
Requirement already satisfied: cryptography>=2.6.1 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (3.4.5)
Collecting h2<4.0,>=3.0
Using cached h2-3.2.0-py2.py3-none-any.whl (65 kB)
Collecting idna<2.6,>=2.5
Using cached idna-2.5-py2.py3-none-any.whl (55 kB)
Collecting importlib-resources>=4.1.1
Using cached importlib_resources-5.1.0-py3-none-any.whl (24 kB)
Requirement already satisfied: incremental>=17.5.0 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (17.5.0)
Requirement already satisfied: jinja2>=2.10.1 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (2.11.3)
Requirement already satisfied: lmdb>=0.92 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (1.1.1)
Collecting mistune>=0.7.4
Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: netaddr>=0.7.19 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (0.8.0)
Requirement already satisfied: passlib>=1.7.1 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (1.7.4)
Collecting priority>=1.3.0
Using cached priority-1.3.0-py2.py3-none-any.whl (11 kB)
Collecting psutil>=5.2.2
Using cached psutil-5.8.0-pp37-pypy37_pp73-linux_x86_64.whl
Requirement already satisfied: py-ubjson>=0.9.0 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (0.16.1)
Requirement already satisfied: pyasn1-modules>=0.2.4 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (0.2.8)
Requirement already satisfied: pyasn1>=0.4.5 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (0.4.8)
Collecting pygments>=2.2.0
Using cached Pygments-2.8.0-py3-none-any.whl (983 kB)
Requirement already satisfied: pynacl>=1.1.2 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (1.4.0)
Requirement already satisfied: pyopenssl>=17.1.0 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (20.0.1)
Requirement already satisfied: pyqrcode>=1.2.1 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (1.2.1)
Requirement already satisfied: pytrie>=0.3 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (0.4.0)
Requirement already satisfied: pyyaml>=4.2b4 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (5.4.1)
Collecting sdnotify>=0.3.1
Using cached sdnotify-0.3.2-py3-none-any.whl
Requirement already satisfied: service-identity>=17.0.0 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (18.1.0)
Collecting setproctitle>=1.1.10
Downloading setproctitle-1.2.2.tar.gz (23 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Requirement already satisfied: setuptools>=36.2.7 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (47.1.0)
Collecting treq>=20.4.1
Using cached treq-21.1.0-py2.py3-none-any.whl (64 kB)
Requirement already satisfied: txaio>=20.12.1 in /home/oberstet/scm/crossbario/txaio (from crossbar==21.1.1) (20.12.1)
Collecting txtorcon>=20.0.0
Using cached txtorcon-20.0.0-py2.py3-none-any.whl (260 kB)
Requirement already satisfied: u-msgpack-python>=2.4.1 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (2.7.1)
Collecting urllib3<1.25,>=1.21.1
Using cached urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
Collecting watchdog>=0.8.3
Using cached watchdog-2.0.0-py3-none-manylinux2014_x86_64.whl (74 kB)
Collecting werkzeug>=0.14.1
Using cached Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
Requirement already satisfied: zlmdb>=21.1.1 in /home/oberstet/scm/crossbario/zlmdb (from crossbar==21.1.1) (21.1.1)
Requirement already satisfied: zope.interface>=4.4.2 in /home/oberstet/pypy37_5/site-packages (from crossbar==21.1.1) (5.2.0)
Requirement already satisfied: hyperlink>=20.0.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (21.0.0)
Requirement already satisfied: python-snappy>=0.5 in /home/oberstet/pypy37_5/site-packages (from autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (0.6.0)
Requirement already satisfied: cffi>=1.11.5 in /home/oberstet/pypy3.7-v7.3.3-linux64/lib_pypy (from autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (1.14.3)
Requirement already satisfied: argon2_cffi>=18.1.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (20.1.0)
Requirement already satisfied: cbor2>=5.0.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (5.2.0)
Requirement already satisfied: flatbuffers>=1.10 in /home/oberstet/pypy37_5/site-packages (from autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (1.12)
Requirement already satisfied: twisted>=20.3.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (20.3.0)
Requirement already satisfied: six in /home/oberstet/pypy37_5/site-packages (from argon2_cffi>=18.1.0->autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (1.15.0)
Collecting hyperframe<6,>=5.2.0
Using cached hyperframe-5.2.0-py2.py3-none-any.whl (12 kB)
Collecting hpack<4,>=3.0
Using cached hpack-3.0.0-py2.py3-none-any.whl (38 kB)
Requirement already satisfied: zipp>=0.4 in /home/oberstet/pypy37_5/site-packages (from importlib-resources>=4.1.1->crossbar==21.1.1) (3.4.0)
Requirement already satisfied: MarkupSafe>=0.23 in /home/oberstet/pypy37_5/site-packages (from jinja2>=2.10.1->crossbar==21.1.1) (1.1.1)
Requirement already satisfied: sortedcontainers in /home/oberstet/pypy37_5/site-packages (from pytrie>=0.3->crossbar==21.1.1) (2.3.0)
Requirement already satisfied: requests>=2.1.0 in /home/oberstet/pypy37_5/site-packages (from treq>=20.4.1->crossbar==21.1.1) (2.25.1)
Requirement already satisfied: chardet<5,>=3.0.2 in /home/oberstet/pypy37_5/site-packages (from requests>=2.1.0->treq>=20.4.1->crossbar==21.1.1) (4.0.0)
Requirement already satisfied: certifi>=2017.4.17 in /home/oberstet/pypy37_5/site-packages (from requests>=2.1.0->treq>=20.4.1->crossbar==21.1.1) (2020.12.5)
Requirement already satisfied: Automat>=0.3.0 in /home/oberstet/pypy37_5/site-packages (from twisted>=20.3.0->autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (20.2.0)
Requirement already satisfied: PyHamcrest!=1.10.0,>=1.9.0 in /home/oberstet/pypy37_5/site-packages (from twisted>=20.3.0->autobahn[asyncio,compress,encryption,scram,serialization,twisted]>=21.1.1->crossbar==21.1.1) (2.0.2)
Requirement already satisfied: numpy>=1.19.4 in /home/oberstet/pypy37_5/site-packages (from zlmdb>=21.1.1->crossbar==21.1.1) (1.20.1)
Building wheels for collected packages: setproctitle
Building wheel for setproctitle (PEP 517) ... done
Created wheel for setproctitle: filename=setproctitle-1.2.2-pp37-pypy37_pp73-linux_x86_64.whl size=11727 sha256=1c8a897ef8aecf3e70470ebb86725579fe588860e130392d4ef2ef84849b5f08
Stored in directory: /home/oberstet/.cache/pip/wheels/40/19/ae/b01ddc05abf16c1b98622155670d7ee17798a8a6f5fab5b8e9
Successfully built setproctitle
Installing collected packages: idna, urllib3, hyperframe, hpack, werkzeug, watchdog, txtorcon, treq, setproctitle, sdnotify, pygments, psutil, priority, mistune, importlib-resources, h2, bitstring, bcrypt, crossbar
Attempting uninstall: idna
Found existing installation: idna 2.10
Uninstalling idna-2.10:
Successfully uninstalled idna-2.10
Attempting uninstall: urllib3
Found existing installation: urllib3 1.26.3
Uninstalling urllib3-1.26.3:
Successfully uninstalled urllib3-1.26.3
Running setup.py develop for crossbar
Successfully installed bcrypt-3.2.0 bitstring-3.1.7 crossbar h2-3.2.0 hpack-3.0.0 hyperframe-5.2.0 idna-2.5 importlib-resources-5.1.0 mistune-0.8.4 priority-1.3.0 psutil-5.8.0 pygments-2.8.0 sdnotify-0.3.2 setproctitle-1.2.2 treq-21.1.0 txtorcon-20.0.0 urllib3-1.24.3 watchdog-2.0.0 werkzeug-1.0.1
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/crossbar$ cd ../crossbarfx
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/crossbarfx$ pip install -e .
Obtaining file:///home/oberstet/scm/crossbario/crossbarfx
Requirement already satisfied: autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1 in /home/oberstet/scm/crossbario/autobahn-python (from crossbarfx==21.2.2.dev1) (21.2.2.dev3)
Requirement already satisfied: base58<2.0,>=1.0.2 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (1.0.3)
Requirement already satisfied: cfxdb>=21.1.1 in /home/oberstet/scm/crossbario/cfxdb (from crossbarfx==21.2.2.dev1) (21.1.1)
Requirement already satisfied: click>=7.0 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (7.1.2)
Collecting colorama>=0.3.7
Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting cookiecutter>=1.6.0
Using cached cookiecutter-1.7.2-py2.py3-none-any.whl (34 kB)
Requirement already satisfied: crossbar>=21.1.1 in /home/oberstet/scm/crossbario/crossbar (from crossbarfx==21.2.2.dev1) (21.1.1)
Collecting docker>=3.5.0
Using cached docker-4.4.1-py2.py3-none-any.whl (146 kB)
Requirement already satisfied: eth-account>=0.5.4 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (0.5.4)
Requirement already satisfied: eth-typing<3.0.0,>=2.1.0 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (2.2.2)
Collecting flask>=1.1.1
Using cached Flask-1.1.2-py2.py3-none-any.whl (94 kB)
Collecting humanize<1.0.0,>=0.5.1
Using cached humanize-0.5.1.tar.gz (14 kB)
Collecting iso8601>=0.1.12
Using cached iso8601-0.1.14-py2.py3-none-any.whl (9.5 kB)
Requirement already satisfied: jinja2>=2.10 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (2.11.3)
Collecting jinja2_highlight>=0.6.1
Using cached jinja2-highlight-0.6.1.tar.gz (3.4 kB)
Requirement already satisfied: morphys<2.0,>=1.0 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (1.0)
Requirement already satisfied: numpy>=1.19.4 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (1.20.1)
Collecting prompt-toolkit<2.1.0,>=2.0.0
Using cached prompt_toolkit-2.0.10-py3-none-any.whl (340 kB)
Collecting py-cid>=0.3.0
Using cached py_cid-0.3.0-py2.py3-none-any.whl (7.9 kB)
Requirement already satisfied: py-eth-sig-utils>=0.4.0 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (0.4.0)
Requirement already satisfied: py-multihash>=0.2.3 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (2.0.1)
Requirement already satisfied: pycryptodome>=3.7.1 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (3.10.1)
Requirement already satisfied: pygments>=2.2.0 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (2.8.0)
Requirement already satisfied: pyqrcode>=1.2.1 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (1.2.1)
Requirement already satisfied: pyyaml>=4.2b4 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (5.4.1)
Requirement already satisfied: requests>=2.20.0 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (2.25.1)
Requirement already satisfied: six>=1.13.0 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (1.15.0)
Collecting stringcase>=1.2.0
Using cached stringcase-1.2.0.tar.gz (3.0 kB)
Collecting tabulate>=0.7.7
Using cached tabulate-0.8.7-py3-none-any.whl (24 kB)
Requirement already satisfied: treq>=18.6.0 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (21.1.0)
Requirement already satisfied: txaio>=20.12.1 in /home/oberstet/scm/crossbario/txaio (from crossbarfx==21.2.2.dev1) (20.12.1)
Collecting validate-email>=1.3
Using cached validate_email-1.3.tar.gz (4.7 kB)
Requirement already satisfied: web3>=5.13.1 in /home/oberstet/pypy37_5/site-packages (from crossbarfx==21.2.2.dev1) (5.16.0)
Requirement already satisfied: zlmdb>=21.1.1 in /home/oberstet/scm/crossbario/zlmdb (from crossbarfx==21.2.2.dev1) (21.1.1)
Requirement already satisfied: cryptography>=2.9.2 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (3.4.5)
Requirement already satisfied: hyperlink>=20.0.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (21.0.0)
Requirement already satisfied: python-snappy>=0.5 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (0.6.0)
Requirement already satisfied: pyopenssl>=16.2.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (20.0.1)
Requirement already satisfied: service_identity>=18.1.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (18.1.0)
Requirement already satisfied: pynacl>=1.0.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (1.4.0)
Requirement already satisfied: pytrie>=0.2 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (0.4.0)
Requirement already satisfied: cffi>=1.11.5 in /home/oberstet/pypy3.7-v7.3.3-linux64/lib_pypy (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (1.14.3)
Requirement already satisfied: argon2_cffi>=18.1.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (20.1.0)
Requirement already satisfied: passlib>=1.7.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (1.7.4)
Requirement already satisfied: u-msgpack-python>=2.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (2.7.1)
Requirement already satisfied: cbor2>=5.0.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (5.2.0)
Requirement already satisfied: cbor>=1.0.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (1.0.0)
Requirement already satisfied: py-ubjson>=0.8.4 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (0.16.1)
Requirement already satisfied: flatbuffers>=1.10 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (1.12)
Requirement already satisfied: zope.interface>=3.6.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (5.2.0)
Requirement already satisfied: twisted>=20.3.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (20.3.0)
Requirement already satisfied: attrs>=19.2.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (20.3.0)
Requirement already satisfied: xbr>=20.1.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (21.1.1)
Requirement already satisfied: rlp>=2.0.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (2.0.1)
Requirement already satisfied: py-ecc>=1.7.1 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (5.1.0)
Requirement already satisfied: eth-abi>=1.3.0 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (2.1.1)
Requirement already satisfied: mnemonic>=0.13 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (0.19)
Requirement already satisfied: ecdsa>=0.13 in /home/oberstet/pypy37_5/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (0.16.1)
Collecting binaryornot>=0.4.4
Using cached binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
Collecting poyo>=0.5.0
Using cached poyo-0.5.0-py2.py3-none-any.whl (10 kB)
Collecting jinja2-time>=0.2.0
Using cached jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
Collecting python-slugify>=4.0.0
Using cached python-slugify-4.0.1.tar.gz (11 kB)
Requirement already satisfied: MarkupSafe<2.0.0 in /home/oberstet/pypy37_5/site-packages (from cookiecutter>=1.6.0->crossbarfx==21.2.2.dev1) (1.1.1)
Requirement already satisfied: chardet>=3.0.2 in /home/oberstet/pypy37_5/site-packages (from binaryornot>=0.4.4->cookiecutter>=1.6.0->crossbarfx==21.2.2.dev1) (4.0.0)
Requirement already satisfied: bitstring>=3.1.5 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (3.1.7)
Requirement already satisfied: bcrypt>=3.1.6 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (3.2.0)
Requirement already satisfied: constantly>=15.1.0 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (15.1.0)
Requirement already satisfied: h2<4.0,>=3.0 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (3.2.0)
Requirement already satisfied: idna<2.6,>=2.5 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (2.5)
Requirement already satisfied: importlib-resources>=4.1.1 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (5.1.0)
Requirement already satisfied: incremental>=17.5.0 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (17.5.0)
Requirement already satisfied: lmdb>=0.92 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (1.1.1)
Requirement already satisfied: mistune>=0.7.4 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (0.8.4)
Requirement already satisfied: netaddr>=0.7.19 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (0.8.0)
Requirement already satisfied: priority>=1.3.0 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (1.3.0)
Requirement already satisfied: psutil>=5.2.2 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (5.8.0)
Requirement already satisfied: pyasn1-modules>=0.2.4 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (0.2.8)
Requirement already satisfied: pyasn1>=0.4.5 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (0.4.8)
Requirement already satisfied: sdnotify>=0.3.1 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (0.3.2)
Requirement already satisfied: setproctitle>=1.1.10 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (1.2.2)
Requirement already satisfied: setuptools>=36.2.7 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (47.1.0)
Requirement already satisfied: txtorcon>=20.0.0 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (20.0.0)
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (1.24.3)
Requirement already satisfied: watchdog>=0.8.3 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (2.0.0)
Requirement already satisfied: werkzeug>=0.14.1 in /home/oberstet/pypy37_5/site-packages (from crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (1.0.1)
Collecting websocket-client>=0.32.0
Using cached websocket_client-0.57.0-py2.py3-none-any.whl (200 kB)
Requirement already satisfied: eth-utils<2.0.0,>=1.2.0 in /home/oberstet/pypy37_5/site-packages (from eth-abi>=1.3.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (1.10.0)
Requirement already satisfied: parsimonious<0.9.0,>=0.8.0 in /home/oberstet/pypy37_5/site-packages (from eth-abi>=1.3.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (0.8.1)
Requirement already satisfied: bitarray<1.3.0,>=1.2.1 in /home/oberstet/pypy37_5/site-packages (from eth-account>=0.5.4->crossbarfx==21.2.2.dev1) (1.2.2)
Requirement already satisfied: eth-keyfile<0.6.0,>=0.5.0 in /home/oberstet/pypy37_5/site-packages (from eth-account>=0.5.4->crossbarfx==21.2.2.dev1) (0.5.1)
Requirement already satisfied: eth-keys!=0.3.2,<0.4.0,>=0.2.1 in /home/oberstet/pypy37_5/site-packages (from eth-account>=0.5.4->crossbarfx==21.2.2.dev1) (0.3.3)
Requirement already satisfied: eth-rlp<2,>=0.1.2 in /home/oberstet/pypy37_5/site-packages (from eth-account>=0.5.4->crossbarfx==21.2.2.dev1) (0.2.1)
Requirement already satisfied: hexbytes<1,>=0.1.0 in /home/oberstet/pypy37_5/site-packages (from eth-account>=0.5.4->crossbarfx==21.2.2.dev1) (0.2.1)
Requirement already satisfied: cytoolz<1.0.0,>=0.9.0 in /home/oberstet/pypy37_5/site-packages (from eth-keyfile<0.6.0,>=0.5.0->eth-account>=0.5.4->crossbarfx==21.2.2.dev1) (0.11.0)
Requirement already satisfied: toolz>=0.8.0 in /home/oberstet/pypy37_5/site-packages (from cytoolz<1.0.0,>=0.9.0->eth-keyfile<0.6.0,>=0.5.0->eth-account>=0.5.4->crossbarfx==21.2.2.dev1) (0.11.1)
Requirement already satisfied: eth-hash<0.4.0,>=0.3.1 in /home/oberstet/pypy37_5/site-packages (from eth-utils<2.0.0,>=1.2.0->eth-abi>=1.3.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (0.3.1)
Collecting itsdangerous>=0.24
Using cached itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: hyperframe<6,>=5.2.0 in /home/oberstet/pypy37_5/site-packages (from h2<4.0,>=3.0->crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (5.2.0)
Requirement already satisfied: hpack<4,>=3.0 in /home/oberstet/pypy37_5/site-packages (from h2<4.0,>=3.0->crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (3.0.0)
Requirement already satisfied: zipp>=0.4 in /home/oberstet/pypy37_5/site-packages (from importlib-resources>=4.1.1->crossbar>=21.1.1->crossbarfx==21.2.2.dev1) (3.4.0)
Collecting arrow
Using cached arrow-0.17.0-py2.py3-none-any.whl (50 kB)
Collecting wcwidth
Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting py-multibase<2.0.0,>=1.0.0
Using cached py_multibase-1.0.3-py2.py3-none-any.whl (6.4 kB)
Collecting py-multicodec<0.3.0
Using cached py_multicodec-0.2.1-py2.py3-none-any.whl (8.5 kB)
Collecting py-multihash>=0.2.3
Using cached py_multihash-0.2.3-py2.py3-none-any.whl (7.9 kB)
Requirement already satisfied: mypy-extensions>=0.4.1 in /home/oberstet/pypy37_5/site-packages (from py-ecc>=1.7.1->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (0.4.3)
Requirement already satisfied: cached-property<2,>=1.5.1 in /home/oberstet/pypy37_5/site-packages (from py-ecc>=1.7.1->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (1.5.2)
Collecting python-baseconv<2.0,>=1.2.0
Using cached python-baseconv-1.2.2.tar.gz (4.9 kB)
Requirement already satisfied: varint<2.0.0,>=1.0.2 in /home/oberstet/pypy37_5/site-packages (from py-multicodec<0.3.0->py-cid>=0.3.0->crossbarfx==21.2.2.dev1) (1.0.2)
Collecting text-unidecode>=1.3
Using cached text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
Requirement already satisfied: sortedcontainers in /home/oberstet/pypy37_5/site-packages (from pytrie>=0.2->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (2.3.0)
Requirement already satisfied: certifi>=2017.4.17 in /home/oberstet/pypy37_5/site-packages (from requests>=2.20.0->crossbarfx==21.2.2.dev1) (2020.12.5)
Requirement already satisfied: Automat>=0.3.0 in /home/oberstet/pypy37_5/site-packages (from twisted>=20.3.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (20.2.0)
Requirement already satisfied: PyHamcrest!=1.10.0,>=1.9.0 in /home/oberstet/pypy37_5/site-packages (from twisted>=20.3.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=21.1.1->crossbarfx==21.2.2.dev1) (2.0.2)
Requirement already satisfied: ipfshttpclient==0.7.0a1 in /home/oberstet/pypy37_5/site-packages (from web3>=5.13.1->crossbarfx==21.2.2.dev1) (0.7.0a1)
Requirement already satisfied: jsonschema<4.0.0,>=3.2.0 in /home/oberstet/pypy37_5/site-packages (from web3>=5.13.1->crossbarfx==21.2.2.dev1) (3.2.0)
Requirement already satisfied: lru-dict<2.0.0,>=1.1.6 in /home/oberstet/pypy37_5/site-packages (from web3>=5.13.1->crossbarfx==21.2.2.dev1) (1.1.7)
Requirement already satisfied: protobuf<4,>=3.10.0 in /home/oberstet/pypy37_5/site-packages (from web3>=5.13.1->crossbarfx==21.2.2.dev1) (3.14.0)
Requirement already satisfied: websockets<9.0.0,>=8.1.0 in /home/oberstet/pypy37_5/site-packages (from web3>=5.13.1->crossbarfx==21.2.2.dev1) (8.1)
Requirement already satisfied: typing-extensions<4,>=3.7.4.1 in /home/oberstet/pypy37_5/site-packages (from web3>=5.13.1->crossbarfx==21.2.2.dev1) (3.7.4.3)
Requirement already satisfied: multiaddr>=0.0.7 in /home/oberstet/pypy37_5/site-packages (from ipfshttpclient==0.7.0a1->web3>=5.13.1->crossbarfx==21.2.2.dev1) (0.0.9)
Requirement already satisfied: pyrsistent>=0.14.0 in /home/oberstet/pypy37_5/site-packages (from jsonschema<4.0.0,>=3.2.0->web3>=5.13.1->crossbarfx==21.2.2.dev1) (0.17.3)
Requirement already satisfied: importlib-metadata in /home/oberstet/pypy37_5/site-packages (from jsonschema<4.0.0,>=3.2.0->web3>=5.13.1->crossbarfx==21.2.2.dev1) (3.4.0)
Collecting python-dateutil>=2.7.0
Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Using legacy 'setup.py install' for humanize, since package 'wheel' is not installed.
Using legacy 'setup.py install' for jinja2-highlight, since package 'wheel' is not installed.
Using legacy 'setup.py install' for python-baseconv, since package 'wheel' is not installed.
Using legacy 'setup.py install' for python-slugify, since package 'wheel' is not installed.
Using legacy 'setup.py install' for stringcase, since package 'wheel' is not installed.
Using legacy 'setup.py install' for validate-email, since package 'wheel' is not installed.
Installing collected packages: python-dateutil, text-unidecode, python-baseconv, arrow, websocket-client, wcwidth, python-slugify, py-multihash, py-multicodec, py-multibase, poyo, jinja2-time, itsdangerous, binaryornot, validate-email, tabulate, stringcase, py-cid, prompt-toolkit, jinja2-highlight, iso8601, humanize, flask, docker, cookiecutter, colorama, crossbarfx
Running setup.py install for python-baseconv ... done
Running setup.py install for python-slugify ... done
Attempting uninstall: py-multihash
Found existing installation: py-multihash 2.0.1
Uninstalling py-multihash-2.0.1:
Successfully uninstalled py-multihash-2.0.1
Running setup.py install for validate-email ... done
Running setup.py install for stringcase ... done
Running setup.py install for jinja2-highlight ... done
Running setup.py install for humanize ... done
Running setup.py develop for crossbarfx
Successfully installed arrow-0.17.0 binaryornot-0.4.4 colorama-0.4.4 cookiecutter-1.7.2 crossbarfx docker-4.4.1 flask-1.1.2 humanize-0.5.1 iso8601-0.1.14 itsdangerous-1.1.0 jinja2-highlight-0.6.1 jinja2-time-0.2.0 poyo-0.5.0 prompt-toolkit-2.0.10 py-cid-0.3.0 py-multibase-1.0.3 py-multicodec-0.2.1 py-multihash-0.2.3 python-baseconv-1.2.2 python-dateutil-2.8.1 python-slugify-4.0.1 stringcase-1.2.0 tabulate-0.8.7 text-unidecode-1.3 validate-email-1.3 wcwidth-0.2.5 websocket-client-0.57.0
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/crossbarfx$ crossbarfx version
:::::::::::::::::
::::: _____ __ _____ __
::::: : ::::: / ___/______ ___ ___ / / ___ _____ / __/ |/_/
::::::: ::::::: / /__/ __/ _ \(_-<(_-</ _ \/ _ `/ __/ / _/_> <
::::: : ::::: \___/_/ \___/___/___/_.__/\_,_/_/ /_/ /_/|_|
:::::
::::::::::::::::: Crossbar.io FX v21.2.2.dev1 [00000000-0000000]
Copyright (c) 2013-2021 Crossbar.io Technologies GmbH. All rights reserved.
Crossbar.io : 21.1.1
txaio : 20.12.1
Autobahn : 21.2.2.dev3
UTF8 Validator : autobahn
XOR Masker : autobahn
JSON Codec : stdlib
MsgPack Codec : umsgpack-2.7.1
CBOR Codec : cbor-1.0.0
UBJSON Codec : ubjson-0.16.1
FlatBuffers : flatbuffers-1.12
Twisted : 20.3.0-EPollReactor
LMDB : 1.1.1/lmdb-0.9.26
Python : 3.7.9/PyPy-7.3.3
CrossbarFX : 21.2.2.dev1
NumPy : 1.20.1
zLMDB : 21.1.1
Frozen executable : no
Operating system : Linux-4.15.0-135-generic-x86_64-with-debian-buster-sid
Host machine : x86_64
Release key : RWRCg8IXEYo6/z3ZPrKHys8UZqC4psKjy7N8ukzTN/o+vUcEyhGw2COj
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/crossbarfx$ xbrnetwork version
XBR CLI v21.2.2.dev3
Contract addresses:
XBRToken : 0x87D89D00B0051E760b23a1eb7F87D38082773b55 [source: envvar $XBR_DEBUG_TOKEN_ADDR]
XBRNetwork : 0x3970CB7F43A5A6a1ABc4f1B80D33093396b1dB4a [source: envvar $XBR_DEBUG_NETWORK_ADDR]
XBRDomain : 0x048137A22c3a2Df514657C9B7a32A6BEefb10ad4 [source: envvar $XBR_DEBUG_DOMAIN_ADDR]
XBRCatalog : 0xb996F03C79574aA7a88abe8F4080b1F3F9dB8E17 [source: envvar $XBR_DEBUG_CATALOG_ADDR]
XBRMarket : 0xF7acf1C4CB4a9550B8969576573C2688B48988C2 [source: envvar $XBR_DEBUG_MARKET_ADDR]
XBRChannel : 0x54037382294a7AEe37F799776C2308D087946c13 [source: envvar $XBR_DEBUG_CHANNEL_ADDR]
(pypy37_5) oberstet@intel-nuci7:~/scm/crossbario/crossbarfx$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment