Code Monkey home page Code Monkey logo

Comments (7)

swolchok avatar swolchok commented on May 5, 2024

Does af35863 fix this for you?

from libgraphqlparser.

svmnotn avatar svmnotn commented on May 5, 2024

Sadly it does not. CMake still errors out saying:

CMake Error at CMakeLists.txt:8 (MESSAGE):
  Python 2 is required.

from libgraphqlparser.

swolchok avatar swolchok commented on May 5, 2024

How about f4ec166?

from libgraphqlparser.

svmnotn avatar svmnotn commented on May 5, 2024

All that did was add:

-- Found PythonInterp: /usr/bin/python (found suitable version "3.5.1", minimum required is "2")

on top of the previous error. I should say that I did try that before submitting the issue.

from libgraphqlparser.

swolchok avatar swolchok commented on May 5, 2024

Interesting. I tried making my /usr/local/bin/python be python3 and it still found my python2 executable before asking, too.

from libgraphqlparser.

svmnotn avatar svmnotn commented on May 5, 2024

For context when I run ls -Al | grep python inside of /usr/bin, it gives me

python -> python3
python2 -> python2.7
python2.7
python2.7-config
python2-config -> python2.7-config
python3 -> python3.5
python3.5
python3.5-config -> python3.5m-config
python3.5m
python3.5m-config
python3-config -> python3.5-config
python-config -> python3-config

from libgraphqlparser.

swolchok avatar swolchok commented on May 5, 2024

Google suggests that this is a widespread problem on Arch with projects that use CMake and want python2. The suggested workaround is cmake -DPYTHON_EXECUTABLE=/path/to/python2.7. See e.g. https://hub.qgis.org/issues/5069 jckarter/clay#53

from libgraphqlparser.

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.