spulec / uncurl

A library to convert curl requests to python-requests.
Apache License 2.0
615 stars 96 forks source link

install uncrul in windows failed #15

Closed shinjikao closed 4 years ago

shinjikao commented 6 years ago

When I try to install uncurl in windows, I encounter some error I don't why happen this, Any help for this?

File "<string>", line 1, in <module>
  File "C:\Users\jackao\AppData\Local\Temp\pip-install-t_vtyo2u\xerox\setup.py", line 6, in <module>
    import xerox
  File "C:\Users\jackao\AppData\Local\Temp\pip-install-t_vtyo2u\xerox\xerox\__init__.py", line 1, in <module>
    from .core import *
  File "C:\Users\jackao\AppData\Local\Temp\pip-install-t_vtyo2u\xerox\xerox\core.py", line 13, in <module>
    from .win import *
  File "C:\Users\jackao\AppData\Local\Temp\pip-install-t_vtyo2u\xerox\xerox\win.py", line 12, in <module>
    raise Pywin32NotFound
xerox.base.Pywin32NotFound

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\jackao\AppData\Local\Temp\pip-install-t_vtyo2u\xerox\

spulec commented 6 years ago

It looks like you might need to install pywin32 as well. See the installation instructions here: https://github.com/kennethreitz/xerox#installation

Can you give that a shot?

spulec commented 4 years ago

Going to close; feel free to reopen if this wasn't solved.