file-type

用C语言开发Linux命令行垃圾回收界面

版权申诉

ZIP文件

23KB | 更新于2024-09-27 | 174 浏览量 | 4 评论 | 0 下载量 举报 收藏
download 限时特惠:#29.90
在本次课程设计中,学生们被要求使用C语言来开发一个在Linux环境下的命令行界面程序,该程序的功能类似于Linux系统中广泛使用的trash(回收站)功能。在Linux系统中,删除的文件通常不会立即从磁盘上清除,而是被移动到一个特定的隐藏目录(.Trash-1000)中。这样的设计可以防止用户不小心删除重要文件后无法恢复的情况。而通过编写一个类似的程序,学生将有机会深入了解Linux文件系统的操作、C语言编程技能,以及Linux命令行界面的设计原则。 以下是从本次课程设计中可以学习到的关键知识点: 1. Linux文件系统理解:在设计trash命令行程序之前,学生需要了解Linux文件系统的结构和原理。包括文件的存储方式、目录与子目录的管理,以及如何操作文件和目录等基本概念。 2. C语言编程:C语言是一种广泛使用的系统编程语言,它为操作系统的底层编程提供了强大的支持。在本次课程设计中,学生需要利用C语言进行文件读写、内存管理以及进程控制等操作。 3. Linux命令行界面设计:一个命令行界面程序通常由用户输入命令,然后程序根据命令执行相应的功能。学生需要学习如何从标准输入中读取用户输入的命令,并对这些命令进行解析,然后执行相应的功能。 4. 系统调用和库函数:在Linux编程中,系统调用(如open, read, write, unlink等)是与操作系统交互的主要手段。同时,C语言标准库(如stdio.h, stdlib.h等)中的函数也是开发中经常使用的。学生需要掌握这些系统调用和库函数的使用方法。 5. 错误处理:在文件操作和系统编程中,错误处理是不可或缺的一部分。学生将学习如何捕捉和处理各种潜在的错误,确保程序的健壮性和稳定性。 6. 用户权限和安全:在操作文件和目录时,需要考虑到不同用户权限的设置和保护机制。学生需要了解如何在程序中实现用户权限的检查,并确保程序不会被滥用,导致系统的安全风险。 7. 实际应用与测试:编写程序后,学生还需要进行充分的测试,以验证程序的功能是否按照预期工作。测试过程中可能会涉及到边界条件的检查、异常情况的处理等。 最终,学生需要将编写的程序打包成一个名为trash的压缩文件(trash.zip),并确保该压缩文件中只包含主要的源代码文件,而不应包含其他无关文件。最终的提交文件名应为trash-main,这表明这是程序的主要部分。 通过完成这项课程设计,学生不仅可以提高自己的编程技能,还能加深对操作系统工作原理的理解,特别是在Linux环境下进行文件系统操作的实践能力。

相关推荐

filetype

linux安装python依赖:[root@VM-16-5-centos noon]# pip3.6 install sqlalchemy WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3.6 install --user` instead. Collecting sqlalchemy Downloading http://mirrors.tencentyun.com/pypi/packages/5e/50/f63ff7811a8d3367a2c7fae6095f08da20e64e09762e4da1bf05706aefb1/SQLAlchemy-1.4.54-cp36-cp36m-manylinux1_x86_64.manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_5_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6MB) 100% |████████████████████████████████| 1.6MB 1.8MB/s Collecting greenlet!=0.4.17; python_version >= "3" and (platform_machine == "aarch64" or (platform_machine == "ppc64le" or (platform_machine == "x86_64" or (platform_machine == "amd64" or (platform_machine == "AMD64" or (platform_machine == "win32" or platform_machine == "WIN32")))))) (from sqlalchemy) Downloading http://mirrors.tencentyun.com/pypi/packages/1e/1e/632e55a04d732c8184201238d911207682b119c35cecbb9a573a6c566731/greenlet-2.0.2.tar.gz (164kB) 100% |████████████████████████████████| 174kB 920kB/s Collecting importlib-metadata; python_version < "3.8" (from sqlalchemy) Downloading http://mirrors.tencentyun.com/pypi/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting zipp>=0.5 (from importlib-metadata; python_version < "3.8"->sqlalchemy) Downloading http://mirrors.tencentyun.com/pypi/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl Requirement already satisfied: typing-extensions>=3.6.4; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from importlib-metadata; python_version < "3.8"->sqlalchemy) Installing collected packages: greenlet, zipp, importlib-metadata, sqlalchemy Running setup.py install for greenlet ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-xwpa9djj/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-5rl6bxpe-record/install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/__init__.py -> build/lib.linux-x86_64-3.6/greenlet creating build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/__init__.py -> build/lib.linux-x86_64-3.6/greenlet/platform creating build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_greenlet_trash.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/leakcheck.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-x86_64-3.6/greenlet/tests running egg_info writing src/greenlet.egg-info/PKG-INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt writing requirements to src/greenlet.egg-info/requires.txt writing top-level names to src/greenlet.egg-info/top_level.txt reading manifest file 'src/greenlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'benchmarks/*.json' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.py' under directory 'appveyor' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution writing manifest file 'src/greenlet.egg-info/SOURCES.txt' copying src/greenlet/greenlet.cpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_allocator.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_compiler_compat.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_cpython_compat.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_exceptions.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_greenlet.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_internal.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_refs.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_thread_state.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-3.6/greenlet/tests running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/src creating build/temp.linux-x86_64-3.6/src/greenlet gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c src/greenlet/greenlet.cpp -o build/temp.linux-x86_64-3.6/src/greenlet/greenlet.o gcc: error trying to exec 'cc1plus': execvp: 没有那个文件或目录 error: command 'gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-xwpa9djj/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-5rl6bxpe-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-xwpa9djj/greenlet/ [root@VM-16-5-centos noon]# python3.6 getSalerInfo3.py Traceback (most recent call last): File "getSalerInfo3.py", line 13, in <module> from sqlalchemy import exc, create_engine, text ModuleNotFoundError: No module named 'sqlalchemy' [root@VM-16-5-centos noon]#报错

filetype

(base) C:\Users\60925>conda clean -a -y Cache location: D:\ruanjian\anaconda3\pkgs Will remove the following tarballs: D:\ruanjian\anaconda3\pkgs -------------------------- alabaster-0.7.10-py36hcd07829_0.tar.bz2 15 KB anaconda-5.2.0-py36_3.tar.bz2 13 KB anaconda-client-1.6.14-py36_0.tar.bz2 159 KB anaconda-navigator-1.8.7-py36_0.tar.bz2 4.7 MB anaconda-project-0.8.2-py36hfad2e28_0.tar.bz2 495 KB asn1crypto-0.24.0-py36_0.tar.bz2 155 KB astroid-1.6.3-py36_0.tar.bz2 477 KB astropy-3.0.2-py36h452e1ab_1.tar.bz2 6.7 MB attrs-18.1.0-py36_0.tar.bz2 44 KB babel-2.5.3-py36_0.tar.bz2 4.7 MB backcall-0.1.0-py36_0.tar.bz2 20 KB backports-1.0-py36h81696a8_1.tar.bz2 3 KB backports.shutil_get_terminal_size-1.0.0-py36h79ab834_2.tar.bz2 8 KB beautifulsoup4-4.6.0-py36hd4cc5e8_1.tar.bz2 133 KB bitarray-0.8.1-py36hfa6e2cd_1.tar.bz2 63 KB bkcharts-0.2-py36h7e685f7_0.tar.bz2 128 KB blas-1.0-mkl.tar.bz2 6 KB blaze-0.11.3-py36h8a29ca5_0.tar.bz2 628 KB bleach-2.1.3-py36_0.tar.bz2 33 KB blosc-1.14.3-he51fdeb_0.tar.bz2 652 KB bokeh-0.12.16-py36_0.tar.bz2 4.2 MB boto-2.48.0-py36h1a776d2_1.tar.bz2 1.6 MB bottleneck-1.2.1-py36hd119dfa_0.tar.bz2 113 KB bzip2-1.0.6-hfa6e2cd_5.tar.bz2 145 KB ca-certificates-2018.03.07-0.tar.bz2 155 KB certifi-2018.4.16-py36_0.tar.bz2 143 KB cffi-1.11.5-py36h945400d_0.tar.bz2 213 KB chardet-3.0.4-py36h420ce6e_1.tar.bz2 209 KB click-6.7-py36hec8c647_0.tar.bz2 105 KB cloudpickle-0.5.3-py36_0.tar.bz2 26 KB clyent-1.2.2-py36hb10d595_1.tar.bz2 19 KB colorama-0.3.9-py36h029ae33_0.tar.bz2 23 KB comtypes-1.1.4-py36_0.tar.bz2 234 KB conda-4.5.4-py36_0.tar.bz2 1.0 MB conda-build-3.10.5-py36_0.tar.bz2 453 KB conda-env-2.6.0-h36134e3_1.tar.bz2 3 KB conda-verify-2.0.0-py36h065de53_0.tar.bz2 38 KB console_shortcut-0.1.1-h6bb2dd7_3.tar.bz2 60 KB contextlib2-0.5.5-py36he5d52c0_0.tar.bz2 15 KB cryptography-2.2.2-py36hfa6e2cd_0.tar.bz2 516 KB curl-7.60.0-h7602738_0.tar.bz2 120 KB cycler-0.10.0-py36h009560c_0.tar.bz2 13 KB cython-0.28.2-py36hfa6e2cd_0.tar.bz2 2.7 MB cytoolz-0.9.0.1-py36hfa6e2cd_0.tar.bz2 326 KB dask-0.17.5-py36_0.tar.bz2 4 KB dask-core-0.17.5-py36_0.tar.bz2 1.0 MB datashape-0.5.4-py36h5770b85_0.tar.bz2 99 KB decorator-4.3.0-py36_0.tar.bz2 16 KB distributed-1.21.8-py36_0.tar.bz2 800 KB docutils-0.14-py36h6012d8f_0.tar.bz2 695 KB entrypoints-0.2.3-py36hfd66bb0_2.tar.bz2 9 KB et_xmlfile-1.0.1-py36h3d2d736_0.tar.bz2 20 KB fastcache-1.0.2-py36hfa6e2cd_2.tar.bz2 32 KB filelock-3.0.4-py36_0.tar.bz2 12 KB flask-1.0.2-py36_1.tar.bz2 138 KB flask-cors-3.0.4-py36_0.tar.bz2 21 KB freetype-2.8-h51f8f2c_1.tar.bz2 468 KB get_terminal_size-1.0.0-h38e98db_0.tar.bz2 3 KB gevent-1.3.0-py36hfa6e2cd_0.tar.bz2 1.6 MB glob2-0.6-py36hdf76b57_0.tar.bz2 17 KB greenlet-0.4.13-py36hfa6e2cd_0.tar.bz2 20 KB h5py-2.7.1-py36h3bdd7fb_2.tar.bz2 801 KB hdf5-1.10.2-hac2f561_1.tar.bz2 34.8 MB heapdict-1.0.0-py36_2.tar.bz2 8 KB html5lib-1.0.1-py36h047fa9f_0.tar.bz2 182 KB icc_rt-2017.0.4-h97af966_0.tar.bz2 8.0 MB icu-58.2-ha66f8fd_1.tar.bz2 21.9 MB idna-2.6-py36h148d497_1.tar.bz2 123 KB imageio-2.3.0-py36_0.tar.bz2 3.3 MB imagesize-1.0.0-py36_0.tar.bz2 8 KB intel-openmp-2018.0.0-8.tar.bz2 1.4 MB ipykernel-4.8.2-py36_0.tar.bz2 146 KB ipython-6.4.0-py36_0.tar.bz2 1.1 MB ipython_genutils-0.2.0-py36h3c5d0ee_0.tar.bz2 39 KB ipywidgets-7.2.1-py36_0.tar.bz2 145 KB isort-4.3.4-py36_0.tar.bz2 76 KB itsdangerous-0.24-py36hb6c5a24_1.tar.bz2 21 KB jdcal-1.4-py36_0.tar.bz2 12 KB jedi-0.12.0-py36_1.tar.bz2 224 KB jinja2-2.10-py36h292fed1_0.tar.bz2 184 KB jpeg-9b-hb83a4c4_2.tar.bz2 313 KB jsonschema-2.6.0-py36h7636477_0.tar.bz2 104 KB jupyter-1.0.0-py36_4.tar.bz2 6 KB jupyterlab-0.32.1-py36_0.tar.bz2 10.1 MB jupyterlab_launcher-0.10.5-py36_0.tar.bz2 25 KB jupyter_client-5.2.3-py36_0.tar.bz2 188 KB jupyter_console-5.2.0-py36h6d89b47_1.tar.bz2 52 KB jupyter_core-4.4.0-py36h56e9d50_0.tar.bz2 84 KB kiwisolver-1.0.1-py36h12c3424_0.tar.bz2 61 KB lazy-object-proxy-1.3.1-py36hd1c21d2_0.tar.bz2 31 KB libcurl-7.60.0-hc4dcbb0_0.tar.bz2 246 KB libiconv-1.15-h1df5818_7.tar.bz2 664 KB libpng-1.6.34-h79bbb47_0.tar.bz2 1.3 MB libsodium-1.0.16-h9d3ae62_0.tar.bz2 585 KB libssh2-1.8.0-hd619d38_4.tar.bz2 184 KB libtiff-4.0.9-hb8ad9f9_1.tar.bz2 831 KB libxml2-2.9.8-hadb2253_1.tar.bz2 3.2 MB libxslt-1.1.32-hf6f1972_0.tar.bz2 458 KB llvmlite-0.23.1-py36hcacf6c6_0.tar.bz2 9.3 MB locket-0.2.0-py36hfed976d_1.tar.bz2 8 KB lxml-4.2.1-py36heafd4d3_0.tar.bz2 1.1 MB 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.0-py36h0e26971_1.tar.bz2 27 KB matplotlib-2.2.2-py36h153e9ff_1.tar.bz2 6.5 MB mccabe-0.6.1-py36hb41005a_1.tar.bz2 14 KB menuinst-1.4.14-py36hfa6e2cd_0.tar.bz2 92 KB mistune-0.8.3-py36hfa6e2cd_1.tar.bz2 198 KB mkl-2018.0.2-1.tar.bz2 176.6 MB mkl-service-1.1.2-py36h57e144c_4.tar.bz2 13 KB mkl_fft-1.0.1-py36h452e1ab_0.tar.bz2 113 KB mkl_random-1.0.1-py36h9258bd6_0.tar.bz2 267 KB more-itertools-4.1.0-py36_0.tar.bz2 76 KB mpmath-1.0.0-py36hacc8adf_2.tar.bz2 904 KB msgpack-python-0.5.6-py36he980bc4_0.tar.bz2 81 KB msys2-conda-epoch-20160418-1.tar.bz2 2 KB multipledispatch-0.5.0-py36_0.tar.bz2 18 KB navigator-updater-0.2.1-py36_0.tar.bz2 1.3 MB nbconvert-5.3.1-py36h8dc0fde_0.tar.bz2 419 KB nbformat-4.4.0-py36h3a5bc1b_0.tar.bz2 157 KB networkx-2.1-py36_0.tar.bz2 1.8 MB nltk-3.3.0-py36_0.tar.bz2 2.0 MB nose-1.3.7-py36h1c3779e_2.tar.bz2 241 KB notebook-5.5.0-py36_0.tar.bz2 7.0 MB numba-0.38.0-py36h830ac7b_0.tar.bz2 2.4 MB numexpr-2.6.5-py36hcd2f87e_0.tar.bz2 127 KB numpy-1.14.3-py36h9fa60d3_1.tar.bz2 41 KB numpy-base-1.14.3-py36h555522e_1.tar.bz2 3.8 MB numpydoc-0.8.0-py36_0.tar.bz2 43 KB odo-0.5.1-py36h7560279_0.tar.bz2 213 KB olefile-0.45.1-py36_0.tar.bz2 47 KB openpyxl-2.5.3-py36_0.tar.bz2 323 KB openssl-1.0.2o-h8ea7d77_0.tar.bz2 5.4 MB packaging-17.1-py36_0.tar.bz2 33 KB pandas-0.23.0-py36h830ac7b_0.tar.bz2 10.4 MB pandoc-1.19.2.1-hb2460c7_1.tar.bz2 18.7 MB pandocfilters-1.4.2-py36h3ef6317_1.tar.bz2 13 KB parso-0.2.0-py36_0.tar.bz2 117 KB partd-0.3.8-py36hc8e763b_0.tar.bz2 31 KB path.py-11.0.1-py36_0.tar.bz2 54 KB pathlib2-2.3.2-py36_0.tar.bz2 33 KB patsy-0.5.0-py36_0.tar.bz2 323 KB pep8-1.7.1-py36_0.tar.bz2 70 KB pickleshare-0.7.4-py36h9de030f_0.tar.bz2 12 KB pillow-5.1.0-py36h0738816_0.tar.bz2 648 KB pip-10.0.1-py36_0.tar.bz2 1.8 MB pkginfo-1.4.2-py36_1.tar.bz2 57 KB pluggy-0.6.0-py36hc7daf1e_0.tar.bz2 23 KB ply-3.11-py36_0.tar.bz2 80 KB prompt_toolkit-1.0.15-py36h60b8f86_0.tar.bz2 338 KB psutil-5.4.5-py36hfa6e2cd_0.tar.bz2 322 KB py-1.5.3-py36_0.tar.bz2 136 KB pycodestyle-2.4.0-py36_0.tar.bz2 77 KB pycosat-0.6.3-py36h413d8a4_0.tar.bz2 102 KB pycparser-2.18-py36hd053e01_1.tar.bz2 169 KB pycrypto-2.6.1-py36hfa6e2cd_8.tar.bz2 474 KB pycurl-7.43.0.1-py36h74b6da3_0.tar.bz2 55 KB pyflakes-1.6.0-py36h0b975d6_0.tar.bz2 127 KB pygments-2.2.0-py36hb010967_0.tar.bz2 1.4 MB pylint-1.8.4-py36_0.tar.bz2 787 KB pyodbc-4.0.23-py36h6538335_0.tar.bz2 62 KB pyopenssl-18.0.0-py36_0.tar.bz2 83 KB pyparsing-2.2.0-py36h785a196_1.tar.bz2 96 KB pyqt-5.9.2-py36h1aa27d4_0.tar.bz2 4.6 MB pysocks-1.6.8-py36_0.tar.bz2 23 KB pytables-3.4.3-py36he6f6034_1.tar.bz2 2.7 MB pytest-3.5.1-py36_0.tar.bz2 314 KB pytest-arraydiff-0.2-py36_0.tar.bz2 14 KB pytest-astropy-0.3.0-py36_0.tar.bz2 6 KB pytest-doctestplus-0.1.3-py36_0.tar.bz2 20 KB pytest-openfiles-0.3.0-py36_0.tar.bz2 9 KB pytest-remotedata-0.2.1-py36_0.tar.bz2 12 KB python-3.6.5-h0c2934d_0.tar.bz2 21.6 MB python-dateutil-2.7.3-py36_0.tar.bz2 261 KB pytz-2018.4-py36_0.tar.bz2 214 KB pywavelets-0.5.2-py36hc649158_0.tar.bz2 4.0 MB pywin32-223-py36hfa6e2cd_1.tar.bz2 9.3 MB pywinpty-0.5.1-py36_0.tar.bz2 44 KB pyyaml-3.12-py36h1d1928f_1.tar.bz2 132 KB pyzmq-17.0.0-py36hfa6e2cd_1.tar.bz2 399 KB qt-5.9.5-vc14he4a7d60_0.tar.bz2 104.8 MB qtawesome-0.4.4-py36h5aa48f6_0.tar.bz2 159 KB qtconsole-4.3.1-py36h99a29a9_0.tar.bz2 168 KB qtpy-1.4.1-py36_0.tar.bz2 44 KB requests-2.18.4-py36h4371aae_1.tar.bz2 92 KB rope-0.10.7-py36had63a69_0.tar.bz2 279 KB ruamel_yaml-0.15.35-py36hfa6e2cd_1.tar.bz2 260 KB scikit-image-0.13.1-py36hfa6e2cd_1.tar.bz2 22.5 MB scikit-learn-0.19.1-py36h53aea1b_0.tar.bz2 4.6 MB scipy-1.1.0-py36h672f292_0.tar.bz2 13.5 MB seaborn-0.8.1-py36h9b69545_0.tar.bz2 335 KB send2trash-1.5.0-py36_0.tar.bz2 16 KB setuptools-39.1.0-py36_0.tar.bz2 570 KB simplegeneric-0.8.1-py36_2.tar.bz2 10 KB singledispatch-3.4.0.3-py36h17d0c80_0.tar.bz2 15 KB sip-4.19.8-py36h6538335_0.tar.bz2 282 KB six-1.11.0-py36h4db2310_1.tar.bz2 21 KB snappy-1.1.7-h777316e_3.tar.bz2 82 KB snowballstemmer-1.2.1-py36h763602f_0.tar.bz2 85 KB sortedcollections-0.6.1-py36_0.tar.bz2 15 KB sortedcontainers-1.5.10-py36_0.tar.bz2 47 KB sphinx-1.7.4-py36_0.tar.bz2 1.6 MB sphinxcontrib-1.0-py36hbbac3d2_1.tar.bz2 3 KB sphinxcontrib-websupport-1.0.1-py36hb5e5916_1.tar.bz2 36 KB spyder-3.2.8-py36_0.tar.bz2 2.7 MB sqlalchemy-1.2.7-py36ha85dd04_0.tar.bz2 1.6 MB sqlite-3.23.1-h35aae40_0.tar.bz2 893 KB statsmodels-0.9.0-py36h452e1ab_0.tar.bz2 8.3 MB sympy-1.1.1-py36h96708e0_0.tar.bz2 7.0 MB tblib-1.3.2-py36h30f5020_0.tar.bz2 16 KB terminado-0.8.1-py36_1.tar.bz2 21 KB testpath-0.3.1-py36h2698cfe_0.tar.bz2 89 KB tk-8.6.7-hcb92d03_3.tar.bz2 3.5 MB toolz-0.9.0-py36_0.tar.bz2 92 KB tornado-5.0.2-py36_0.tar.bz2 652 KB traitlets-4.3.2-py36h096827d_0.tar.bz2 131 KB typing-3.6.4-py36_0.tar.bz2 45 KB unicodecsv-0.14.1-py36h6450c06_0.tar.bz2 26 KB urllib3-1.22-py36h276f60a_0.tar.bz2 155 KB vc-14-h0510ff6_3.tar.bz2 3 KB vs2015_runtime-14.0.25123-3.tar.bz2 2.0 MB wcwidth-0.1.7-py36h3d5aa90_0.tar.bz2 25 KB webencodings-0.5.1-py36h67c50ae_1.tar.bz2 19 KB werkzeug-0.14.1-py36_0.tar.bz2 424 KB wheel-0.31.1-py36_0.tar.bz2 81 KB widgetsnbextension-3.2.1-py36_0.tar.bz2 1.7 MB wincertstore-0.2-py36h7fe50ca_0.tar.bz2 13 KB winpty-0.4.3-4.tar.bz2 1.1 MB win_inet_pton-1.0.1-py36he67d7fd_1.tar.bz2 5 KB win_unicode_console-0.5-py36hcdbd4b5_0.tar.bz2 31 KB wrapt-1.10.11-py36he5f5981_0.tar.bz2 44 KB xlrd-1.1.0-py36h1cb58dc_1.tar.bz2 194 KB xlsxwriter-1.0.4-py36_0.tar.bz2 207 KB xlwings-0.11.8-py36_0.tar.bz2 782 KB xlwt-1.3.0-py36h1a4751e_0.tar.bz2 163 KB yaml-0.1.7-hc54c509_2.tar.bz2 103 KB zeromq-4.2.5-hc6251cf_0.tar.bz2 9.5 MB zict-0.1.3-py36h2d8e73e_0.tar.bz2 18 KB zlib-1.2.11-h8395fce_2.tar.bz2 237 KB _ipyw_jlab_nb_ext_conf-0.1.0-py36he6757f0_0.tar.bz2 4 KB --------------------------------------------------- Total: 620.8 MB Removed alabaster-0.7.10-py36hcd07829_0.tar.bz2 Removed anaconda-5.2.0-py36_3.tar.bz2 Removed anaconda-client-1.6.14-py36_0.tar.bz2 Removed anaconda-navigator-1.8.7-py36_0.tar.bz2 Removed anaconda-project-0.8.2-py36hfad2e28_0.tar.bz2 Removed asn1crypto-0.24.0-py36_0.tar.bz2 Removed astroid-1.6.3-py36_0.tar.bz2 Removed astropy-3.0.2-py36h452e1ab_1.tar.bz2 Removed attrs-18.1.0-py36_0.tar.bz2 Removed babel-2.5.3-py36_0.tar.bz2 Removed backcall-0.1.0-py36_0.tar.bz2 Removed backports-1.0-py36h81696a8_1.tar.bz2 Removed backports.shutil_get_terminal_size-1.0.0-py36h79ab834_2.tar.bz2 Removed beautifulsoup4-4.6.0-py36hd4cc5e8_1.tar.bz2 Removed bitarray-0.8.1-py36hfa6e2cd_1.tar.bz2 Removed bkcharts-0.2-py36h7e685f7_0.tar.bz2 Removed blas-1.0-mkl.tar.bz2 Removed blaze-0.11.3-py36h8a29ca5_0.tar.bz2 Removed bleach-2.1.3-py36_0.tar.bz2 Removed blosc-1.14.3-he51fdeb_0.tar.bz2 Removed bokeh-0.12.16-py36_0.tar.bz2 Removed boto-2.48.0-py36h1a776d2_1.tar.bz2 Removed bottleneck-1.2.1-py36hd119dfa_0.tar.bz2 Removed bzip2-1.0.6-hfa6e2cd_5.tar.bz2 Removed ca-certificates-2018.03.07-0.tar.bz2 Removed certifi-2018.4.16-py36_0.tar.bz2 Removed cffi-1.11.5-py36h945400d_0.tar.bz2 Removed chardet-3.0.4-py36h420ce6e_1.tar.bz2 Removed click-6.7-py36hec8c647_0.tar.bz2 Removed cloudpickle-0.5.3-py36_0.tar.bz2 Removed clyent-1.2.2-py36hb10d595_1.tar.bz2 Removed colorama-0.3.9-py36h029ae33_0.tar.bz2 Removed comtypes-1.1.4-py36_0.tar.bz2 Removed conda-4.5.4-py36_0.tar.bz2 Removed conda-build-3.10.5-py36_0.tar.bz2 Removed conda-env-2.6.0-h36134e3_1.tar.bz2 Removed conda-verify-2.0.0-py36h065de53_0.tar.bz2 Removed console_shortcut-0.1.1-h6bb2dd7_3.tar.bz2 Removed contextlib2-0.5.5-py36he5d52c0_0.tar.bz2 Removed cryptography-2.2.2-py36hfa6e2cd_0.tar.bz2 Removed curl-7.60.0-h7602738_0.tar.bz2 Removed cycler-0.10.0-py36h009560c_0.tar.bz2 Removed cython-0.28.2-py36hfa6e2cd_0.tar.bz2 Removed cytoolz-0.9.0.1-py36hfa6e2cd_0.tar.bz2 Removed dask-0.17.5-py36_0.tar.bz2 Removed dask-core-0.17.5-py36_0.tar.bz2 Removed datashape-0.5.4-py36h5770b85_0.tar.bz2 Removed decorator-4.3.0-py36_0.tar.bz2 Removed distributed-1.21.8-py36_0.tar.bz2 Removed docutils-0.14-py36h6012d8f_0.tar.bz2 Removed entrypoints-0.2.3-py36hfd66bb0_2.tar.bz2 Removed et_xmlfile-1.0.1-py36h3d2d736_0.tar.bz2 Removed fastcache-1.0.2-py36hfa6e2cd_2.tar.bz2 Removed filelock-3.0.4-py36_0.tar.bz2 Removed flask-1.0.2-py36_1.tar.bz2 Removed flask-cors-3.0.4-py36_0.tar.bz2 Removed freetype-2.8-h51f8f2c_1.tar.bz2 Removed get_terminal_size-1.0.0-h38e98db_0.tar.bz2 Removed gevent-1.3.0-py36hfa6e2cd_0.tar.bz2 Removed glob2-0.6-py36hdf76b57_0.tar.bz2 Removed greenlet-0.4.13-py36hfa6e2cd_0.tar.bz2 Removed h5py-2.7.1-py36h3bdd7fb_2.tar.bz2 Removed hdf5-1.10.2-hac2f561_1.tar.bz2 Removed heapdict-1.0.0-py36_2.tar.bz2 Removed html5lib-1.0.1-py36h047fa9f_0.tar.bz2 Removed icc_rt-2017.0.4-h97af966_0.tar.bz2 Removed icu-58.2-ha66f8fd_1.tar.bz2 Removed idna-2.6-py36h148d497_1.tar.bz2 Removed imageio-2.3.0-py36_0.tar.bz2 Removed imagesize-1.0.0-py36_0.tar.bz2 Removed intel-openmp-2018.0.0-8.tar.bz2 Removed ipykernel-4.8.2-py36_0.tar.bz2 Removed ipython-6.4.0-py36_0.tar.bz2 Removed ipython_genutils-0.2.0-py36h3c5d0ee_0.tar.bz2 Removed ipywidgets-7.2.1-py36_0.tar.bz2 Removed isort-4.3.4-py36_0.tar.bz2 Removed itsdangerous-0.24-py36hb6c5a24_1.tar.bz2 Removed jdcal-1.4-py36_0.tar.bz2 Removed jedi-0.12.0-py36_1.tar.bz2 Removed jinja2-2.10-py36h292fed1_0.tar.bz2 Removed jpeg-9b-hb83a4c4_2.tar.bz2 Removed jsonschema-2.6.0-py36h7636477_0.tar.bz2 Removed jupyter-1.0.0-py36_4.tar.bz2 Removed jupyterlab-0.32.1-py36_0.tar.bz2 Removed jupyterlab_launcher-0.10.5-py36_0.tar.bz2 Removed jupyter_client-5.2.3-py36_0.tar.bz2 Removed jupyter_console-5.2.0-py36h6d89b47_1.tar.bz2 Removed jupyter_core-4.4.0-py36h56e9d50_0.tar.bz2 Removed kiwisolver-1.0.1-py36h12c3424_0.tar.bz2 Removed lazy-object-proxy-1.3.1-py36hd1c21d2_0.tar.bz2 Removed libcurl-7.60.0-hc4dcbb0_0.tar.bz2 Removed libiconv-1.15-h1df5818_7.tar.bz2 Removed libpng-1.6.34-h79bbb47_0.tar.bz2 Removed libsodium-1.0.16-h9d3ae62_0.tar.bz2 Removed libssh2-1.8.0-hd619d38_4.tar.bz2 Removed libtiff-4.0.9-hb8ad9f9_1.tar.bz2 Removed libxml2-2.9.8-hadb2253_1.tar.bz2 Removed libxslt-1.1.32-hf6f1972_0.tar.bz2 Removed llvmlite-0.23.1-py36hcacf6c6_0.tar.bz2 Removed locket-0.2.0-py36hfed976d_1.tar.bz2 Removed lxml-4.2.1-py36heafd4d3_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.0-py36h0e26971_1.tar.bz2 Removed matplotlib-2.2.2-py36h153e9ff_1.tar.bz2 Removed mccabe-0.6.1-py36hb41005a_1.tar.bz2 Removed menuinst-1.4.14-py36hfa6e2cd_0.tar.bz2 Removed mistune-0.8.3-py36hfa6e2cd_1.tar.bz2 Removed mkl-2018.0.2-1.tar.bz2 Removed mkl-service-1.1.2-py36h57e144c_4.tar.bz2 Removed mkl_fft-1.0.1-py36h452e1ab_0.tar.bz2 Removed mkl_random-1.0.1-py36h9258bd6_0.tar.bz2 Removed more-itertools-4.1.0-py36_0.tar.bz2 Removed mpmath-1.0.0-py36hacc8adf_2.tar.bz2 Removed msgpack-python-0.5.6-py36he980bc4_0.tar.bz2 Removed msys2-conda-epoch-20160418-1.tar.bz2 Removed multipledispatch-0.5.0-py36_0.tar.bz2 Removed navigator-updater-0.2.1-py36_0.tar.bz2 Removed nbconvert-5.3.1-py36h8dc0fde_0.tar.bz2 Removed nbformat-4.4.0-py36h3a5bc1b_0.tar.bz2 Removed networkx-2.1-py36_0.tar.bz2 Removed nltk-3.3.0-py36_0.tar.bz2 Removed nose-1.3.7-py36h1c3779e_2.tar.bz2 Removed notebook-5.5.0-py36_0.tar.bz2 Removed numba-0.38.0-py36h830ac7b_0.tar.bz2 Removed numexpr-2.6.5-py36hcd2f87e_0.tar.bz2 Removed numpy-1.14.3-py36h9fa60d3_1.tar.bz2 Removed numpy-base-1.14.3-py36h555522e_1.tar.bz2 Removed numpydoc-0.8.0-py36_0.tar.bz2 Removed odo-0.5.1-py36h7560279_0.tar.bz2 Removed olefile-0.45.1-py36_0.tar.bz2 Removed openpyxl-2.5.3-py36_0.tar.bz2 Removed openssl-1.0.2o-h8ea7d77_0.tar.bz2 Removed packaging-17.1-py36_0.tar.bz2 Removed pandas-0.23.0-py36h830ac7b_0.tar.bz2 Removed pandoc-1.19.2.1-hb2460c7_1.tar.bz2 Removed pandocfilters-1.4.2-py36h3ef6317_1.tar.bz2 Removed parso-0.2.0-py36_0.tar.bz2 Removed partd-0.3.8-py36hc8e763b_0.tar.bz2 Removed path.py-11.0.1-py36_0.tar.bz2 Removed pathlib2-2.3.2-py36_0.tar.bz2 Removed patsy-0.5.0-py36_0.tar.bz2 Removed pep8-1.7.1-py36_0.tar.bz2 Removed pickleshare-0.7.4-py36h9de030f_0.tar.bz2 Removed pillow-5.1.0-py36h0738816_0.tar.bz2 Removed pip-10.0.1-py36_0.tar.bz2 Removed pkginfo-1.4.2-py36_1.tar.bz2 Removed pluggy-0.6.0-py36hc7daf1e_0.tar.bz2 Removed ply-3.11-py36_0.tar.bz2 Removed prompt_toolkit-1.0.15-py36h60b8f86_0.tar.bz2 Removed psutil-5.4.5-py36hfa6e2cd_0.tar.bz2 Removed py-1.5.3-py36_0.tar.bz2 Removed pycodestyle-2.4.0-py36_0.tar.bz2 Removed pycosat-0.6.3-py36h413d8a4_0.tar.bz2 Removed pycparser-2.18-py36hd053e01_1.tar.bz2 Removed pycrypto-2.6.1-py36hfa6e2cd_8.tar.bz2 Removed pycurl-7.43.0.1-py36h74b6da3_0.tar.bz2 Removed pyflakes-1.6.0-py36h0b975d6_0.tar.bz2 Removed pygments-2.2.0-py36hb010967_0.tar.bz2 Removed pylint-1.8.4-py36_0.tar.bz2 Removed pyodbc-4.0.23-py36h6538335_0.tar.bz2 Removed pyopenssl-18.0.0-py36_0.tar.bz2 Removed pyparsing-2.2.0-py36h785a196_1.tar.bz2 Removed pyqt-5.9.2-py36h1aa27d4_0.tar.bz2 Removed pysocks-1.6.8-py36_0.tar.bz2 Removed pytables-3.4.3-py36he6f6034_1.tar.bz2 Removed pytest-3.5.1-py36_0.tar.bz2 Removed pytest-arraydiff-0.2-py36_0.tar.bz2 Removed pytest-astropy-0.3.0-py36_0.tar.bz2 Removed pytest-doctestplus-0.1.3-py36_0.tar.bz2 Removed pytest-openfiles-0.3.0-py36_0.tar.bz2 Removed pytest-remotedata-0.2.1-py36_0.tar.bz2 Removed python-3.6.5-h0c2934d_0.tar.bz2 Removed python-dateutil-2.7.3-py36_0.tar.bz2 Removed pytz-2018.4-py36_0.tar.bz2 Removed pywavelets-0.5.2-py36hc649158_0.tar.bz2 Removed pywin32-223-py36hfa6e2cd_1.tar.bz2 Removed pywinpty-0.5.1-py36_0.tar.bz2 Removed pyyaml-3.12-py36h1d1928f_1.tar.bz2 Removed pyzmq-17.0.0-py36hfa6e2cd_1.tar.bz2 Removed qt-5.9.5-vc14he4a7d60_0.tar.bz2 Removed qtawesome-0.4.4-py36h5aa48f6_0.tar.bz2 Removed qtconsole-4.3.1-py36h99a29a9_0.tar.bz2 Removed qtpy-1.4.1-py36_0.tar.bz2 Removed requests-2.18.4-py36h4371aae_1.tar.bz2 Removed rope-0.10.7-py36had63a69_0.tar.bz2 Removed ruamel_yaml-0.15.35-py36hfa6e2cd_1.tar.bz2 Removed scikit-image-0.13.1-py36hfa6e2cd_1.tar.bz2 Removed scikit-learn-0.19.1-py36h53aea1b_0.tar.bz2 Removed scipy-1.1.0-py36h672f292_0.tar.bz2 Removed seaborn-0.8.1-py36h9b69545_0.tar.bz2 Removed send2trash-1.5.0-py36_0.tar.bz2 Removed setuptools-39.1.0-py36_0.tar.bz2 Removed simplegeneric-0.8.1-py36_2.tar.bz2 Removed singledispatch-3.4.0.3-py36h17d0c80_0.tar.bz2 Removed sip-4.19.8-py36h6538335_0.tar.bz2 Removed six-1.11.0-py36h4db2310_1.tar.bz2 Removed snappy-1.1.7-h777316e_3.tar.bz2 Removed snowballstemmer-1.2.1-py36h763602f_0.tar.bz2 Removed sortedcollections-0.6.1-py36_0.tar.bz2 Removed sortedcontainers-1.5.10-py36_0.tar.bz2 Removed sphinx-1.7.4-py36_0.tar.bz2 Removed sphinxcontrib-1.0-py36hbbac3d2_1.tar.bz2 Removed sphinxcontrib-websupport-1.0.1-py36hb5e5916_1.tar.bz2 Removed spyder-3.2.8-py36_0.tar.bz2 Removed sqlalchemy-1.2.7-py36ha85dd04_0.tar.bz2 Removed sqlite-3.23.1-h35aae40_0.tar.bz2 Removed statsmodels-0.9.0-py36h452e1ab_0.tar.bz2 Removed sympy-1.1.1-py36h96708e0_0.tar.bz2 Removed tblib-1.3.2-py36h30f5020_0.tar.bz2 Removed terminado-0.8.1-py36_1.tar.bz2 Removed testpath-0.3.1-py36h2698cfe_0.tar.bz2 Removed tk-8.6.7-hcb92d03_3.tar.bz2 Removed toolz-0.9.0-py36_0.tar.bz2 Removed tornado-5.0.2-py36_0.tar.bz2 Removed traitlets-4.3.2-py36h096827d_0.tar.bz2 Removed typing-3.6.4-py36_0.tar.bz2 Removed unicodecsv-0.14.1-py36h6450c06_0.tar.bz2 Removed urllib3-1.22-py36h276f60a_0.tar.bz2 Removed vc-14-h0510ff6_3.tar.bz2 Removed vs2015_runtime-14.0.25123-3.tar.bz2 Removed wcwidth-0.1.7-py36h3d5aa90_0.tar.bz2 Removed webencodings-0.5.1-py36h67c50ae_1.tar.bz2 Removed werkzeug-0.14.1-py36_0.tar.bz2 Removed wheel-0.31.1-py36_0.tar.bz2 Removed widgetsnbextension-3.2.1-py36_0.tar.bz2 Removed wincertstore-0.2-py36h7fe50ca_0.tar.bz2 Removed winpty-0.4.3-4.tar.bz2 Removed win_inet_pton-1.0.1-py36he67d7fd_1.tar.bz2 Removed win_unicode_console-0.5-py36hcdbd4b5_0.tar.bz2 Removed wrapt-1.10.11-py36he5f5981_0.tar.bz2 Removed xlrd-1.1.0-py36h1cb58dc_1.tar.bz2 Removed xlsxwriter-1.0.4-py36_0.tar.bz2 Removed xlwings-0.11.8-py36_0.tar.bz2 Removed xlwt-1.3.0-py36h1a4751e_0.tar.bz2 Removed yaml-0.1.7-hc54c509_2.tar.bz2 Removed zeromq-4.2.5-hc6251cf_0.tar.bz2 Removed zict-0.1.3-py36h2d8e73e_0.tar.bz2 Removed zlib-1.2.11-h8395fce_2.tar.bz2 Removed _ipyw_jlab_nb_ext_conf-0.1.0-py36he6757f0_0.tar.bz2 Cache location: D:\ruanjian\anaconda3\pkgs Will remove the following packages: D:\ruanjian\anaconda3\pkgs -------------------------- anaconda-5.2.0-py36_3 65 KB blas-1.0-mkl 17 KB conda-env-2.6.0-h36134e3_1 6 KB dask-0.17.5-py36_0 10 KB get_terminal_size-1.0.0-h38e98db_0 7 KB msys2-conda-epoch-20160418-1 5 KB numpy-1.14.3-py36h9fa60d3_1 232 KB vc-14-h0510ff6_3 8 KB --------------------------------------------------- Total: 350 KB removing anaconda-5.2.0-py36_3 removing blas-1.0-mkl removing conda-env-2.6.0-h36134e3_1 removing dask-0.17.5-py36_0 removing get_terminal_size-1.0.0-h38e98db_0 removing msys2-conda-epoch-20160418-1 removing numpy-1.14.3-py36h9fa60d3_1 removing vc-14-h0510ff6_3 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 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 update -n base -c defaults conda Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>

filetype

(base) C:\Users\60925>python --v unknown option --v usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' 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 '~': 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: 'channels': key 'channels' 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 'defaults' # lowest priority --add channels 'http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/' --add channels 'http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/' --add channels 'http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/' # highest priority (base) C:\Users\60925>conda install conda=23.10.0 Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>conda install conda=4.8 Solving environment: failed CondaValueError: Malformed version string '~': 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 '~': invalid character(s). (base) C:\Users\60925>conda update --all Solving environment: failed CondaValueError: Malformed version string '~': 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 '~': invalid character(s). (base) C:\Users\60925>conda install -c defaults conda=23.10.0 Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s). (base) C:\Users\60925>为什么我的conda版本这么老?导致我根本无法更新conda,但是我使用的py必须是3.7的版本的,这是我找到的默认安装3.7版本的anaconda版本,但是安装的conda版本太老了,根本无法使用,应该如何解决?请帮我列出全部的有可能的解决方法

资源评论
用户头像
ShenPlanck
2025.08.16
代码结构清晰,适合课程设计参考
用户头像
那你干哈
2025.07.13
一个实用的Linux命令行工具,适合学习操作系统原理🐈
用户头像
懂得越多越要学
2025.06.23
用C语言实现,有助于加深对Linux系统理解😋
用户头像
销号le
2025.04.30
压缩包内容完整,方便直接使用和研究
好家伙VCC
  • 粉丝: 4941
上传资源 快速赚钱