ethereum / ethereum/staking-launchpad

Problem with ./deposit.sh install

Open
#152 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
304
Forks
226
PR merge metrics
No merged PRs in 30d

Description

OS: MacOS Mojave
Python: 3.7.7 (Anaconda)

Problem: I got as far as cloning the repo but below is the traceback after entering `./deposit.sh install` for a second time. Traceback was similar after first time but I restarted the shell. There appears to be an issue with building the wheel for `lru-dict`. I went ahead and tried to enter `./deposit.sh --num_validators 6 --chain medalla` but then got another error, `ModuleNotFoundError: No module named 'ssz'`. You can see the packages installed in my conda environment at the end. Please help!
Thanks!

```
(base) Joshuas-MacBook-Pro-2:eth2.0-deposit-cli joshuajohnson$ ./deposit.sh install
darwin18
Installing dependencies...
Requirement already satisfied: py-ecc==4.0.0 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (4.0.0)
Requirement already satisfied: pycryptodome==3.9.7 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (3.9.7)
Requirement already satisfied: click==7.0 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 35)) (7.0)
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 /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 41)) (2.2.1)
Requirement already satisfied: eth-utils==1.8.4 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 46)) (1.8.4)
Requirement already satisfied: mypy-extensions==0.4.3 in /Users/joshuajohnson/anaconda/lib/python3.7/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)
Requirement already satisfied: pyrsistent==0.15.7 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 54)) (0.15.7)
Requirement already satisfied: eth-hash==0.2.0 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 56)) (0.2.0)
Requirement already satisfied: cytoolz==0.10.1 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 59)) (0.10.1)
Requirement already satisfied: toolz==0.10.0 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 61)) (0.10.0)
Requirement already satisfied: six==1.14.0 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 63)) (1.14.0)
Requirement already satisfied: cached-property==1.5.1 in /Users/joshuajohnson/anaconda/lib/python3.7/site-packages (from -r requirements.txt (line 66)) (1.5.1)
Building wheels for collected packages: lru-dict
Building wheel for lru-dict (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/joshuajohnson/anaconda/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-install-qx8t865r/lru-dict/setup.py'"'"'; __file__='"'"'/private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-install-qx8t865r/lru-dict/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-wheel-9qswzbo2
cwd: /private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-install-qx8t865r/lru-dict/
Complete output (9 lines):
running bdist_wheel
running build
running build_ext
building 'lru' extension
creating build
creating build/temp.macosx-10.9-x86_64-3.7
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/joshuajohnson/anaconda/include -arch x86_64 -I/Users/joshuajohnson/anaconda/include -arch x86_64 -I/Users/joshuajohnson/anaconda/include/python3.7m -c lru.c -o build/temp.macosx-10.9-x86_64-3.7/lru.o
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for lru-dict
Running setup.py clean for lru-dict
Failed to build lru-dict
Installing collected packages: lru-dict, ssz
Running setup.py install for lru-dict ... error
ERROR: Command errored out with exit status 1:
command: /Users/joshuajohnson/anaconda/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-install-qx8t865r/lru-dict/setup.py'"'"'; __file__='"'"'/private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-install-qx8t865r/lru-dict/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-record-z5cs2etr/install-record.txt --single-version-externally-managed --compile --install-headers /Users/joshuajohnson/anaconda/include/python3.7m/lru-dict
cwd: /private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-install-qx8t865r/lru-dict/
Complete output (9 lines):
running install
running build
running build_ext
building 'lru' extension
creating build
creating build/temp.macosx-10.9-x86_64-3.7
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/joshuajohnson/anaconda/include -arch x86_64 -I/Users/joshuajohnson/anaconda/include -arch x86_64 -I/Users/joshuajohnson/anaconda/include/python3.7m -c lru.c -o build/temp.macosx-10.9-x86_64-3.7/lru.o
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /Users/joshuajohnson/anaconda/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-install-qx8t865r/lru-dict/setup.py'"'"'; __file__='"'"'/private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-install-qx8t865r/lru-dict/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/cx/2nzn9mbs1fd8drx_5r7k67bm0000gn/T/pip-record-z5cs2etr/install-record.txt --single-version-externally-managed --compile --install-headers /Users/joshuajohnson/anaconda/include/python3.7m/lru-dict Check the logs for full command output.
running install
running bdist_egg
running egg_info
writing eth2deposit.egg-info/PKG-INFO
writing dependency_links to eth2deposit.egg-info/dependency_links.txt
writing top-level names to eth2deposit.egg-info/top_level.txt
file eth2deposit.py (for module eth2deposit) not found
reading manifest file 'eth2deposit.egg-info/SOURCES.txt'
writing manifest file 'eth2deposit.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.9-x86_64/egg
running install_lib
running build_py
file eth2deposit.py (for module eth2deposit) not found
file eth2deposit.py (for module eth2deposit) not found
creating build/bdist.macosx-10.9-x86_64/egg
creating build/bdist.macosx-10.9-x86_64/egg/tests
creating build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling
copying build/lib/tests/test_key_handling/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling
copying build/lib/tests/test_key_handling/test_keystore.py -> build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling
creating build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_key_derivation
copying build/lib/tests/test_key_handling/test_key_derivation/test_tree.py -> build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_key_derivation
copying build/lib/tests/test_key_handling/test_key_derivation/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_key_derivation
copying build/lib/tests/test_key_handling/test_key_derivation/test_path.py -> build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_key_derivation
copying build/lib/tests/test_key_handling/test_key_derivation/test_mnemonic.py -> build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_key_derivation
creating build/bdist.macosx-10.9-x86_64/egg/eth2deposit
copying build/lib/eth2deposit/deposit.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit
copying build/lib/eth2deposit/credentials.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit
copying build/lib/eth2deposit/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit
creating build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils
copying build/lib/eth2deposit/utils/constants.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils
copying build/lib/eth2deposit/utils/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils
copying build/lib/eth2deposit/utils/ssz.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils
copying build/lib/eth2deposit/utils/crypto.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils
copying build/lib/eth2deposit/utils/ascii_art.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils
copying build/lib/eth2deposit/utils/validation.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils
copying build/lib/eth2deposit/settings.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit
creating build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling
copying build/lib/eth2deposit/key_handling/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling
creating build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/key_derivation
copying build/lib/eth2deposit/key_handling/key_derivation/tree.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/key_derivation
copying build/lib/eth2deposit/key_handling/key_derivation/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/key_derivation
copying build/lib/eth2deposit/key_handling/key_derivation/mnemonic.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/key_derivation
copying build/lib/eth2deposit/key_handling/key_derivation/path.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/key_derivation
copying build/lib/eth2deposit/key_handling/keystore.py -> build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling
byte-compiling build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_keystore.py to test_keystore.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_key_derivation/test_tree.py to test_tree.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_key_derivation/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_key_derivation/test_path.py to test_path.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/tests/test_key_handling/test_key_derivation/test_mnemonic.py to test_mnemonic.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/deposit.py to deposit.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/credentials.py to credentials.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils/constants.py to constants.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils/ssz.py to ssz.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils/crypto.py to crypto.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils/ascii_art.py to ascii_art.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/utils/validation.py to validation.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/settings.py to settings.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/key_derivation/tree.py to tree.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/key_derivation/__init__.py to __init__.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/key_derivation/mnemonic.py to mnemonic.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/key_derivation/path.py to path.cpython-37.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/eth2deposit/key_handling/keystore.py to keystore.cpython-37.pyc
creating build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying eth2deposit.egg-info/PKG-INFO -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying eth2deposit.egg-info/SOURCES.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying eth2deposit.egg-info/dependency_links.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying eth2deposit.egg-info/top_level.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/eth2deposit-0.2.1-py3.7.egg' and adding 'build/bdist.macosx-10.9-x86_64/egg' to it
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing eth2deposit-0.2.1-py3.7.egg
Removing /Users/joshuajohnson/anaconda/lib/python3.7/site-packages/eth2deposit-0.2.1-py3.7.egg
Copying eth2deposit-0.2.1-py3.7.egg to /Users/joshuajohnson/anaconda/lib/python3.7/site-packages
eth2deposit 0.2.1 is already the active version in easy-install.pth

Installed /Users/joshuajohnson/anaconda/lib/python3.7/site-packages/eth2deposit-0.2.1-py3.7.egg
Processing dependencies for eth2deposit==0.2.1
Finished processing dependencies for eth2deposit==0.2.1
(base) Joshuas-MacBook-Pro-2:eth2.0-deposit-cli joshuajohnson$ ./deposit.sh --num_validators 6 --chain medalla
darwin18
Running deposit-cli...
Traceback (most recent call last):
File "./eth2deposit/deposit.py", line 5, in
from eth2deposit.credentials import (
File "/Users/joshuajohnson/anaconda/lib/python3.7/site-packages/eth2deposit-0.2.1-py3.7.egg/eth2deposit/credentials.py", line 16, in
from eth2deposit.utils.ssz import (
File "/Users/joshuajohnson/anaconda/lib/python3.7/site-packages/eth2deposit-0.2.1-py3.7.egg/eth2deposit/utils/ssz.py", line 1, in
ModuleNotFoundError: No module named 'ssz'
(base) Joshuas-MacBook-Pro-2:eth2.0-deposit-cli joshuajohnson$ conda list
# packages in environment at /Users/joshuajohnson/anaconda:
#
# Name Version Build Channel
alabaster 0.7.12 py37_0 anaconda
anaconda custom py37_0 anaconda
anaconda-client 1.7.2 py37_0 anaconda
anaconda-project 0.8.4 py_0
applaunchservices 0.2.1 py_0
appnope 0.1.0 py37_0 anaconda
attrs 19.3.0 py_0
autopep8 1.4.4 py_0
babel 2.8.0 py_0
backcall 0.2.0 py_0 anaconda
backports 1.0 py_2
backports.shutil_get_terminal_size 1.0.0 py37_2 anaconda
blas 1.0 mkl
bleach 3.1.5 py_0 anaconda
blosc 1.16.3 hd9629dc_0
bokeh 2.1.1 py37_0 anaconda
brotlipy 0.7.0 py37haf1e3a3_1000 anaconda
bzip2 1.0.8 h1de35cc_0
ca-certificates 2020.6.24 0 anaconda
cached-property 1.5.1 pypi_0 pypi
certifi 2020.6.20 py37_0 anaconda
cffi 1.14.0 py37hb5b8e2f_0 anaconda
chardet 3.0.4 py37_1003 anaconda
click 7.0 pypi_0 pypi
cloudpickle 1.3.0 py_0
clyent 1.2.2 py37_1 anaconda
colorama 0.4.3 py_0
conda 4.8.3 py37_0 anaconda
conda-env 2.6.0 1
conda-package-handling 1.6.1 py37h1de35cc_0 anaconda
contextlib2 0.6.0.post1 py_0
cryptography 2.9.2 py37ha12b0ac_0 anaconda
curl 7.68.0 ha441bb4_0
cycler 0.10.0 py37_0 anaconda
cytoolz 0.10.1 py37h1de35cc_0 anaconda
dask 2.11.0 py_0
dask-core 2.11.0 py_0
dbus 1.13.12 h90a0687_0
decorator 4.4.1 py_0
defusedxml 0.6.0 py_0
diff-match-patch 20181111 py_0
distributed 2.20.0 py37_0 anaconda
docutils 0.16 py37_1 anaconda
entrypoints 0.3 py37_0 anaconda
et_xmlfile 1.0.1 py_1001 anaconda
eth-hash 0.2.0 pypi_0 pypi
eth-typing 2.2.1 pypi_0 pypi
eth-utils 1.8.4 pypi_0 pypi
expat 2.2.6 h0a44026_0
filelock 3.0.12 py_0
flask 1.1.1 py_0
flask-cors 3.0.8 py_0
freetype 2.9.1 hb4e5f40_0
fsspec 0.6.2 py_0
future 0.18.2 py37_1 anaconda
get_terminal_size 1.0.0 h7520d66_0
gettext 0.19.8.1 h15daf44_3
glib 2.63.1 hd977a24_0
glob2 0.7 py_0
gmp 6.1.2 hb37e062_1
hdf5 1.10.4 hfa1e0ec_0
heapdict 1.0.1 py_0
hypothesis 5.5.4 py_0
icu 58.2 h4b95b61_1
idna 2.10 py_0 anaconda
imagesize 1.2.0 py_0
importlib-metadata 1.7.0 py37_0 anaconda
importlib_metadata 1.7.0 0 anaconda
intel-openmp 2019.4 233
intervaltree 3.0.2 py_0
ipykernel 5.3.4 py37h5ca1d4c_0 anaconda
ipython 7.16.1 py37h5ca1d4c_0 anaconda
ipython_genutils 0.2.0 py37_0 anaconda
ipywidgets 7.5.1 py_0
itsdangerous 1.1.0 py37_0 anaconda
jbig 2.1 h4d881f8_0
jdcal 1.4.1 py_0
jedi 0.16.0 py37_1 anaconda
jinja2 2.11.1 py_0
joblib 0.14.1 py_0
jpeg 9b he5867d9_2
json5 0.9.1 py_0
jsonschema 3.2.0 py37_0 anaconda
jupyter_client 6.1.6 py_0 anaconda
jupyter_console 6.1.0 py_0
jupyter_core 4.6.3 py37_0 anaconda
jupyterlab_server 1.0.6 py_0
kiwisolver 1.2.0 py37h04f5b5a_0 anaconda
krb5 1.17.1 hddcf347_0
libarchive 3.3.3 h786848e_5
libcurl 7.68.0 h051b688_0
libcxx 4.0.1 hcfea43d_1
libcxxabi 4.0.1 hcfea43d_1
libedit 3.1.20181209 hb402a30_0
libffi 3.2.1 h475c297_4
libgfortran 3.0.1 h93005f0_2
libiconv 1.15 hdd342a3_7
liblief 0.9.0 h2a1bed3_2
libpng 1.6.37 ha441bb4_0
libsodium 1.0.16 h3efe00b_0
libspatialindex 1.9.3 h0a44026_0
libssh2 1.9.0 ha12b0ac_1
libtiff 4.1.0 hcb84e12_0
libxml2 2.9.9 hf6e021a_1
libxslt 1.1.33 h33a18ac_0
llvm-openmp 4.0.1 hcfea43d_1
locket 0.2.0 py37_1 anaconda
lz4-c 1.8.1.2 h1de35cc_0
lzo 2.10 h362108e_2
markupsafe 1.1.1 py37h1de35cc_0 anaconda
matplotlib 3.1.2 py37h9aa3819_0 anaconda
mistune 0.8.4 py37h1de35cc_0 anaconda
mkl 2019.4 233
mkl_fft 1.0.12 py37h5e564d8_0 anaconda
mkl_random 1.0.2 py37h27c97d8_0 anaconda
mock 4.0.1 py_0
more-itertools 8.2.0 py_0
mpc 1.1.0 h6ef4df4_1
mpfr 4.0.1 h3018a27_3
msgpack-python 1.0.0 py37h04f5b5a_1 anaconda
mypy-extensions 0.4.3 pypi_0 pypi
nbconvert 5.6.1 py37_0 anaconda
nbformat 5.0.4 py_0
ncurses 6.2 h0a44026_0
networkx 2.4 py_0
notebook 6.0.3 py37_0 anaconda
numpy 1.16.4 py37hacdab7b_0 anaconda
numpy-base 1.16.4 py37h6575580_0 anaconda
numpydoc 0.9.2 py_0
olefile 0.46 py37_0 anaconda
openpyxl 3.0.3 py_0
openssl 1.1.1g h1de35cc_0 anaconda
packaging 20.1 py_0
pandas 1.0.3 py37h6c726b0_0 anaconda
pandoc 2.2.3.2 0
pandocfilters 1.4.2 py37_1 anaconda
parso 0.5.2 py_0
partd 1.1.0 py_0
path 13.1.0 py37_0 anaconda
path.py 12.4.0 0
pathtools 0.1.2 py_1
pcre 8.43 h0a44026_0
pexpect 4.8.0 py37_0 anaconda
pickleshare 0.7.5 py37_0 anaconda
pillow 7.1.2 py37h4655f20_0 anaconda
pip 20.1.1 py37_1 anaconda
pluggy 0.13.1 py37_0 anaconda
prometheus_client 0.7.1 py_0
prompt-toolkit 3.0.5 py_0 anaconda
prompt_toolkit 3.0.3 py_0
psutil 5.7.0 py37h1de35cc_0 anaconda
ptyprocess 0.6.0 py37_0 anaconda
py 1.8.1 py_0
py-ecc 4.0.0 pypi_0 pypi
pycodestyle 2.6.0 py_0 anaconda
pycosat 0.6.3 py37h1de35cc_0 anaconda
pycparser 2.20 py_2 anaconda
pycryptodome 3.9.7 pypi_0 pypi
pydocstyle 4.0.1 py_0
pygments 2.5.2 py_0
pyopenssl 19.1.0 py_1 anaconda
pyparsing 2.4.6 py_0
pyqt 5.9.2 py37h655552a_0 anaconda
pyrsistent 0.15.7 pypi_0 pypi
pysocks 1.7.1 py37_0 anaconda
pytest 5.4.3 py37_0 anaconda
pytest-arraydiff 0.3 py37h39e3cac_0 anaconda
pytest-astropy 0.8.0 py_0
pytest-astropy-header 0.1.2 py_0
pytest-doctestplus 0.5.0 py_0
pytest-openfiles 0.4.0 py_0
pytest-remotedata 0.3.2 py37_0 anaconda
python 3.7.7 hfe9666f_0_cpython anaconda
python-dateutil 2.8.1 py_0
python-jsonrpc-server 0.3.4 py_0
python.app 2 py37_10 anaconda
pytz 2019.3 py_0
pyyaml 5.3.1 py37h1de35cc_0 anaconda
pyzmq 18.1.1 py37h0a44026_0 anaconda
qdarkstyle 2.8 py_0
qt 5.9.7 h468cd18_1
qtawesome 0.6.1 py_0
qtconsole 4.6.0 py_1
qtpy 1.9.0 py_0
readline 7.0 h1de35cc_5
requests 2.24.0 py_0 anaconda
ripgrep 11.0.2 he32d670_0
rope 0.16.0 py_0
ruamel_yaml 0.15.87 py37h1de35cc_0 anaconda
scipy 1.2.1 py37h1410ff5_0 anaconda
seaborn 0.10.0 py_0
send2trash 1.5.0 py37_0 anaconda
setuptools 49.2.0 py37_0 anaconda
sip 4.19.13 py37h0a44026_0 anaconda
six 1.14.0 pypi_0 pypi
snappy 1.1.7 he62c110_3
snowballstemmer 2.0.0 py_0
sortedcontainers 2.2.2 py_0 anaconda
sphinx 2.4.0 py_0
sphinxcontrib 1.0 py37_1 anaconda
sphinxcontrib-applehelp 1.0.1 py_0
sphinxcontrib-devhelp 1.0.1 py_0
sphinxcontrib-htmlhelp 1.0.2 py_0
sphinxcontrib-jsmath 1.0.1 py_0
sphinxcontrib-qthelp 1.0.2 py_0
sphinxcontrib-serializinghtml 1.1.3 py_0
sphinxcontrib-websupport 1.2.0 py_0
sqlite 3.31.1 ha441bb4_0
tbb 2020.0 h04f5b5a_0
tblib 1.6.0 py_0
terminado 0.8.3 py37_0 anaconda
testpath 0.4.4 py_0
tk 8.6.8 ha441bb4_0
toolz 0.10.0 py_0
tornado 6.0.4 py37h1de35cc_1 anaconda
tqdm 4.42.1 py_0
traitlets 4.3.3 py37_0 anaconda
typing_extensions 3.7.4.2 py_0 anaconda
ujson 2.0.3 py37h0a44026_0 anaconda
unixodbc 2.3.7 h1de35cc_0
urllib3 1.25.9 py_0 anaconda
wcwidth 0.1.8 py_0
webencodings 0.5.1 py37_1 anaconda
werkzeug 1.0.0 py_0
wheel 0.34.2 py37_0 anaconda
widgetsnbextension 3.5.1 py37_0 anaconda
xlsxwriter 1.2.7 py_0
xmltodict 0.12.0 py_0
xz 5.2.4 h1de35cc_4
yaml 0.1.7 hc338f04_2
yapf 0.28.0 py_0
zeromq 4.3.1 h0a44026_3
zict 1.0.0 py_0
zipp 2.2.0 py_0
zlib 1.2.11 h1de35cc_3
zstd 1.3.7 h5bba6e5_0
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.