01/10/2018, 10:18

Lỗi cài đặt Scrapy python trong Mac OS

Các bác cho em hỏi, em cài Scrapy trên python 2.7 trên Mac OS bằng lênh “pip install scrapy” mà nó hiện lỗi như thế này nghĩa là sao ạ?

Exception:
Traceback (most recent call last):
File “/Library/Python/2.7/site-packages/pip/basecommand.py”, line 215, in main
status = self.run(options, args)
File “/Library/Python/2.7/site-packages/pip/commands/install.py”, line 342, in run
prefix=options.prefix_path,
File “/Library/Python/2.7/site-packages/pip/req/req_set.py”, line 784, in install
**kwargs
File “/Library/Python/2.7/site-packages/pip/req/req_install.py”, line 851, in install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
File “/Library/Python/2.7/site-packages/pip/req/req_install.py”, line 1064, in move_wheel_files
isolated=self.isolated,
File “/Library/Python/2.7/site-packages/pip/wheel.py”, line 345, in move_wheel_files
clobber(source, lib_dir, True)
File “/Library/Python/2.7/site-packages/pip/wheel.py”, line 316, in clobber
ensure_dir(destdir)
File “/Library/Python/2.7/site-packages/pip/utils/init.py”, line 83, in ensure_dir
os.makedirs(path)
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py”, line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: ‘/Library/Python/2.7/site-packages/pyasn1’

X viết 12:32 ngày 01/10/2018

pip install scrapy

Thử

sudo pip install scrapy
hoặc
sudo easy_install Scrapy

Ha Minh Thuan viết 12:20 ngày 01/10/2018

Cảm ơn bác, em làm được rồi ạ

Bài liên quan
0