Giter VIP home page Giter VIP logo

Comments (4)

egonina avatar egonina commented on July 28, 2024

Hi, thanks for your interest. This project is not under active development and was originally developed on linux platforms. What does g++-4.2 --version give you?

from pycasp.

fusaroli avatar fusaroli commented on July 28, 2024

Thanks for your answer. OsX has replaced gcc with clang. If I write g++-4.2 -- version, I get "command not found". If I write g++ --version, I get:

Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.4.0
Thread model: posix

from pycasp.

egonina avatar egonina commented on July 28, 2024

Try: sudo ln -sn /usr/bin/g++ /usr/bin/g++-4.2 ?
http://stackoverflow.com/questions/8368834/error-with-inline-and-xcode-4-2-1

from pycasp.

cunnie avatar cunnie commented on July 28, 2024

@fusaroli : I gave up installing PyCASP on a Mac, but I did have success installing it on Amazon AWS, and I've written some notes here: https://github.com/egonina/pycasp/wiki/PyCASP-on-Amazon-AWS .

Also, the procedure to install PyCASP should be generalizable to installing on any Ubuntu 14.04 system. For example, I followed the procedure to set up PyCASP on my Thinkpad T440p (with NVIDIA CUDA cores).

If you notice any mistakes, please don't hesitate to edit the Wiki directly.

from pycasp.

Related Issues (15)

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.