Guest User

Untitled

a guest
Dec 15th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. C:UsersUSERPycharmProjectsuntitled3>pip install geopandas
  2. Collecting geopandas
  3. Using cached geopandas-0.3.0-py2.py3-none-any.whl
  4. Collecting shapely (from geopandas)
  5. Using cached Shapely-1.6.3.tar.gz
  6. Exception:
  7. Traceback (most recent call last):
  8. File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespipcompat__init__.py", line 73, in console_to_str
  9. return s.decode(sys.__stdout__.encoding)
  10. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcd in position 24: invalid continuation byte
  11.  
  12. During handling of the above exception, another exception occurred:
  13.  
  14. Traceback (most recent call last): File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespipbasecommand.py", line 215, in main
  15. status = self.run(options, args)
  16. File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespipcommandsinstall.py", line 335, in run
  17. wb.build(autobuilding=True)
  18. File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespipwheel.py", line 749, in build
  19. self.requirement_set.prepare_files(self.finder)
  20. File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespipreqreq_set.py", line 380, in prepare_files
  21. ignore_dependencies=self.ignore_dependencies))
  22. File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespipreqreq_set.py", line 634, in _prepare_file
  23. abstract_dist.prep_for_dist()
  24. File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespipreqreq_set.py", line 129, in prep_for_dist
  25. self.req_to_install.run_egg_info()
  26. File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespipreqreq_install.py", line 439, in run_egg_info
  27. command_desc='python setup.py egg_info')
  28. File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespiputils__init__.py", line 676, in call_subprocess
  29. line = console_to_str(proc.stdout.readline())
  30. File "c:usersuserappdatalocalprogramspythonpython36libsite-packagespipcompat__init__.py", line 75, in console_to_str
  31. return s.decode('utf_8')
  32. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcd in position 24: invalid continuation byte
  33.  
  34. python -m pip install -U https://github.com/pypa/pip/archive/master.zip
  35.  
  36. C:UsersUSERPycharmProjectsuntitled3>pip install geopandas
  37. Collecting geopandas
  38. Using cached geopandas-0.3.0-py2.py3-none-any.whl
  39. Requirement already satisfied: pyproj in
  40. c:usersuserappdatalocalprogramspythonpython36libsite-packages (from geopandas) (1.9.5.1)
  41. Collecting descartes (from geopandas)
  42. Using cached descartes-1.1.0-py3-none-any.whl
  43. Collecting shapely (from geopandas)
  44. Using cached Shapely-1.6.3.tar.gz
  45. Complete output from command python setup.py egg_info:
  46. Traceback (most recent call last):
  47. File "<string>", line 1, in <module>
  48. File "C:UsersUSERAppDataLocalTemppip-install-aj00gstishapelysetup.py", line 80, in <module>
  49. from shapely._buildcfg import geos_version_string, geos_version,
  50. File "C:UsersUSERAppDataLocalTemppip-installaj00gstishapelyshapely_buildcfg.py", line 200, in <module>
  51. lgeos = CDLL("geos_c.dll")
  52. File "C:UsersUSERAppDataLocalProgramsPythonPython36libctypes__init__.py", line 348, in __init__
  53. self._handle = _dlopen(self._name, mode)
  54. OSError: [WinError 126] Не найден указанный модуль
  55.  
  56. ----------------------------------------
  57. Command "python setup.py egg_info" failed with error code 1 in C:UsersUSERAppDataLocalTemppip-install-aj00gstishapely
  58.  
  59. Текущая кодовая страница: 866
  60.  
  61. utf-8
  62.  
  63. pip 10.0.0.dev0 from C:UsersUSERAppDataLocalProgramsPythonPython36libsite-packagespip (python 3.6)
Add Comment
Please, Sign In to add comment