安装gbm_data_tools

新建一个虚拟环境(python>=3.8)
conda create -n test python=3.8
激活这个环境,安装这些包:
conda activate test
pip install -r requirement.txt
其中 requirement.txt 如下:

alabaster==0.7.12
anyio==3.6.2
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
arrow==1.2.3
astroid==2.12.13
astropy==5.1.1
asttokens==2.2.0
atomicwrites==1.4.1
attrs==22.1.0
autopep8==1.6.0
Babel==2.11.0
backcall==0.2.0
beautifulsoup4==4.11.1
binaryornot==0.4.4
black==22.12.0
bleach==5.0.1
certifi==2022.9.24
cffi==1.15.1
chardet==5.1.0
charset-normalizer==2.1.1
click==8.1.3
cloudpickle==2.2.0
cookiecutter==2.1.1
cryptography==38.0.4
cycler==0.11.0
debugpy==1.6.4
decorator==5.1.1
defusedxml==0.7.1
diff-match-patch==20200713
dill==0.3.6
docstring-to-markdown==0.11
docutils==0.19
entrypoints==0.4
et-xmlfile==1.1.0
executing==1.2.0
fastjsonschema==2.16.2
flake8==5.0.4
healpy==1.16.1
idna==3.4
imagesize==1.4.1
importlib-metadata==5.1.0
importlib-resources==5.10.0
inflection==0.5.1
intervaltree==3.1.0
ipykernel==6.17.1
ipython==7.34.0
ipython-genutils==0.2.0
isort==5.11.2
jaraco.classes==3.2.3
jedi==0.18.2
jeepney==0.8.0
jellyfish==0.9.0
Jinja2==3.1.2
jinja2-time==0.2.0
json5==0.9.10
jsonschema==4.17.3
jupyter-server==1.23.3
jupyter_client==7.4.7
jupyter_core==5.1.0
jupyterlab==3.5.0
jupyterlab-pygments==0.2.2
jupyterlab_server==2.16.3
keyring==23.11.0
kiwisolver==1.4.4
lazy-object-proxy==1.8.0
MarkupSafe==2.1.1
matplotlib==3.2.1
matplotlib-inline==0.1.6
mccabe==0.7.0
mistune==2.0.4
more-itertools==9.0.0
mypy-extensions==0.4.3
nbclassic==0.4.8
nbclient==0.7.2
nbconvert==7.2.5
nbformat==5.7.0
nest-asyncio==1.5.6
notebook==6.5.2
notebook_shim==0.2.2
numpy==1.23.5
numpydoc==1.5.0
openpyxl==3.0.10
packaging==22.0
pandas==1.5.2
pandocfilters==1.5.0
parso==0.8.3
pathspec==0.10.3
pexpect==4.8.0
pickleshare==0.7.5
pkgutil_resolve_name==1.3.10
platformdirs==2.5.4
pluggy==1.0.0
prometheus-client==0.15.0
prompt-toolkit==3.0.33
psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
pycodestyle==2.9.1
pycparser==2.21
pydocstyle==6.1.1
pyerfa==2.0.0.1
pyflakes==2.5.0
Pygments==2.13.0
pylint==2.15.8
pylint-venv==2.3.0
pyls-spyder==0.4.0
pyparsing==3.0.9
pyproj==3.4.0
PyQt5==5.15.7
PyQt5-Qt5==5.15.2
PyQt5-sip==12.11.0
PyQtWebEngine==5.15.6
PyQtWebEngine-Qt5==5.15.2
pyrsistent==0.19.2
python-dateutil==2.8.2
python-lsp-black==1.2.1
python-lsp-jsonrpc==1.0.0
python-lsp-server==1.6.0
python-slugify==7.0.0
pytoolconfig==1.2.4
pytz==2022.6
pyxdg==0.28
PyYAML==6.0
pyzmq==24.0.1
QDarkStyle==3.0.3
qstylizer==0.2.2
QtAwesome==1.2.1
qtconsole==5.4.0
QtPy==2.3.0
requests==2.28.1
rope==1.6.0
Rtree==1.0.1
scipy==1.9.3
SecretStorage==3.3.3
Send2Trash==1.8.0
six==1.16.0
sniffio==1.3.0
snowballstemmer==2.2.0
sortedcontainers==2.4.0
soupsieve==2.3.2.post1
Sphinx==5.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
stack-data==0.6.2
terminado==0.17.0
text-unidecode==1.3
textdistance==4.5.0
three-merge==0.1.1
tinycss2==1.2.1
toml==0.10.2
tomli==2.0.1
tomlkit==0.11.6
tornado==6.2
traitlets==5.6.0
typing_extensions==4.4.0
ujson==5.6.0
urllib3==1.26.13
watchdog==2.2.0
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.4.2
whatthepatch==1.0.3
wrapt==1.14.1
wurlitzer==3.0.3
yapf==0.32.0
zipp==3.11.0

安装好这些包后,再安装gbm data tools:
pip install gbm_data_tools-1.1.1.tar

完成。

posted @ 2022-12-03 12:07  zhaopw5  阅读(71)  评论(0编辑  收藏  举报