2016-04-06 6 views
1

Ich versuche, Selen durch den Verkauf Befehl zu aktualisieren: sudo pip installieren -U Selenaktualisiert Selen durch ‚sudo pip installieren -U Selen‘ versagt

Aber ich bin immer diese Ausgabe:

Exception: 
Traceback (most recent call last): 
    File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 209, in main 
    status = self.run(options, args) 
    File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run 
    prefix=options.prefix_path, 
    File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 732, in install 
    **kwargs 
    File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 835, 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 1030, in move_wheel_files 
    isolated=self.isolated, 
    File "/Library/Python/2.7/site-packages/pip/wheel.py", line 376, in move_wheel_files 
    clobber(source, dest, False, fixer=fixer, filter=filter) 
    File "/Library/Python/2.7/site-packages/pip/wheel.py", line 315, 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 150, in makedirs 
    makedirs(head, mode) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 150, in makedirs 
    makedirs(head, mode) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 150, in makedirs 
    makedirs(head, mode) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs 
    mkdir(name, mode) 
OSError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/selenium' 

Jemand, der mit diesem Problem vertraut ist?

ich jetzt nicht, was das System versucht, mir zu sagen, mit dieser Zeile:

OSError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/selenium'

Ich habe versucht, buchstäblich Hunderte von Dingen ...

Dank einer Million im Voraus.

+0

Haben Sie versucht zu deinstallieren und anschließend erneut zu installieren: 'sudo pip uninstall selenium' und dann' sudo pip selenium' installieren? – alecxe

Antwort