我无法解决这个问题,而且以前从未遇到过此问题
我尝试将文件手动放入文件夹并以sudo运行没有成功
'chromedriver_mac64'可执行文件可能具有错误的权限。请参阅https://sites.google.com/a/chromium.org/chromedriver/home 追溯(最近一次通话): 开始时,文件“ /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/selenium/webdriver/common/service.py”,第76行 stdin = PIPE) init 中的文件“ /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py”,行775 restore_signals,start_new_session) _execute_child中的文件“ /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py”,第1522行 提高child_exception_type(errno_num,err_msg,err_filename) PermissionError:[Errno 13]权限被拒绝:'/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/instapy_chromedriver-2.46-py3.7.egg/instapy_chromedriver/chromedriver_mac64'
在处理上述异常期间,发生了另一个异常:
回溯(最近通话最近): set_selenium_local_session中的文件“ /Users/Inna/Desktop/InstaPy-master/instapy/browser.py”,第146行 chrome_options = chrome_options) init 中的文件“ /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/selenium/webdriver/chrome/webdriver.py”,第73行 self.service.start() 在开始的文件“ /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/selenium/webdriver/common/service.py”中,第88行 os.path.basename(self.path),self.start_error_message) selenium.common.exceptions.WebDriverException:消息:“ chromedriver_mac64”可执行文件可能具有错误的权限。请参阅https://sites.google.com/a/chromium.org/chromedriver/home
回溯(最近通话最近): 在第13行的文件“ quickstart.py”中 会话= InstaPy() init 中的文件“ /Users/Inna/Desktop/InstaPy-master/instapy/instapy.py”,第295行 self.set_selenium_local_session() set_selenium_local_session中的文件“ /Users/Inna/Desktop/InstaPy-master/instapy/instapy.py”,第349行 引发InstaPyError(err_msg) instapy.exceptions.InstaPyError:确保将chromedriver安装在/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/instapy_chromedriver-2.46-py3.7.egg/instapy_chromedriver/chromedriver_mac64 Innas-MacBook-Pro:Instapy-Master Inna $ chromedriver --version ChromeDriver 74.0.3729.6(255758eccf3d244491b8a1317aa76e1ce10d57e9-refs / branch-heads / 3729 @ {#29})
它应该打开chrome并在此时开始脚本,但是我不断收到错误消息