brew installing one, specific formula and not every time you run brew? If it's a general brew problem please file this issue at https://github.com/Linuxbrew/brew/issues/new.brew update and retried your prior step?brew doctor, fixed all issues and retried your prior step?brew gist-logs <formula> (where <formula> is the name of the formula that failed) and included the output link?brew gist-logs didn't work: ran brew config and brew doctor and included their output with your issue?Please note we will close your issue without comment if you delete or do not fill out the issue checklist and provide ALL the requested information.
To help us debug your issue please explain:
brew install gst-python --with-python3 --without-pythonpy3cairoexport PYTHON_CONFIG=/home/linuxbrew/.linuxbrew/lib/python3.6/config-3.6m-x86_64-linux-gnu/python-config.pyI've opened #3724 to reproduce this problem.
The issue appears to be that py3cairo is using Python 3 to run python3.6-config, which is a shell script, so it complains about invalid syntax. Which means your solution makes a lot of sense 馃槃
Would you like to open a PR to add that environment variable to the formula? Getting it right for all users might be a little tricky, but we can help you out with it along the way. If not, no worries 馃槃
@half2me what is that status of this for you now? I see that we have a py3cairo bottle now.
@iMichka I have not had a chance to solve this yet. Not quite sure how it should be done.
I opened a pull request for that: #4204
Patch pushed and bottle built with #4204
@half2me please test
ah nice, thanks @iMichka, I'll test tomorrow
@iMichka confirmed working from source, and with bottle.