Git Product home page Git Product logo

Comments (3)

c0diq avatar c0diq commented on July 30, 2024

I checked and it works with python 3 on macOS. As a matter of fact, the .python-version file points to 3.8.1. So I'm not sure what the problem is with your configuration. You should use python3 not 2. Have you tried using pyenv?

from platinum.

c0diq avatar c0diq commented on July 30, 2024

Could you try the neptune-3 branch please and see if that works better for you?

from platinum.

pierrextardif avatar pierrextardif commented on July 30, 2024

Hi,

When running scons with the right arguments, it seems like it's not processing the target :

From my install I have those folder :
Capture

So i have tried to change the list of Platform to Target Map:

PLATFORM_TO_TARGET_MAP = {
    'linux-i386'  : 'x86-unknown-linux',
    'linux-x86_64': 'x86_64-unknown-linux',
    'linux-arm'   : 'arm-unknown-linux',
    'linux2'      : 'x86-unknown-linux',
    'msys'        : 'x86-microsoft-win32-vs2010',
    'win32'       : 'x86-microsoft-win32',
    'cygwin'      : 'x86-unknown-cygwin',
    'darwin'      : 'universal-apple-macosx'
}

because my default platform_id is : msys , but it seems like it's not willing to list the new entry / want to run it.
Seems like the cause of that comes from the folder x86-microsoft-win32-vs2010 not having a Config.scons file?

scons target=x86-microsoft-win32-vs2010

and I'm getting this output:

scons: Reading SConscript files ...

scons: *** Invalid value for option target: x86-microsoft-win32-vs2010.  Valid values are: ['arm-android-linux', 'arm-gp2x-linux', 'arm-unknown-linux', 'universal-apple-macosx', 'x86-unknown-cygwin', 'x86-unknown-linux', 'x86_64-unknown-linux']
File "/Platinium_Test/Platinum/Build/Boot.scons", line 64, in <module>

Should I be using VSCode to run the solution?

from platinum.

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.