I am trying to install TensorFlow by Anaconda(My Python is 3.5.2 edition).
When I run:
(tensorflow)C:> pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.1-cp35-cp35m-win_amd64.whl
According to the guide in Tensorflow.org, the following tips emerge:
Exception:
Traceback (most recent call last):
File "C:UsersAnaconda3libsite-packagespipasecommand.py", line 215, in main
status = self.run(options, args)
File "C:UsersAnaconda3libsite-packagespipcommandsinstall.py", line 317, in run
prefix=options.prefix_path,
File "C:Anaconda3libsite-packagespip
eq
eq_set.py", line 742, in install
**kwargs
File "C:UsersAnaconda3libsite-packagespip
eq
eq_install.py", line 831, in install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
File "C:UsersAnaconda3libsite-packagespip
eq
eq_install.py", line 1032, in move_wheel_files
isolated=self.isolated,
File "C:UsersAnaconda3libsite-packagespipwheel.py", line 346, in move_wheel_files
clobber(source, lib_dir, True)
File "C:UsersAnaconda3libsite-packagespipwheel.py", line 324, in clobber
shutil.copyfile(srcfile, destfile)
File "C:UsersAnaconda3libshutil.py", line 115, in copyfile
with open(dst, 'wb') as fdst:
PermissionError: [Errno 13] Permission denied: 'C:\Users\Anaconda3\Lib\site-packages\numpy\core\multiarray.cp35-win_amd64.pyd'
I don't know what causes this error. Can someone help me with that?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…