When I try to install a package in Windows Pycharm I get this error
Collecting secp256k1 (from sawtooth-signing->sawtooth-sdk==1.0.1)
Using cached secp256k1-0.13.2.tar.gz
Complete output from command python setup.py egg_info:
'pkg-config' is required to install this package. Please see the README for details.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\user\AppData\Local\Temp\pycharm-packaging\secp256k1\
I ran pip install pkgconfig and it installed correctly but Pycharm fails with this same error. I followed the directions here How to install pkg config in windows? but I still receive the error. How can I overcome this and install pkg-config?