Giter Club home page Giter Club logo

Comments (7)

cjoverbay avatar cjoverbay commented on June 11, 2024 1

I have an Apple M1 Macbook Air I was able to get past the pygraphviz installation problem with:

brew install graphviz
brew install graphviz-devel

Then (replacing with your graphviz version (brew info graphviz))

export GRAPHVIZ_DIR="/usr/local/Cellar/graphviz/<VERSION>"
pip install pygraphviz --global-option=build_ext --global-option="-I$GRAPHVIZ_DIR/include" --global-option="-L$GRAPHVIZ_DIR/lib"

I was also able to get past the tensorflow error, by changing the requirement in setup.py from "tensorflow-cpu" to "tensorflow-macos"

Then, I had an issue with bazel builds:


  DEBUG: /private/var/tmp/_bazel_cjoverbay/a57bf63f72917c0265cc0fb09ed42f76/external/tf_runtime/third_party/cuda/dependencies.bzl:51:10: The following command will download NVIDIA proprietary software. By using the software you agree to comply with the terms of the license agreement that accompanies the software. If you do not agree to the terms of the license agreement, do not use the software.
      Analyzing: target //package:move_generated_files (0 packages loaded, 0 targets configured)
      ERROR: /private/var/tmp/_bazel_cjoverbay/a57bf63f72917c0265cc0fb09ed42f76/external/local_config_cc/BUILD:48:19: in cc_toolchain_suite rule @local_config_cc//:toolchain: cc_toolchain_suite '@local_config_cc//:toolchain' does not contain a toolchain for cpu 'darwin_arm64'
      ERROR: /private/var/tmp/_bazel_cjoverbay/a57bf63f72917c0265cc0fb09ed42f76/external/local_config_cc/BUILD:48:19: Analysis of target '@local_config_cc//:toolchain' failed
      ERROR: /private/var/tmp/_bazel_cjoverbay/a57bf63f72917c0265cc0fb09ed42f76/external/com_google_protobuf/BUILD:412:10: errors encountered resolving select() keys for @com_google_protobuf//:protoc
      ERROR: Analysis of target '//package:move_generated_files' failed; build aborted:
      INFO: Elapsed time: 0.075s
      INFO: 0 processes.
      FAILED: Build did NOT complete successfully (0 packages loaded, 0 targets configured)
      ERROR: Build failed. Not running target

Which I resolved with the following thread (needed to add darwin_amd64 to toolchain)
bazelbuild/bazel#13514

Now I am blocked on other bazel related issue (segmentation fault) Investigating here.
protocolbuffers/protobuf#8884

from gnn.

poladz avatar poladz commented on June 11, 2024

Hey! Have you solved the problem?

Thanks.

from gnn.

Jerry-Master avatar Jerry-Master commented on June 11, 2024

No

from gnn.

Levy-Naibei avatar Levy-Naibei commented on June 11, 2024

facing the same problem with lxml installation from requirements.tx

from gnn.

gamingflexer avatar gamingflexer commented on June 11, 2024

Same issue for spacy 2.2.4

  • Mac M1
    note: This error originates from a subprocess, and is likely not a problem with pip.
  error: legacy-install-failure
  
  × Encountered error while trying to install package.
  ╰─> blis
  
  note: This is an issue with the package mentioned above, not pip.
  hint: See above for output from the failure.
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: su

from gnn.

zeke-john avatar zeke-john commented on June 11, 2024

has anyone found a solution

from gnn.

mihirparadkar avatar mihirparadkar commented on June 11, 2024

Hi, please try installing 0.2.0 via pip install tensorflow_gnn and open another issue if that doesn't work for you.

from gnn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.