Gelbpunkt / zangy

A fast redis library for python and asyncio written in Rust
MIT License
17 stars 2 forks source link

Unable to install zangy #1

Closed Wiper-R closed 3 years ago

Gelbpunkt commented 3 years ago

Could you please provide further information? E.g. operating system, architecture, command used for installing and whether you're building from source or not.

Wiper-R commented 3 years ago

Windows 10, 64 Bit, pip install zangy

I am using python 3.8.6

Edit: Forget to mention that pip shows

ERROR: Could not find a version that satisfies the requirement zangy
ERROR: No matching distribution found for zangy
WARNING: You are using pip version 21.0.1; however, version 21.1.1 is available.
You should consider upgrading via the 'c:\program files\python38\python.exe -m pip install --upgrade pip' command.
Gelbpunkt commented 3 years ago

Oh yeah. I didn't provide Windows builds yet, only Linux ones. I set up builds for Windows, can you try installing it now?

Wiper-R commented 3 years ago

Oh yeah. I didn't provide Windows builds yet, only Linux ones. I set up builds for Windows, can you try installing it now?

Thanks It worked!!