Python installing whirlpool without C++ BuildTools

204 Views Asked by At

I'm trying to install whirlpool package with pip but it gives Microsoft Visual C++ 14.0 is required error
I tried pip install whirlpool --only-binary=:all: but gives same error.
I also searched for whirlpool unofficial binary file but I don't find anything
Can I install it without installing c++ build tools? because I haven't enough size for that.

Python 3.8.3 - Pip 20.1.1

1

There are 1 best solutions below

1
On BEST ANSWER

Wheels on pypi for whirlpool only go up to python 3.6, so you will either have to downgrade your python version or make some space on your hard drive