Giter Club home page Giter Club logo

Comments (4)

carlosjrtee avatar carlosjrtee commented on May 24, 2024

I also have this issue upon compilation:

Undefined symbols for architecture arm64:
"node::DefineJavaScriptHash(node::Environment*, v8::Localv8::Object)", referenced from:
node::GetInternalBinding(v8::FunctionCallbackInfov8::Value const&) in node_instance.o
"node::NodePerContextSource(v8::Isolate*)", referenced from:
node::NewContext(v8::Isolate*, v8::Localv8::ObjectTemplate, OpaqueJSContextGroup const*, OpaqueJSContext**) in node_instance.o
"node::DefineJavaScript(node::Environment*, v8::Localv8::Object)", referenced from:
node::GetBinding(v8::FunctionCallbackInfov8::Value const&) in node_instance.o
"node::LoadersBootstrapperSource(node::Environment*)", referenced from:
node::LoadEnvironment(node::Environment*) in node_instance.o
"node::NodeBootstrapperSource(node::Environment*)", referenced from:
node::LoadEnvironment(node::Environment*) in node_instance.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

xcode: 13.4.1
liquidcore version: 0.7.10

This could be an issue on macs running on M1 processors as I've been able to build LiquidCore on my intel mac.

from liquidcore.

carlosjrtee avatar carlosjrtee commented on May 24, 2024

Update:

Downgrading to python 2.7.18 worked for me. See @davidgdoyle: #160 (comment)

from liquidcore.

bill19 avatar bill19 commented on May 24, 2024

@carlosjrtee
That's right!
Thank you, brother

#setting path for python 2.7 to .bash_profile
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
alias python="/Library/Frameworks/Python.framework/Versions/2.7/bin/python"

from liquidcore.

bill19 avatar bill19 commented on May 24, 2024

If you are a chip of m1, you need to download python 2.7.18 in advance

from liquidcore.

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.