创建环境
conda create --name Neural_Nano-Optics-master python=3.6 -y
Retrieving notices: ...working... done
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: done
## Package Plan ##
environment location: /Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master
added / updated specs:
- python=3.6
The following packages will be downloaded:
package | build
---------------------------|-----------------
certifi-2021.5.30 | py36hecd8cb5_0 138 KB
pip-21.2.2 | py36hecd8cb5_0 1.8 MB
python-3.6.13 | h88f2d9e_0 16.8 MB
setuptools-58.0.4 | py36hecd8cb5_0 777 KB
xz-5.4.2 | h6c40b1e_0 372 KB
------------------------------------------------------------
Total: 19.9 MB
The following NEW packages will be INSTALLED:
ca-certificates pkgs/main/osx-64::ca-certificates-2023.01.10-hecd8cb5_0
certifi pkgs/main/osx-64::certifi-2021.5.30-py36hecd8cb5_0
libcxx pkgs/main/osx-64::libcxx-14.0.6-h9765a3e_0
libffi pkgs/main/osx-64::libffi-3.3-hb1e8313_2
ncurses pkgs/main/osx-64::ncurses-6.4-hcec6c5f_0
openssl pkgs/main/osx-64::openssl-1.1.1t-hca72f7f_0
pip pkgs/main/osx-64::pip-21.2.2-py36hecd8cb5_0
python pkgs/main/osx-64::python-3.6.13-h88f2d9e_0
readline pkgs/main/osx-64::readline-8.2-hca72f7f_0
setuptools pkgs/main/osx-64::setuptools-58.0.4-py36hecd8cb5_0
sqlite pkgs/main/osx-64::sqlite-3.41.2-h6c40b1e_0
tk pkgs/main/osx-64::tk-8.6.12-h5d9f67b_0
wheel pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0
xz pkgs/main/osx-64::xz-5.4.2-h6c40b1e_0
zlib pkgs/main/osx-64::zlib-1.2.13-h4dc903c_0
Downloading and Extracting Packages
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate Neural_Nano-Optics-master
#
# To deactivate an active environment, use
#
# $ conda deactivate
❯ ls
1.png
2.png
2023.4.25 - 组会 - 神经网络超表面.pptx
3000.png
Neural_Nano-Optics-master
WX20230529-195409@2x.png
bully compound optics.png
meta.png
simulatino.png
安装好tensor flow
安装tensorflow-probability出现错误
❯ pip install --upgrade tensorflow-probability
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting tensorflow-probability
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2b/0a/0ac690cddd0e970199051655a81459256fa580f4500bdf1109c9d700443d/tensorflow_probability-0.20.0-py2.py3-none-any.whl (6.9 MB)
|████████████████████████████████| 6.9 MB 735 kB/s
Requirement already satisfied: numpy>=1.13.3 in ./lib/python3.6/site-packages (from tensorflow-probability) (1.19.5)
Requirement already satisfied: absl-py in ./lib/python3.6/site-packages (from tensorflow-probability) (0.15.0)
Collecting dm-tree
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f8/6d/f1997aac42e0f550c1e952a0b920eaa0bfc4d27d0421499881b934b969fc/dm-tree-0.1.8.tar.gz (35 kB)
Requirement already satisfied: six>=1.10.0 in ./lib/python3.6/site-packages (from tensorflow-probability) (1.15.0)
Collecting decorator
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting cloudpickle>=1.3
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/15/80/44286939ca215e88fa827b2aeb6fa3fd2b4a7af322485c7170d6f9fd96e0/cloudpickle-2.2.1-py3-none-any.whl (25 kB)
Requirement already satisfied: gast>=0.3.2 in ./lib/python3.6/site-packages (from tensorflow-probability) (0.4.0)
Building wheels for collected packages: dm-tree
Building wheel for dm-tree (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py'"'"'; __file__='"'"'/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-wheel-vmylwii7
cwd: /private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/
Complete output (55 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.9-x86_64-3.6
creating build/lib.macosx-10.9-x86_64-3.6/tree
copying tree/sequence.py -> build/lib.macosx-10.9-x86_64-3.6/tree
copying tree/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/tree
copying tree/tree_test.py -> build/lib.macosx-10.9-x86_64-3.6/tree
copying tree/tree_benchmark.py -> build/lib.macosx-10.9-x86_64-3.6/tree
running build_ext
Traceback (most recent call last):
File "/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py", line 77, in _check_build_environment
subprocess.check_call(['cmake', '--version'])
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/subprocess.py", line 306, in check_call
retcode = call(*popenargs, **kwargs)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/subprocess.py", line 287, in call
with Popen(*popenargs, **kwargs) as p:
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'cmake': 'cmake'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py", line 155, in <module>
keywords='tree nest flatten',
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/site-packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/site-packages/wheel/bdist_wheel.py", line 299, in run
self.run_command('build')
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py", line 70, in run
self._check_build_environment()
File "/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py", line 82, in _check_build_environment
) from e
RuntimeError: CMake must be installed to build the following extensions: _tree
----------------------------------------
ERROR: Failed building wheel for dm-tree
Running setup.py clean for dm-tree
Failed to build dm-tree
Installing collected packages: dm-tree, decorator, cloudpickle, tensorflow-probability
Running setup.py install for dm-tree ... error
ERROR: Command errored out with exit status 1:
command: /Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py'"'"'; __file__='"'"'/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-record-bzkgaxap/install-record.txt --single-version-externally-managed --compile --install-headers /Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/include/python3.6m/dm-tree
cwd: /private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/
Complete output (57 lines):
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-x86_64-3.6
creating build/lib.macosx-10.9-x86_64-3.6/tree
copying tree/sequence.py -> build/lib.macosx-10.9-x86_64-3.6/tree
copying tree/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/tree
copying tree/tree_test.py -> build/lib.macosx-10.9-x86_64-3.6/tree
copying tree/tree_benchmark.py -> build/lib.macosx-10.9-x86_64-3.6/tree
running build_ext
Traceback (most recent call last):
File "/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py", line 77, in _check_build_environment
subprocess.check_call(['cmake', '--version'])
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/subprocess.py", line 306, in check_call
retcode = call(*popenargs, **kwargs)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/subprocess.py", line 287, in call
with Popen(*popenargs, **kwargs) as p:
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'cmake': 'cmake'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py", line 155, in <module>
keywords='tree nest flatten',
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/site-packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/command/install.py", line 545, in run
self.run_command('build')
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py", line 70, in run
self._check_build_environment()
File "/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py", line 82, in _check_build_environment
) from e
RuntimeError: CMake must be installed to build the following extensions: _tree
----------------------------------------
ERROR: Command errored out with exit status 1: /Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py'"'"'; __file__='"'"'/private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-install-a6j5v8n4/dm-tree_2bd646064aee4196a661d2ee403204b4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/92/0t9k9w750bqbx240qnpjbgqc0000gn/T/pip-record-bzkgaxap/install-record.txt --single-version-externally-managed --compile --install-headers /Users/wf/opt/anaconda3/envs/Neural_Nano-Optics-master/include/python3.6m/dm-tree Check the logs for full command output.
切换到pycharm中
终端
[powerlevel10k] fetching gitstatusd .. [ok]
❯ /bin/zsh /Users/wf/Desktop/learning/scientific\ research/lens/Neural_Nano-Optics-master/run_train.sh
安装scipy
pip install scipy
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: scipy in ./opt/anaconda3/lib/python3.9/site-packages (1.9.1)
Requirement already satisfied: numpy<1.25.0,>=1.18.5 in ./opt/anaconda3/lib/python3.9/site-packages (from scipy) (1.23.5)
conda install scipy
Collecting package metadata (current_repodata.json): done
Solving environment: |
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- defaults/osx-64::holoviews==1.15.0=py39hecd8cb5_0
- defaults/noarch::tifffile==2021.7.2=pyhd3eb1b0_2
- defaults/osx-64::imageio==2.19.3=py39hecd8cb5_0
- defaults/osx-64::scikit-learn==1.0.2=py39hae1ba45_1
- defaults/osx-64::bottleneck==1.3.5=py39h67323c0_0
- defaults/osx-64::scikit-image==0.19.2=py39hae1ba45_0
- defaults/osx-64::datashape==0.5.4=py39hecd8cb5_1
- defaults/osx-64::mkl_random==1.2.2=py39hb2f4e1b_0
- defaults/osx-64::numexpr==2.8.3=py39h2e5f0a9_0
- defaults/osx-64::imagecodecs==2021.8.26=py39h0f85e6e_1
- defaults/osx-64::h5py==3.7.0=py39h4a1dd59_0
- defaults/osx-64::pywavelets==1.3.0=py39hca72f7f_0
- defaults/osx-64::scikit-learn-intelex==2021.6.0=py39hecd8cb5_0
- defaults/osx-64::numpy==1.21.5=py39h2e5f0a9_3
- defaults/osx-64::datashader==0.14.1=py39hecd8cb5_0
- defaults/osx-64::anaconda==2022.10=py39_0
- defaults/osx-64::scrapy==2.6.2=py39hecd8cb5_0
- defaults/osx-64::matplotlib==3.5.2=py39hecd8cb5_0
- defaults/osx-64::hvplot==0.8.0=py39hecd8cb5_0
- defaults/osx-64::bkcharts==0.2=py39hecd8cb5_1
- defaults/osx-64::patsy==0.5.2=py39hecd8cb5_1
- defaults/osx-64::bcrypt==3.2.0=py39hca72f7f_1
- defaults/osx-64::matplotlib-base==3.5.2=py39hfb0c5b7_0
- defaults/osx-64::statsmodels==0.13.2=py39hca72f7f_0
- defaults/osx-64::dask==2022.7.0=py39hecd8cb5_0
- defaults/osx-64::gensim==4.1.2=py39he9d5cce_0
- defaults/osx-64::numba==0.55.1=py39hae1ba45_0
- defaults/osx-64::pytables==3.6.1=py39h648f197_1
- defaults/noarch::intake==0.6.5=pyhd3eb1b0_0
- defaults/osx-64::pandas==1.4.4=py39he9d5cce_0
- defaults/osx-64::pyerfa==2.0.0=py39h9ed2024_0
- defaults/osx-64::bokeh==2.4.3=py39hecd8cb5_0
- defaults/osx-64::twisted==22.2.0=py39hca72f7f_1
- defaults/osx-64::mkl_fft==1.3.1=py39h4ab4a9b_0
- defaults/osx-64::astropy==5.1=py39h67323c0_0
- defaults/noarch::seaborn==0.11.2=pyhd3eb1b0_0
- defaults/osx-64::scipy==1.9.1=py39h3d31255_0
- defaults/osx-64::panel==0.13.1=py39hecd8cb5_0
- defaults/osx-64::daal4py==2021.6.0=py39h01d92e1_1
- defaults/noarch::xarray==0.20.1=pyhd3eb1b0_1
failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: /
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- defaults/osx-64::holoviews==1.15.0=py39hecd8cb5_0
- defaults/noarch::tifffile==2021.7.2=pyhd3eb1b0_2
- defaults/osx-64::imageio==2.19.3=py39hecd8cb5_0
- defaults/osx-64::scikit-learn==1.0.2=py39hae1ba45_1
- defaults/osx-64::bottleneck==1.3.5=py39h67323c0_0
- defaults/osx-64::scikit-image==0.19.2=py39hae1ba45_0
- defaults/osx-64::datashape==0.5.4=py39hecd8cb5_1
- defaults/osx-64::mkl_random==1.2.2=py39hb2f4e1b_0
- defaults/osx-64::numexpr==2.8.3=py39h2e5f0a9_0
- defaults/osx-64::imagecodecs==2021.8.26=py39h0f85e6e_1
- defaults/osx-64::h5py==3.7.0=py39h4a1dd59_0
- defaults/osx-64::pywavelets==1.3.0=py39hca72f7f_0
- defaults/osx-64::scikit-learn-intelex==2021.6.0=py39hecd8cb5_0
- defaults/osx-64::numpy==1.21.5=py39h2e5f0a9_3
- defaults/osx-64::datashader==0.14.1=py39hecd8cb5_0
- defaults/osx-64::anaconda==2022.10=py39_0
- defaults/osx-64::scrapy==2.6.2=py39hecd8cb5_0
- defaults/osx-64::matplotlib==3.5.2=py39hecd8cb5_0
- defaults/osx-64::hvplot==0.8.0=py39hecd8cb5_0
- defaults/osx-64::bkcharts==0.2=py39hecd8cb5_1
- defaults/osx-64::patsy==0.5.2=py39hecd8cb5_1
- defaults/osx-64::anaconda-navigator==2.3.2=py39hecd8cb5_0
- defaults/osx-64::bcrypt==3.2.0=py39hca72f7f_1
- defaults/osx-64::matplotlib-base==3.5.2=py39hfb0c5b7_0
- defaults/osx-64::statsmodels==0.13.2=py39hca72f7f_0
- defaults/osx-64::dask==2022.7.0=py39hecd8cb5_0
- defaults/osx-64::gensim==4.1.2=py39he9d5cce_0
- defaults/osx-64::numba==0.55.1=py39hae1ba45_0
- defaults/osx-64::pytables==3.6.1=py39h648f197_1
- defaults/noarch::intake==0.6.5=pyhd3eb1b0_0
- defaults/osx-64::pandas==1.4.4=py39he9d5cce_0
- defaults/osx-64::pyerfa==2.0.0=py39h9ed2024_0
- defaults/osx-64::bokeh==2.4.3=py39hecd8cb5_0
- defaults/osx-64::twisted==22.2.0=py39hca72f7f_1
- defaults/osx-64::mkl_fft==1.3.1=py39h4ab4a9b_0
- defaults/osx-64::astropy==5.1=py39h67323c0_0
- defaults/noarch::seaborn==0.11.2=pyhd3eb1b0_0
- defaults/osx-64::scipy==1.9.1=py39h3d31255_0
- defaults/osx-64::panel==0.13.1=py39hecd8cb5_0
- defaults/osx-64::daal4py==2021.6.0=py39h01d92e1_1
- defaults/noarch::xarray==0.20.1=pyhd3eb1b0_1
done
## Package Plan ##
environment location: /Users/wf/opt/anaconda3
added / updated specs:
- scipy
The following packages will be downloaded:
package | build
---------------------------|-----------------
_anaconda_depends-2022.10 | py39_2 69 KB
anaconda-custom | py39_1 4 KB
anaconda-navigator-2.4.0 | py39hecd8cb5_0 6.9 MB
boltons-23.0.0 | py39hecd8cb5_0 423 KB
certifi-2023.5.7 | py39hecd8cb5_0 153 KB
conda-23.3.1 | py39hecd8cb5_0 962 KB
jsonpatch-1.32 | pyhd3eb1b0_0 15 KB
jsonpointer-2.1 | pyhd3eb1b0_0 9 KB
------------------------------------------------------------
Total: 8.4 MB
The following NEW packages will be INSTALLED:
_anaconda_depends pkgs/main/osx-64::_anaconda_depends-2022.10-py39_2
boltons pkgs/main/osx-64::boltons-23.0.0-py39hecd8cb5_0
jsonpatch pkgs/main/noarch::jsonpatch-1.32-pyhd3eb1b0_0
jsonpointer pkgs/main/noarch::jsonpointer-2.1-pyhd3eb1b0_0
numpy-base pkgs/main/osx-64::numpy-base-1.21.5-py39h3b1a694_3
pip pkgs/main/osx-64::pip-23.0.1-py39hecd8cb5_0
The following packages will be UPDATED:
anaconda-navigator 2.3.2-py39hecd8cb5_0 --> 2.4.0-py39hecd8cb5_0
ca-certificates 2022.07.19-hecd8cb5_0 --> 2023.01.10-hecd8cb5_0
certifi 2022.9.24-py39hecd8cb5_0 --> 2023.5.7-py39hecd8cb5_0
conda conda-forge::conda-22.11.1-py39h6e949~ --> pkgs/main::conda-23.3.1-py39hecd8cb5_0
openssl 1.1.1q-hca72f7f_0 --> 1.1.1t-hca72f7f_0
The following packages will be DOWNGRADED:
anaconda 2022.10-py39_0 --> custom-py39_1
Proceed ([y]/n)? y
Downloading and Extracting Packages
Preparing transaction: done
Verifying transaction: done
Executing transaction: done