-
Notifications
You must be signed in to change notification settings - Fork 181
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
setup failure on macOS 13.5.2, commit d7c81a2 #597
Comments
I dug a further into the origin of the failed installation and found that the issue is with On a side note, I noticed that |
Hi @sayantanghosh, Thanks for reporting this -- these are some unfortunate dependency problems for sure. I suspect the root cause is depending on an older version of beam because of protobuf dependencies. Only a small part of the library actually uses apache-beam. If you're not using distributed sampling, the first thing I would try would be a "beam-less" install. Just edit W.r.t. the torch dependency, that's another case where things are not too tightly coupled. (Its referenced in a dataset converter for PyG datasets.) There isn't much tying us to I'll talk to the team about a minimalist package for the library. |
The torch<2 in |
Thanks @phanein: I will give it a shot tomorrow and post an update. Just checked that my |
I wasn't starting with a completely fresh environment so I'm not sure if you'll have the same problem. I suspect there is a working combination out there possible. Just make sure to use whatever protobuf works with your version of TF. (TF-GNN doesn't have any specific requirements to the best of my knowledge, but other packages like beam, vizier, etc might have conflicting dependencies.) |
It's been a year... is this still current? |
Thanks @arnoegw for your query. It seems fine when I install it with pip on MacOS
I did not try installing it from source this time, so I can try it on the coming weekend.
|
I am struggling to understand why do you need torch in requirements-dev.txt in the first place. |
@alemkakti See the response from the team earlier. |
Hello,
I know that building from source has has failed on macOS and been addressed for issue #92 and #7, but I have a setup failure on the latest commit #d7c81a2.
My system specifications are the following:
The output of
python3 -m pip install . --log install.log
is attached here.I will be grateful for any help.
Thanks in advance!!
install.log
The text was updated successfully, but these errors were encountered: