bdd1.3.2 install

本文档详细介绍了BDD的安装流程,包括环境准备、软件下载、安装配置步骤及注意事项等。强调了必要目录的创建、文件下载与解压、权限设置及关键脚本的修改等内容。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

a. perl install

 Can't locate ExtUtils/MakeMaker.pm
 yum install perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker

b.创建一个studio的mysql database,使用create database studio default character set utf8 collate utf8_general_ci;

c.创建user, grant  bdd/bdd

d.bdd/installer/setup.sh  执行时检查CDH报错,不是录入的问题,需要修改linux/getCDHConfig.sh脚本,将其中的用户名密码端口机器名都修改掉,然后再用setup.sh就可以

e.sudo必须设置为不需要密码,如果单独设置了用户不好用,检查

如果你不想每次使用sudo命令的时候都提示你输入跟密码,移动到下面这一行:
#%wheel ALL=(ALL)NOPASSWD:ALL

f. bdd.conf中的DGRAPH_INDEX_DIR的位置是绝对路径,注意要有写入权限

===================

  1. On your machine, create a new directory or choose an existing one to be the installation source directory.
    This directory must contain
    1. On your machine, create a new directory or choose an existing one to be the installation source directory.
      This directory must contain at least 10GB of free space.
    2. Within the installation source directory, create a new directory named packages.
    3. Download the BDD media pack from the OracleSoftware Delivery Cloud.
      Be sure to download all packages in the media pack. Make a note of each file's part number, as you will need this to identify it later.
    4. Move the BDD installer, BDD binary, and WebLogic Server packages from the download location to the packages directory.
    5. Rename the first BDD binary package bdd1.zip and the second bdd2.zip.
      This ensures that the installer will recognize them.
    6. Extract the WebLogic Server package.
      This creates a file called fmw_12.1.3.0.0_wls.jar, which contains the WebLogic Server installer.
    7. Navigate back to the installation source directory and extract the BDD installer package:
      unzip packages/<BDD_installer_package>.zip
      This creates a new directory called installer, which contains the install script and other files it requires.
    8. Go to the installer directory and run:
      ./setup.sh --quickstart
    9. Enter the following when prompted:
      • The username andpassword for Cloudera Manager.
      • A username andpassword for the WebLogic Server admin. The password must contain at least 8characters, one of which must be a number, and can't begin with a number.
      • The username andpassword for the Studio and Workflow Manager Service databases.
      • The password forthe Studio admin. This must contain at least 8 characters, one of which must bea non-alphanumeric character.
    at least 10GB of free space.
  2. Within the installation source directory, create a new directory named packages.
  3. Download the BDD media pack from the OracleSoftware Delivery Cloud.
    Be sure to download all packages in the media pack. Make a note of each file's part number, as you will need this to identify it later.
  4. Move the BDD installer, BDD binary, and WebLogic Server packages from the download location to the packages directory.
  5. Rename the first BDD binary package bdd1.zip and the second bdd2.zip.
    This ensures that the installer will recognize them.
  6. Extract the WebLogic Server package.
    This creates a file called fmw_12.1.3.0.0_wls.jar, which contains the WebLogic Server installer.
  7. Navigate back to the installation source directory and extract the BDD installer package:
    unzip packages/<BDD_installer_package>.zip
    This creates a new directory called installer, which contains the install script and other files it requires.
  8. Go to the installer directory and run:
    ./setup.sh --quickstart
  9. Enter the following when prompted:
    • The username andpassword for Cloudera Manager.
    • A username andpassword for the WebLogic Server admin. The password must contain at least 8characters, one of which must be a number, and can't begin with a number.
    • The username andpassword for the Studio and Workflow Manager Service databases.
    • The password forthe Studio admin. This must contain at least 8 characters, one of which must bea non-alphanumeric character.

(base) C:\Users\60925>python --v unknown option --v usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h&#39; for more information. (base) C:\Users\60925>python --version Python 3.7.1 (base) C:\Users\60925> (base) C:\Users\60925>conda install conda=4.8 Solving environment: failed CondaValueError: Malformed version string &#39;~&#39;: invalid character(s). (base) C:\Users\60925>conda config --show-sources ==> C:\Users\60925\.condarc <== show_channel_urls: True (base) C:\Users\60925>conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main (base) C:\Users\60925>conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free (base) C:\Users\60925>conda config --set show_channel_urls true (base) C:\Users\60925>conda config --show add_anaconda_token: True add_pip_as_python_dependency: True aggressive_update_packages: - ca-certificates - certifi - openssl allow_non_channel_urls: False allow_softlinks: False always_copy: False always_softlink: False always_yes: None anaconda_upload: None auto_update_conda: True changeps1: True channel_alias: https://conda.anaconda.org channel_priority: True channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main - defaults client_ssl_cert: None client_ssl_cert_key: None clobber: False create_default_packages: [] custom_channels: pkgs/main: https://repo.anaconda.com pkgs/free: https://repo.anaconda.com pkgs/r: https://repo.anaconda.com pkgs/pro: https://repo.anaconda.com pkgs/msys2: https://repo.anaconda.com custom_multichannels: defaults: ["https://repo.anaconda.com/pkgs/main", "https://repo.anaconda.com/pkgs/free", "https://repo.anaconda.com/pkgs/r", "https://repo.anaconda.com/pkgs/pro", "https://repo.anaconda.com/pkgs/msys2"] local: [] default_channels: - https://repo.anaconda.com/pkgs/main - https://repo.anaconda.com/pkgs/free - https://repo.anaconda.com/pkgs/r - https://repo.anaconda.com/pkgs/pro - https://repo.anaconda.com/pkgs/msys2 disallowed_packages: [] download_only: False envs_dirs: - D:\ruanjian\anaconda3\envs - C:\Users\60925\AppData\Local\conda\conda\envs - C:\Users\60925\.conda\envs extra_safety_checks: False force: False json: False local_repodata_ttl: 1 max_shlvl: 2 migrated_channel_aliases: [] no_dependencies: False non_admin_enabled: True notify_outdated_conda: True offline: False override_channels_enabled: True path_conflict: clobber pinned_packages: [] pkgs_dirs: - D:\ruanjian\anaconda3\pkgs - C:\Users\60925\AppData\Local\conda\conda\pkgs proxy_servers: {} quiet: False remote_connect_timeout_secs: 9.15 remote_max_retries: 3 remote_read_timeout_secs: 60.0 report_errors: None rollback_enabled: True safety_checks: warn shortcuts: True show_channel_urls: True ssl_verify: True track_features: [] use_index_cache: False use_pip: True verbosity: 0 whitelist_channels: [] (base) C:\Users\60925>conda config --remove-key channels CondaKeyError: &#39;channels&#39;: key &#39;channels&#39; is not in the config file (base) C:\Users\60925>conda config --show channels channels: - defaults (base) C:\Users\60925>conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ (base) C:\Users\60925>conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ (base) C:\Users\60925>conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ (base) C:\Users\60925>conda config --show channels channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ - defaults (base) C:\Users\60925>conda config --get channels --add channels &#39;defaults&#39; # lowest priority --add channels &#39;http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/&#39; --add channels &#39;http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/&#39; --add channels &#39;http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/&#39; # highest priority (base) C:\Users\60925>conda install conda=23.10.0 Solving environment: failed CondaValueError: Malformed version string &#39;~&#39;: invalid character(s). (base) C:\Users\60925>conda install conda=4.8 Solving environment: failed CondaValueError: Malformed version string &#39;~&#39;: invalid character(s). (base) C:\Users\60925>conda --version conda 4.5.12 (base) C:\Users\60925>conda update anaconda Solving environment: failed CondaValueError: Malformed version string &#39;~&#39;: invalid character(s). (base) C:\Users\60925>conda update --all Solving environment: failed CondaValueError: Malformed version string &#39;~&#39;: invalid character(s). (base) C:\Users\60925>conda update -n base -c defaults conda Solving environment: failed InvalidVersionSpecError: Invalid version spec: =2.7 (base) C:\Users\60925>conda clean --all Cache location: D:\ruanjian\anaconda3\pkgs Will remove the following tarballs: D:\ruanjian\anaconda3\pkgs -------------------------- alabaster-0.7.12-py37_0.tar.bz2 17 KB anaconda-2018.12-py37_0.tar.bz2 11 KB anaconda-client-1.7.2-py37_0.tar.bz2 199 KB anaconda-navigator-1.9.6-py37_0.tar.bz2 4.7 MB anaconda-project-0.8.2-py37_0.tar.bz2 493 KB asn1crypto-0.24.0-py37_0.tar.bz2 154 KB astroid-2.1.0-py37_0.tar.bz2 270 KB astropy-3.1-py37he774522_0.tar.bz2 6.9 MB atomicwrites-1.2.1-py37_0.tar.bz2 11 KB attrs-18.2.0-py37h28b3542_0.tar.bz2 51 KB babel-2.6.0-py37_0.tar.bz2 5.7 MB backcall-0.1.0-py37_0.tar.bz2 19 KB backports-1.0-py37_1.tar.bz2 3 KB backports.os-0.1.1-py37_0.tar.bz2 15 KB backports.shutil_get_terminal_size-1.0.0-py37_2.tar.bz2 8 KB beautifulsoup4-4.6.3-py37_0.tar.bz2 141 KB bitarray-0.8.3-py37hfa6e2cd_0.tar.bz2 56 KB bkcharts-0.2-py37_0.tar.bz2 127 KB blas-1.0-mkl.tar.bz2 6 KB blaze-0.11.3-py37_0.tar.bz2 624 KB bleach-3.0.2-py37_0.tar.bz2 218 KB blosc-1.14.4-he51fdeb_0.tar.bz2 651 KB bokeh-1.0.2-py37_0.tar.bz2 5.3 MB boto-2.49.0-py37_0.tar.bz2 1.6 MB bottleneck-1.2.1-py37h452e1ab_1.tar.bz2 112 KB bzip2-1.0.6-hfa6e2cd_5.tar.bz2 145 KB ca-certificates-2018.03.07-0.tar.bz2 155 KB certifi-2018.11.29-py37_0.tar.bz2 146 KB cffi-1.11.5-py37h74b6da3_1.tar.bz2 213 KB chardet-3.0.4-py37_1.tar.bz2 184 KB click-7.0-py37_0.tar.bz2 118 KB cloudpickle-0.6.1-py37_0.tar.bz2 27 KB clyent-1.2.2-py37_1.tar.bz2 18 KB colorama-0.4.1-py37_0.tar.bz2 24 KB comtypes-1.1.7-py37_0.tar.bz2 233 KB conda-4.5.12-py37_0.tar.bz2 1.1 MB conda-build-3.17.6-py37_0.tar.bz2 532 KB conda-env-2.6.0-1.tar.bz2 3 KB conda-verify-3.1.1-py37_0.tar.bz2 73 KB console_shortcut-0.1.1-3.tar.bz2 59 KB contextlib2-0.5.5-py37_0.tar.bz2 15 KB cryptography-2.4.2-py37h7a1dbc1_0.tar.bz2 550 KB curl-7.63.0-h2a8f88b_1000.tar.bz2 124 KB cycler-0.10.0-py37_0.tar.bz2 13 KB cython-0.29.2-py37ha925a31_0.tar.bz2 2.0 MB cytoolz-0.9.0.1-py37hfa6e2cd_1.tar.bz2 325 KB dask-1.0.0-py37_0.tar.bz2 3 KB dask-core-1.0.0-py37_0.tar.bz2 1.2 MB datashape-0.5.4-py37_1.tar.bz2 100 KB decorator-4.3.0-py37_0.tar.bz2 15 KB defusedxml-0.5.0-py37_1.tar.bz2 30 KB distributed-1.25.1-py37_0.tar.bz2 851 KB docutils-0.14-py37_0.tar.bz2 694 KB entrypoints-0.2.3-py37_2.tar.bz2 9 KB et_xmlfile-1.0.1-py37_0.tar.bz2 20 KB fastcache-1.0.2-py37hfa6e2cd_2.tar.bz2 31 KB filelock-3.0.10-py37_0.tar.bz2 14 KB flask-1.0.2-py37_1.tar.bz2 137 KB flask-cors-3.0.7-py37_0.tar.bz2 21 KB freetype-2.9.1-ha9979f8_1.tar.bz2 470 KB future-0.17.1-py37_0.tar.bz2 720 KB get_terminal_size-1.0.0-h38e98db_0.tar.bz2 3 KB gevent-1.3.7-py37he774522_1.tar.bz2 1.6 MB glob2-0.6-py37_1.tar.bz2 17 KB greenlet-0.4.15-py37hfa6e2cd_0.tar.bz2 21 KB h5py-2.8.0-py37h3bdd7fb_2.tar.bz2 833 KB hdf5-1.10.2-hac2f561_1.tar.bz2 34.8 MB heapdict-1.0.0-py37_2.tar.bz2 7 KB html5lib-1.0.1-py37_0.tar.bz2 181 KB icc_rt-2019.0.0-h0cc432a_1.tar.bz2 9.4 MB icu-58.2-ha66f8fd_1.tar.bz2 21.9 MB idna-2.8-py37_0.tar.bz2 101 KB imageio-2.4.1-py37_0.tar.bz2 3.3 MB imagesize-1.1.0-py37_0.tar.bz2 10 KB importlib_metadata-0.6-py37_0.tar.bz2 21 KB intel-openmp-2019.1-144.tar.bz2 1.7 MB ipykernel-5.1.0-py37h39e3cac_0.tar.bz2 156 KB ipython-7.2.0-py37h39e3cac_0.tar.bz2 1.1 MB ipython_genutils-0.2.0-py37_0.tar.bz2 39 KB ipywidgets-7.4.2-py37_0.tar.bz2 151 KB isort-4.3.4-py37_0.tar.bz2 76 KB itsdangerous-1.1.0-py37_0.tar.bz2 27 KB jdcal-1.4-py37_0.tar.bz2 11 KB jedi-0.13.2-py37_0.tar.bz2 230 KB jinja2-2.10-py37_0.tar.bz2 183 KB jpeg-9b-hb83a4c4_2.tar.bz2 313 KB jsonschema-2.6.0-py37_0.tar.bz2 104 KB jupyter-1.0.0-py37_7.tar.bz2 6 KB jupyterlab-0.35.3-py37_0.tar.bz2 10.5 MB jupyterlab_server-0.2.0-py37_0.tar.bz2 40 KB jupyter_client-5.2.4-py37_0.tar.bz2 203 KB jupyter_console-6.0.0-py37_0.tar.bz2 53 KB jupyter_core-4.4.0-py37_0.tar.bz2 85 KB keyring-17.0.0-py37_0.tar.bz2 67 KB kiwisolver-1.0.1-py37h6538335_0.tar.bz2 61 KB krb5-1.16.1-hc04afaa_7.tar.bz2 819 KB lazy-object-proxy-1.3.1-py37hfa6e2cd_2.tar.bz2 32 KB libarchive-3.3.3-h0643e63_5.tar.bz2 1.4 MB libcurl-7.63.0-h2a8f88b_1000.tar.bz2 274 KB libiconv-1.15-h1df5818_7.tar.bz2 664 KB libpng-1.6.35-h2a8f88b_0.tar.bz2 589 KB libsodium-1.0.16-h9d3ae62_0.tar.bz2 585 KB libssh2-1.8.0-h7a1dbc1_4.tar.bz2 183 KB libtiff-4.0.9-h36446d0_2.tar.bz2 829 KB libxml2-2.9.8-hadb2253_1.tar.bz2 3.2 MB libxslt-1.1.32-hf6f1972_0.tar.bz2 458 KB llvmlite-0.26.0-py37ha925a31_0.tar.bz2 9.7 MB locket-0.2.0-py37_1.tar.bz2 8 KB lxml-4.2.5-py37hef2cd61_0.tar.bz2 1.2 MB lz4-c-1.8.1.2-h2fa13f4_0.tar.bz2 217 KB lzo-2.10-h6df0209_2.tar.bz2 154 KB m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 340 KB m2w64-gcc-libs-5.3.0-7.tar.bz2 518 KB m2w64-gcc-libs-core-5.3.0-7.tar.bz2 213 KB m2w64-gmp-6.1.0-2.tar.bz2 689 KB m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 30 KB markupsafe-1.1.0-py37he774522_0.tar.bz2 29 KB matplotlib-3.0.2-py37hc8f65d3_0.tar.bz2 6.5 MB mccabe-0.6.1-py37_1.tar.bz2 14 KB menuinst-1.4.14-py37hfa6e2cd_0.tar.bz2 92 KB mistune-0.8.4-py37he774522_0.tar.bz2 54 KB mkl-2019.1-144.tar.bz2 158.3 MB mkl-service-1.1.2-py37hb782905_5.tar.bz2 134 KB mkl_fft-1.0.6-py37h6288b17_0.tar.bz2 168 KB mkl_random-1.0.2-py37h343c172_0.tar.bz2 328 KB more-itertools-4.3.0-py37_0.tar.bz2 83 KB mpmath-1.1.0-py37_0.tar.bz2 958 KB msgpack-python-0.5.6-py37he980bc4_1.tar.bz2 85 KB msys2-conda-epoch-20160418-1.tar.bz2 2 KB multipledispatch-0.6.0-py37_0.tar.bz2 21 KB navigator-updater-0.2.1-py37_0.tar.bz2 1.3 MB nbconvert-5.4.0-py37_1.tar.bz2 436 KB nbformat-4.4.0-py37_0.tar.bz2 160 KB networkx-2.2-py37_1.tar.bz2 2.0 MB nltk-3.4-py37_1.tar.bz2 2.1 MB nose-1.3.7-py37_2.tar.bz2 241 KB notebook-5.7.4-py37_0.tar.bz2 7.3 MB numba-0.41.0-py37hf9181ef_0.tar.bz2 2.6 MB numexpr-2.6.8-py37hdce8814_0.tar.bz2 132 KB numpy-1.15.4-py37h19fb1c0_0.tar.bz2 47 KB numpy-base-1.15.4-py37hc3f5095_0.tar.bz2 3.9 MB numpydoc-0.8.0-py37_0.tar.bz2 42 KB odo-0.5.1-py37_0.tar.bz2 213 KB olefile-0.46-py37_0.tar.bz2 49 KB openpyxl-2.5.12-py37_0.tar.bz2 337 KB openssl-1.1.1a-he774522_0.tar.bz2 5.7 MB packaging-18.0-py37_0.tar.bz2 34 KB pandas-0.23.4-py37h830ac7b_0.tar.bz2 8.6 MB pandoc-1.19.2.1-hb2460c7_1.tar.bz2 18.7 MB pandocfilters-1.4.2-py37_1.tar.bz2 13 KB parso-0.3.1-py37_0.tar.bz2 114 KB partd-0.3.9-py37_0.tar.bz2 32 KB path.py-11.5.0-py37_0.tar.bz2 55 KB pathlib2-2.3.3-py37_0.tar.bz2 33 KB patsy-0.5.1-py37_0.tar.bz2 375 KB pep8-1.7.1-py37_0.tar.bz2 69 KB pickleshare-0.7.5-py37_0.tar.bz2 13 KB pillow-5.3.0-py37hdc69c19_0.tar.bz2 664 KB pip-18.1-py37_0.tar.bz2 1.8 MB pkginfo-1.4.2-py37_1.tar.bz2 57 KB pluggy-0.8.0-py37_0.tar.bz2 28 KB ply-3.11-py37_0.tar.bz2 79 KB prometheus_client-0.5.0-py37_0.tar.bz2 67 KB prompt_toolkit-2.0.7-py37_0.tar.bz2 479 KB psutil-5.4.8-py37he774522_0.tar.bz2 334 KB py-1.7.0-py37_0.tar.bz2 138 KB pycodestyle-2.4.0-py37_0.tar.bz2 76 KB pycosat-0.6.3-py37hfa6e2cd_0.tar.bz2 98 KB pycparser-2.19-py37_0.tar.bz2 173 KB pycrypto-2.6.1-py37hfa6e2cd_9.tar.bz2 473 KB pycurl-7.43.0.2-py37h7a1dbc1_0.tar.bz2 181 KB pyflakes-2.0.0-py37_0.tar.bz2 105 KB pygments-2.3.1-py37_0.tar.bz2 1.3 MB pylint-2.2.2-py37_0.tar.bz2 845 KB pyodbc-4.0.25-py37ha925a31_0.tar.bz2 70 KB pyopenssl-18.0.0-py37_0.tar.bz2 82 KB pyparsing-2.3.0-py37_0.tar.bz2 102 KB pyqt-5.9.2-py37h6538335_2.tar.bz2 4.2 MB pysocks-1.6.8-py37_0.tar.bz2 22 KB pytables-3.4.4-py37he6f6034_0.tar.bz2 2.7 MB pytest-4.0.2-py37_0.tar.bz2 361 KB pytest-arraydiff-0.3-py37h39e3cac_0.tar.bz2 15 KB pytest-astropy-0.5.0-py37_0.tar.bz2 7 KB pytest-doctestplus-0.2.0-py37_0.tar.bz2 21 KB pytest-openfiles-0.3.1-py37_0.tar.bz2 11 KB pytest-remotedata-0.3.1-py37_0.tar.bz2 14 KB python-3.7.1-h8c8aaf0_6.tar.bz2 17.7 MB python-dateutil-2.7.5-py37_0.tar.bz2 276 KB python-libarchive-c-2.8-py37_6.tar.bz2 20 KB pytz-2018.7-py37_0.tar.bz2 257 KB pywavelets-1.0.1-py37h8c2d366_0.tar.bz2 4.2 MB pywin32-223-py37hfa6e2cd_1.tar.bz2 9.3 MB pywinpty-0.5.5-py37_1000.tar.bz2 48 KB pyyaml-3.13-py37hfa6e2cd_0.tar.bz2 148 KB pyzmq-17.1.2-py37hfa6e2cd_0.tar.bz2 400 KB qt-5.9.7-vc14h73c81de_0.tar.bz2 92.3 MB qtawesome-0.5.3-py37_0.tar.bz2 600 KB qtconsole-4.4.3-py37_0.tar.bz2 176 KB qtpy-1.5.2-py37_0.tar.bz2 53 KB requests-2.21.0-py37_0.tar.bz2 85 KB rope-0.11.0-py37_0.tar.bz2 282 KB ruamel_yaml-0.15.46-py37hfa6e2cd_0.tar.bz2 262 KB scikit-image-0.14.1-py37ha925a31_0.tar.bz2 23.3 MB scikit-learn-0.20.1-py37h343c172_0.tar.bz2 5.1 MB scipy-1.1.0-py37h29ff71c_2.tar.bz2 13.3 MB seaborn-0.9.0-py37_0.tar.bz2 379 KB send2trash-1.5.0-py37_0.tar.bz2 16 KB setuptools-40.6.3-py37_0.tar.bz2 631 KB simplegeneric-0.8.1-py37_2.tar.bz2 9 KB singledispatch-3.4.0.3-py37_0.tar.bz2 15 KB sip-4.19.8-py37h6538335_0.tar.bz2 281 KB six-1.12.0-py37_0.tar.bz2 22 KB snappy-1.1.7-h777316e_3.tar.bz2 82 KB snowballstemmer-1.2.1-py37_0.tar.bz2 82 KB sortedcollections-1.0.1-py37_0.tar.bz2 15 KB sortedcontainers-2.1.0-py37_0.tar.bz2 45 KB sphinx-1.8.2-py37_0.tar.bz2 1.9 MB sphinxcontrib-1.0-py37_1.tar.bz2 3 KB sphinxcontrib-websupport-1.1.0-py37_1.tar.bz2 36 KB spyder-3.3.2-py37_0.tar.bz2 2.8 MB spyder-kernels-0.3.0-py37_0.tar.bz2 62 KB sqlalchemy-1.2.15-py37he774522_0.tar.bz2 1.7 MB sqlite-3.26.0-he774522_0.tar.bz2 936 KB statsmodels-0.9.0-py37h452e1ab_0.tar.bz2 8.2 MB sympy-1.3-py37_0.tar.bz2 9.5 MB tblib-1.3.2-py37_0.tar.bz2 16 KB terminado-0.8.1-py37_1.tar.bz2 21 KB testpath-0.4.2-py37_0.tar.bz2 92 KB tk-8.6.8-hfa6e2cd_0.tar.bz2 3.8 MB toolz-0.9.0-py37_0.tar.bz2 91 KB tornado-5.1.1-py37hfa6e2cd_0.tar.bz2 665 KB tqdm-4.28.1-py37h28b3542_0.tar.bz2 79 KB traitlets-4.3.2-py37_0.tar.bz2 133 KB unicodecsv-0.14.1-py37_0.tar.bz2 25 KB urllib3-1.24.1-py37_0.tar.bz2 150 KB vc-14.1-h0510ff6_4.tar.bz2 6 KB vs2015_runtime-14.15.26706-h3a45250_0.tar.bz2 2.2 MB wcwidth-0.1.7-py37_0.tar.bz2 23 KB webencodings-0.5.1-py37_1.tar.bz2 19 KB werkzeug-0.14.1-py37_0.tar.bz2 422 KB wheel-0.32.3-py37_0.tar.bz2 53 KB widgetsnbextension-3.4.2-py37_0.tar.bz2 1.7 MB wincertstore-0.2-py37_0.tar.bz2 13 KB winpty-0.4.3-4.tar.bz2 1.1 MB win_inet_pton-1.0.1-py37_1.tar.bz2 6 KB win_unicode_console-0.5-py37_0.tar.bz2 31 KB wrapt-1.10.11-py37hfa6e2cd_2.tar.bz2 44 KB xlrd-1.2.0-py37_0.tar.bz2 190 KB xlsxwriter-1.1.2-py37_0.tar.bz2 213 KB xlwings-0.15.1-py37_0.tar.bz2 804 KB xlwt-1.3.0-py37_0.tar.bz2 162 KB xz-5.2.4-h2fa13f4_4.tar.bz2 812 KB yaml-0.1.7-hc54c509_2.tar.bz2 103 KB zeromq-4.2.5-he025d50_1.tar.bz2 9.5 MB zict-0.1.3-py37_0.tar.bz2 18 KB zlib-1.2.11-h62dcd97_3.tar.bz2 128 KB zstd-1.3.7-h508b16e_0.tar.bz2 536 KB _ipyw_jlab_nb_ext_conf-0.1.0-py37_0.tar.bz2 4 KB --------------------------------------------------- Total: 599.8 MB Proceed ([y]/n)? conda install conda=23.10.0 Invalid choice: conda install conda=23.10.0 Proceed ([y]/n)? y Removed alabaster-0.7.12-py37_0.tar.bz2 Removed anaconda-2018.12-py37_0.tar.bz2 Removed anaconda-client-1.7.2-py37_0.tar.bz2 Removed anaconda-navigator-1.9.6-py37_0.tar.bz2 Removed anaconda-project-0.8.2-py37_0.tar.bz2 Removed asn1crypto-0.24.0-py37_0.tar.bz2 Removed astroid-2.1.0-py37_0.tar.bz2 Removed astropy-3.1-py37he774522_0.tar.bz2 Removed atomicwrites-1.2.1-py37_0.tar.bz2 Removed attrs-18.2.0-py37h28b3542_0.tar.bz2 Removed babel-2.6.0-py37_0.tar.bz2 Removed backcall-0.1.0-py37_0.tar.bz2 Removed backports-1.0-py37_1.tar.bz2 Removed backports.os-0.1.1-py37_0.tar.bz2 Removed backports.shutil_get_terminal_size-1.0.0-py37_2.tar.bz2 Removed beautifulsoup4-4.6.3-py37_0.tar.bz2 Removed bitarray-0.8.3-py37hfa6e2cd_0.tar.bz2 Removed bkcharts-0.2-py37_0.tar.bz2 Removed blas-1.0-mkl.tar.bz2 Removed blaze-0.11.3-py37_0.tar.bz2 Removed bleach-3.0.2-py37_0.tar.bz2 Removed blosc-1.14.4-he51fdeb_0.tar.bz2 Removed bokeh-1.0.2-py37_0.tar.bz2 Removed boto-2.49.0-py37_0.tar.bz2 Removed bottleneck-1.2.1-py37h452e1ab_1.tar.bz2 Removed bzip2-1.0.6-hfa6e2cd_5.tar.bz2 Removed ca-certificates-2018.03.07-0.tar.bz2 Removed certifi-2018.11.29-py37_0.tar.bz2 Removed cffi-1.11.5-py37h74b6da3_1.tar.bz2 Removed chardet-3.0.4-py37_1.tar.bz2 Removed click-7.0-py37_0.tar.bz2 Removed cloudpickle-0.6.1-py37_0.tar.bz2 Removed clyent-1.2.2-py37_1.tar.bz2 Removed colorama-0.4.1-py37_0.tar.bz2 Removed comtypes-1.1.7-py37_0.tar.bz2 Removed conda-4.5.12-py37_0.tar.bz2 Removed conda-build-3.17.6-py37_0.tar.bz2 Removed conda-env-2.6.0-1.tar.bz2 Removed conda-verify-3.1.1-py37_0.tar.bz2 Removed console_shortcut-0.1.1-3.tar.bz2 Removed contextlib2-0.5.5-py37_0.tar.bz2 Removed cryptography-2.4.2-py37h7a1dbc1_0.tar.bz2 Removed curl-7.63.0-h2a8f88b_1000.tar.bz2 Removed cycler-0.10.0-py37_0.tar.bz2 Removed cython-0.29.2-py37ha925a31_0.tar.bz2 Removed cytoolz-0.9.0.1-py37hfa6e2cd_1.tar.bz2 Removed dask-1.0.0-py37_0.tar.bz2 Removed dask-core-1.0.0-py37_0.tar.bz2 Removed datashape-0.5.4-py37_1.tar.bz2 Removed decorator-4.3.0-py37_0.tar.bz2 Removed defusedxml-0.5.0-py37_1.tar.bz2 Removed distributed-1.25.1-py37_0.tar.bz2 Removed docutils-0.14-py37_0.tar.bz2 Removed entrypoints-0.2.3-py37_2.tar.bz2 Removed et_xmlfile-1.0.1-py37_0.tar.bz2 Removed fastcache-1.0.2-py37hfa6e2cd_2.tar.bz2 Removed filelock-3.0.10-py37_0.tar.bz2 Removed flask-1.0.2-py37_1.tar.bz2 Removed flask-cors-3.0.7-py37_0.tar.bz2 Removed freetype-2.9.1-ha9979f8_1.tar.bz2 Removed future-0.17.1-py37_0.tar.bz2 Removed get_terminal_size-1.0.0-h38e98db_0.tar.bz2 Removed gevent-1.3.7-py37he774522_1.tar.bz2 Removed glob2-0.6-py37_1.tar.bz2 Removed greenlet-0.4.15-py37hfa6e2cd_0.tar.bz2 Removed h5py-2.8.0-py37h3bdd7fb_2.tar.bz2 Removed hdf5-1.10.2-hac2f561_1.tar.bz2 Removed heapdict-1.0.0-py37_2.tar.bz2 Removed html5lib-1.0.1-py37_0.tar.bz2 Removed icc_rt-2019.0.0-h0cc432a_1.tar.bz2 Removed icu-58.2-ha66f8fd_1.tar.bz2 Removed idna-2.8-py37_0.tar.bz2 Removed imageio-2.4.1-py37_0.tar.bz2 Removed imagesize-1.1.0-py37_0.tar.bz2 Removed importlib_metadata-0.6-py37_0.tar.bz2 Removed intel-openmp-2019.1-144.tar.bz2 Removed ipykernel-5.1.0-py37h39e3cac_0.tar.bz2 Removed ipython-7.2.0-py37h39e3cac_0.tar.bz2 Removed ipython_genutils-0.2.0-py37_0.tar.bz2 Removed ipywidgets-7.4.2-py37_0.tar.bz2 Removed isort-4.3.4-py37_0.tar.bz2 Removed itsdangerous-1.1.0-py37_0.tar.bz2 Removed jdcal-1.4-py37_0.tar.bz2 Removed jedi-0.13.2-py37_0.tar.bz2 Removed jinja2-2.10-py37_0.tar.bz2 Removed jpeg-9b-hb83a4c4_2.tar.bz2 Removed jsonschema-2.6.0-py37_0.tar.bz2 Removed jupyter-1.0.0-py37_7.tar.bz2 Removed jupyterlab-0.35.3-py37_0.tar.bz2 Removed jupyterlab_server-0.2.0-py37_0.tar.bz2 Removed jupyter_client-5.2.4-py37_0.tar.bz2 Removed jupyter_console-6.0.0-py37_0.tar.bz2 Removed jupyter_core-4.4.0-py37_0.tar.bz2 Removed keyring-17.0.0-py37_0.tar.bz2 Removed kiwisolver-1.0.1-py37h6538335_0.tar.bz2 Removed krb5-1.16.1-hc04afaa_7.tar.bz2 Removed lazy-object-proxy-1.3.1-py37hfa6e2cd_2.tar.bz2 Removed libarchive-3.3.3-h0643e63_5.tar.bz2 Removed libcurl-7.63.0-h2a8f88b_1000.tar.bz2 Removed libiconv-1.15-h1df5818_7.tar.bz2 Removed libpng-1.6.35-h2a8f88b_0.tar.bz2 Removed libsodium-1.0.16-h9d3ae62_0.tar.bz2 Removed libssh2-1.8.0-h7a1dbc1_4.tar.bz2 Removed libtiff-4.0.9-h36446d0_2.tar.bz2 Removed libxml2-2.9.8-hadb2253_1.tar.bz2 Removed libxslt-1.1.32-hf6f1972_0.tar.bz2 Removed llvmlite-0.26.0-py37ha925a31_0.tar.bz2 Removed locket-0.2.0-py37_1.tar.bz2 Removed lxml-4.2.5-py37hef2cd61_0.tar.bz2 Removed lz4-c-1.8.1.2-h2fa13f4_0.tar.bz2 Removed lzo-2.10-h6df0209_2.tar.bz2 Removed m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 Removed m2w64-gcc-libs-5.3.0-7.tar.bz2 Removed m2w64-gcc-libs-core-5.3.0-7.tar.bz2 Removed m2w64-gmp-6.1.0-2.tar.bz2 Removed m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 Removed markupsafe-1.1.0-py37he774522_0.tar.bz2 Removed matplotlib-3.0.2-py37hc8f65d3_0.tar.bz2 Removed mccabe-0.6.1-py37_1.tar.bz2 Removed menuinst-1.4.14-py37hfa6e2cd_0.tar.bz2 Removed mistune-0.8.4-py37he774522_0.tar.bz2 Removed mkl-2019.1-144.tar.bz2 Removed mkl-service-1.1.2-py37hb782905_5.tar.bz2 Removed mkl_fft-1.0.6-py37h6288b17_0.tar.bz2 Removed mkl_random-1.0.2-py37h343c172_0.tar.bz2 Removed more-itertools-4.3.0-py37_0.tar.bz2 Removed mpmath-1.1.0-py37_0.tar.bz2 Removed msgpack-python-0.5.6-py37he980bc4_1.tar.bz2 Removed msys2-conda-epoch-20160418-1.tar.bz2 Removed multipledispatch-0.6.0-py37_0.tar.bz2 Removed navigator-updater-0.2.1-py37_0.tar.bz2 Removed nbconvert-5.4.0-py37_1.tar.bz2 Removed nbformat-4.4.0-py37_0.tar.bz2 Removed networkx-2.2-py37_1.tar.bz2 Removed nltk-3.4-py37_1.tar.bz2 Removed nose-1.3.7-py37_2.tar.bz2 Removed notebook-5.7.4-py37_0.tar.bz2 Removed numba-0.41.0-py37hf9181ef_0.tar.bz2 Removed numexpr-2.6.8-py37hdce8814_0.tar.bz2 Removed numpy-1.15.4-py37h19fb1c0_0.tar.bz2 Removed numpy-base-1.15.4-py37hc3f5095_0.tar.bz2 Removed numpydoc-0.8.0-py37_0.tar.bz2 Removed odo-0.5.1-py37_0.tar.bz2 Removed olefile-0.46-py37_0.tar.bz2 Removed openpyxl-2.5.12-py37_0.tar.bz2 Removed openssl-1.1.1a-he774522_0.tar.bz2 Removed packaging-18.0-py37_0.tar.bz2 Removed pandas-0.23.4-py37h830ac7b_0.tar.bz2 Removed pandoc-1.19.2.1-hb2460c7_1.tar.bz2 Removed pandocfilters-1.4.2-py37_1.tar.bz2 Removed parso-0.3.1-py37_0.tar.bz2 Removed partd-0.3.9-py37_0.tar.bz2 Removed path.py-11.5.0-py37_0.tar.bz2 Removed pathlib2-2.3.3-py37_0.tar.bz2 Removed patsy-0.5.1-py37_0.tar.bz2 Removed pep8-1.7.1-py37_0.tar.bz2 Removed pickleshare-0.7.5-py37_0.tar.bz2 Removed pillow-5.3.0-py37hdc69c19_0.tar.bz2 Removed pip-18.1-py37_0.tar.bz2 Removed pkginfo-1.4.2-py37_1.tar.bz2 Removed pluggy-0.8.0-py37_0.tar.bz2 Removed ply-3.11-py37_0.tar.bz2 Removed prometheus_client-0.5.0-py37_0.tar.bz2 Removed prompt_toolkit-2.0.7-py37_0.tar.bz2 Removed psutil-5.4.8-py37he774522_0.tar.bz2 Removed py-1.7.0-py37_0.tar.bz2 Removed pycodestyle-2.4.0-py37_0.tar.bz2 Removed pycosat-0.6.3-py37hfa6e2cd_0.tar.bz2 Removed pycparser-2.19-py37_0.tar.bz2 Removed pycrypto-2.6.1-py37hfa6e2cd_9.tar.bz2 Removed pycurl-7.43.0.2-py37h7a1dbc1_0.tar.bz2 Removed pyflakes-2.0.0-py37_0.tar.bz2 Removed pygments-2.3.1-py37_0.tar.bz2 Removed pylint-2.2.2-py37_0.tar.bz2 Removed pyodbc-4.0.25-py37ha925a31_0.tar.bz2 Removed pyopenssl-18.0.0-py37_0.tar.bz2 Removed pyparsing-2.3.0-py37_0.tar.bz2 Removed pyqt-5.9.2-py37h6538335_2.tar.bz2 Removed pysocks-1.6.8-py37_0.tar.bz2 Removed pytables-3.4.4-py37he6f6034_0.tar.bz2 Removed pytest-4.0.2-py37_0.tar.bz2 Removed pytest-arraydiff-0.3-py37h39e3cac_0.tar.bz2 Removed pytest-astropy-0.5.0-py37_0.tar.bz2 Removed pytest-doctestplus-0.2.0-py37_0.tar.bz2 Removed pytest-openfiles-0.3.1-py37_0.tar.bz2 Removed pytest-remotedata-0.3.1-py37_0.tar.bz2 Removed python-3.7.1-h8c8aaf0_6.tar.bz2 Removed python-dateutil-2.7.5-py37_0.tar.bz2 Removed python-libarchive-c-2.8-py37_6.tar.bz2 Removed pytz-2018.7-py37_0.tar.bz2 Removed pywavelets-1.0.1-py37h8c2d366_0.tar.bz2 Removed pywin32-223-py37hfa6e2cd_1.tar.bz2 Removed pywinpty-0.5.5-py37_1000.tar.bz2 Removed pyyaml-3.13-py37hfa6e2cd_0.tar.bz2 Removed pyzmq-17.1.2-py37hfa6e2cd_0.tar.bz2 Removed qt-5.9.7-vc14h73c81de_0.tar.bz2 Removed qtawesome-0.5.3-py37_0.tar.bz2 Removed qtconsole-4.4.3-py37_0.tar.bz2 Removed qtpy-1.5.2-py37_0.tar.bz2 Removed requests-2.21.0-py37_0.tar.bz2 Removed rope-0.11.0-py37_0.tar.bz2 Removed ruamel_yaml-0.15.46-py37hfa6e2cd_0.tar.bz2 Removed scikit-image-0.14.1-py37ha925a31_0.tar.bz2 Removed scikit-learn-0.20.1-py37h343c172_0.tar.bz2 Removed scipy-1.1.0-py37h29ff71c_2.tar.bz2 Removed seaborn-0.9.0-py37_0.tar.bz2 Removed send2trash-1.5.0-py37_0.tar.bz2 Removed setuptools-40.6.3-py37_0.tar.bz2 Removed simplegeneric-0.8.1-py37_2.tar.bz2 Removed singledispatch-3.4.0.3-py37_0.tar.bz2 Removed sip-4.19.8-py37h6538335_0.tar.bz2 Removed six-1.12.0-py37_0.tar.bz2 Removed snappy-1.1.7-h777316e_3.tar.bz2 Removed snowballstemmer-1.2.1-py37_0.tar.bz2 Removed sortedcollections-1.0.1-py37_0.tar.bz2 Removed sortedcontainers-2.1.0-py37_0.tar.bz2 Removed sphinx-1.8.2-py37_0.tar.bz2 Removed sphinxcontrib-1.0-py37_1.tar.bz2 Removed sphinxcontrib-websupport-1.1.0-py37_1.tar.bz2 Removed spyder-3.3.2-py37_0.tar.bz2 Removed spyder-kernels-0.3.0-py37_0.tar.bz2 Removed sqlalchemy-1.2.15-py37he774522_0.tar.bz2 Removed sqlite-3.26.0-he774522_0.tar.bz2 Removed statsmodels-0.9.0-py37h452e1ab_0.tar.bz2 Removed sympy-1.3-py37_0.tar.bz2 Removed tblib-1.3.2-py37_0.tar.bz2 Removed terminado-0.8.1-py37_1.tar.bz2 Removed testpath-0.4.2-py37_0.tar.bz2 Removed tk-8.6.8-hfa6e2cd_0.tar.bz2 Removed toolz-0.9.0-py37_0.tar.bz2 Removed tornado-5.1.1-py37hfa6e2cd_0.tar.bz2 Removed tqdm-4.28.1-py37h28b3542_0.tar.bz2 Removed traitlets-4.3.2-py37_0.tar.bz2 Removed unicodecsv-0.14.1-py37_0.tar.bz2 Removed urllib3-1.24.1-py37_0.tar.bz2 Removed vc-14.1-h0510ff6_4.tar.bz2 Removed vs2015_runtime-14.15.26706-h3a45250_0.tar.bz2 Removed wcwidth-0.1.7-py37_0.tar.bz2 Removed webencodings-0.5.1-py37_1.tar.bz2 Removed werkzeug-0.14.1-py37_0.tar.bz2 Removed wheel-0.32.3-py37_0.tar.bz2 Removed widgetsnbextension-3.4.2-py37_0.tar.bz2 Removed wincertstore-0.2-py37_0.tar.bz2 Removed winpty-0.4.3-4.tar.bz2 Removed win_inet_pton-1.0.1-py37_1.tar.bz2 Removed win_unicode_console-0.5-py37_0.tar.bz2 Removed wrapt-1.10.11-py37hfa6e2cd_2.tar.bz2 Removed xlrd-1.2.0-py37_0.tar.bz2 Removed xlsxwriter-1.1.2-py37_0.tar.bz2 Removed xlwings-0.15.1-py37_0.tar.bz2 Removed xlwt-1.3.0-py37_0.tar.bz2 Removed xz-5.2.4-h2fa13f4_4.tar.bz2 Removed yaml-0.1.7-hc54c509_2.tar.bz2 Removed zeromq-4.2.5-he025d50_1.tar.bz2 Removed zict-0.1.3-py37_0.tar.bz2 Removed zlib-1.2.11-h62dcd97_3.tar.bz2 Removed zstd-1.3.7-h508b16e_0.tar.bz2 Removed _ipyw_jlab_nb_ext_conf-0.1.0-py37_0.tar.bz2 Cache location: D:\ruanjian\anaconda3\pkgs Will remove the following packages: D:\ruanjian\anaconda3\pkgs -------------------------- anaconda-2018.12-py37_0 59 KB blas-1.0-mkl 16 KB conda-env-2.6.0-1 6 KB dask-1.0.0-py37_0 9 KB get_terminal_size-1.0.0-h38e98db_0 8 KB msys2-conda-epoch-20160418-1 6 KB numpy-1.15.4-py37h19fb1c0_0 249 KB vc-14.1-h0510ff6_4 17 KB --------------------------------------------------- Total: 370 KB Proceed ([y]/n)? y removing anaconda-2018.12-py37_0 removing blas-1.0-mkl removing conda-env-2.6.0-1 removing dask-1.0.0-py37_0 removing get_terminal_size-1.0.0-h38e98db_0 removing msys2-conda-epoch-20160418-1 removing numpy-1.15.4-py37h19fb1c0_0 removing vc-14.1-h0510ff6_4 source cache (D:\ruanjian\anaconda3\conda-bld\src_cache) Size: 0 B git cache (D:\ruanjian\anaconda3\conda-bld\git_cache) Size: 0 B hg cache (D:\ruanjian\anaconda3\conda-bld\hg_cache) Size: 0 B svn cache (D:\ruanjian\anaconda3\conda-bld\svn_cache) Size: 0 B Total: 0 B Proceed ([y]/n)? y Removing D:\ruanjian\anaconda3\conda-bld\src_cache Removing D:\ruanjian\anaconda3\conda-bld\git_cache Removing D:\ruanjian\anaconda3\conda-bld\hg_cache Removing D:\ruanjian\anaconda3\conda-bld\svn_cache (base) C:\Users\60925>conda install conda=23.10.0 Solving environment: failed CondaValueError: Malformed version string &#39;~&#39;: invalid character(s). (base) C:\Users\60925>conda install -c defaults conda=23.10.0 Solving environment: failed CondaValueError: Malformed version string &#39;~&#39;: invalid character(s). (base) C:\Users\60925>为什么我的conda版本这么老?导致我根本无法更新conda,但是我使用的py必须是3.7的版本的,这是我找到的默认安装3.7版本的anaconda版本,但是安装的conda版本太老了,根本无法使用,应该如何解决?请帮我列出全部的有可能的解决方法
最新发布
06-26
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值