我在使用python安装GoogleScraper时遇到问题.我搞不清楚了.看看我的问题: 捕获
File "C:\Python34\lib\distutils\command\build_py.py", line 55, in finalize_options
self.package_dir[name] = convert_path(path)
File "C:\Python34\lib\distutils\util.py", line 127, in convert_path
raise ValueError("path '%s' cannot end with '/'" % pathname)
ValueError: path 'examples/' cannot end with '/'
----------------------------------------
Cleaning up...
Removing temporary dir C:\Users\Billy\AppData\Local\Temp\pip_build_Billy...
Command python setup.py egg_info failed with error code 1 in C:\Users\Billy\AppData\Local\Temp\pip_build_Billy\GoogleScraper
Exception information:
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\pip\basecommand.py", line 122, in main
status = self.run(options, args)
File "C:\Python34\lib\site-packages\pip\commands\install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "C:\Python34\lib\site-packages\pip\req.py", line …Run Code Online (Sandbox Code Playgroud)