-
Notifications
You must be signed in to change notification settings - Fork 0
HowToAnaconda
yvancouver edited this page Jul 22, 2014
·
1 revision
HowToAnaconda
> conda update conda
Fetching package metadata: ..
# All requested packages already installed.
# packages in environment at /Users/yvans/anaconda:
#
conda 3.5.5 py27_0
> conda update anaconda
Fetching package metadata: ..
Solving package specifications: .
Package plan for installation in environment /Users/yvans/anaconda:
The following packages will be downloaded:
package | build
---------------------------|-----------------
anaconda-2.0.1 | np18py27_0 2 KB
blaze-0.5.0 | np18py27_1 246 KB
ipython-2.1.0 | py27_2 2.8 MB
llvmpy-0.12.6 | py27_0 504 KB
numba-0.13.2 | np18py27_0 487 KB
openpyxl-1.8.5 | py27_0 127 KB
pandas-0.14.0 | np18py27_0 4.1 MB
python-2.7.7 | 0 10.0 MB
scikit-image-0.10.0 | np18py27_0 14.5 MB
werkzeug-0.9.6 | py27_0 387 KB
------------------------------------------------------------
Total: 33.1 MB
The following packages will be UN-linked:
package | build
---------------------------|-----------------
anaconda-2.0.0 | np18py27_0
blaze-0.5.0 | np18py27_0
ipython-2.1.0 | py27_0
llvmpy-0.12.4 | py27_0
numba-0.13.1 | np18py27_0
openpyxl-2.0.2 | py27_0
pandas-0.13.1 | np18py27_0
python-2.7.7 | 2
pyzmq-14.3.1 | py27_0
scikit-image-0.9.3 | np18py27_0
werkzeug-0.9.4 | py27_0
The following packages will be linked:
package | build
---------------------------|-----------------
anaconda-2.0.1 | np18py27_0 hard-link
blaze-0.5.0 | np18py27_1 hard-link
ipython-2.1.0 | py27_2 hard-link
llvmpy-0.12.6 | py27_0 hard-link
numba-0.13.2 | np18py27_0 hard-link
openpyxl-1.8.5 | py27_0 hard-link
pandas-0.14.0 | np18py27_0 hard-link
python-2.7.7 | 0 hard-link
pyzmq-14.3.0 | py27_0 hard-link
scikit-image-0.10.0 | np18py27_0 hard-link
werkzeug-0.9.6 | py27_0 hard-link
Proceed ([y]/n)? y
Fetching packages ...
anaconda-2.0.1 100% |##########################################################################################################################################################| Time: 0:00:00 504.76 kB/s
blaze-0.5.0-np 100% |##########################################################################################################################################################| Time: 0:00:01 184.67 kB/s
ipython-2.1.0- 100% |##########################################################################################################################################################| Time: 0:02:01 24.01 kB/s
llvmpy-0.12.6- 100% |##########################################################################################################################################################| Time: 0:00:03 138.16 kB/s
numba-0.13.2-n 100% |##########################################################################################################################################################| Time: 0:00:04 120.42 kB/s
openpyxl-1.8.5 100% |##########################################################################################################################################################| Time: 0:00:00 20.55 MB/s
pandas-0.14.0- 100% |##########################################################################################################################################################| Time: 0:02:16 31.89 kB/s
python-2.7.7-0 100% |##########################################################################################################################################################| Time: 0:05:07 33.99 kB/s
scikit-image-0 100% |##########################################################################################################################################################| Time: 0:02:11 115.70 kB/s
werkzeug-0.9.6 100% |##########################################################################################################################################################| Time: 0:00:03 111.34 kB/s
Extracting packages ...
[ COMPLETE ] |############################################################################################################################################################################| 100%
Unlinking packages ...
[ COMPLETE ] |############################################################################################################################################################################| 100%
Linking packages ...
An unexpected error has occurred, please consider sending the######################################################################################## | 72%
following traceback to the conda GitHub issue tracker at:
https://github.com/conda/conda/issues
Include the output of the command 'conda info' in your report.
Traceback (most recent call last):
File "/Users/yvans/anaconda/bin/conda", line 5, in
sys.exit(main())
File "/Users/yvans/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 179, in main
args.func(args, p)
File "/Users/yvans/anaconda/lib/python2.7/site-packages/conda/cli/main_update.py", line 39, in execute
install.install(args, parser, 'update')
File "/Users/yvans/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 275, in install
plan.execute_actions(actions, index, verbose=not args.quiet)
File "/Users/yvans/anaconda/lib/python2.7/site-packages/conda/plan.py", line 436, in execute_actions
execute_plan(plan, index, verbose)
File "/Users/yvans/anaconda/lib/python2.7/site-packages/conda/history.py", line 57, in __exit__
self.update()
File "/Users/yvans/anaconda/lib/python2.7/site-packages/conda/history.py", line 73, in update
self.write_changes(last, curr)
File "/Users/yvans/anaconda/lib/python2.7/site-packages/conda/history.py", line 144, in write_changes
with open(self.path, 'a') as fo:
IOError: [Errno 13] Permission denied: '/Users/yvans/anaconda/conda-meta/history'