-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install fails on Windows 10, Python 3 #59
Comments
Having this problem as well. I've tried installing pkg-config following https://stackoverflow.com/a/1711338
I also tried downloading whl file for fretworks from https://github.com/fofix/fretwork/releases but installing it gives an error " Also, "Windows dependencies pack" link on this page https://github.com/fofix/fretwork doesn't work. I'm not usually working on Windows, so at this point I'm at a loss... But I could try other things given a good hint :) |
Update - I was able to get pip install -r requirements.txt to work.
|
Hi ! Thank you for reporting this bug.
|
Describe the bug
pip install fretwork
fails to install fretwork on Windows. During installation, thefind_command()
function insetup.py
looks for the file.\win32\deps\bin\pkg-config.exe
which it cannot find. This is supposed to be in the dependency pack, but because pip is runningsetup.py
from a temp folder, I don't see how the dependency could be placed there.Error message
To Reproduce
Run
pip install fretwork
from a Windows operating systemScreenshots
n/a
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: