juancarlospaco / faster-than-requests

Faster requests on Python 3
https://gist.github.com/juancarlospaco/37da34ed13a609663f55f4466c4dbc3e
MIT License
1.09k stars 91 forks source link

Windows 10 installation problem via ALL methods you described! #182

Closed CAPI-48 closed 2 years ago

CAPI-48 commented 2 years ago

Hello, tried to install this library, via all the methods you described!

Nothing works. Because all previous installation methods doesn't seem to work for me, i decided to try new method installation via Docker. Trying to build "dockerfile" and i get error!

Im using: Windows 10 Pro 20H1 with latest updates (64 bit) Python 3.9.0

image

Previous nim installation attempt (failed):

image

CAPI-48 commented 2 years ago

How i fixed nim installation issue:

Drag all files from "faster_than_requests" folder to "C:/tmp" folder, if it doesn't exists just create it.

After that this command should work: nim c -d:ssl -d:danger --app:lib --out:/tmp/faster_than_requests.pyd /tmp/faster_than_requests.nim

Or just open power shell from "faster_than_requests" folder and run nim c -d:ssl -d:danger --app:lib --out:faster_than_requests.pyd faster_than_requests.nim