No SConstruct file found

hello,

when i run the line of command below it ask a file who miss in the github mongo :

sudo python3 scons.py install-all-meta
Checking required python packages...
Requirements list:
    Cheetah3<=3.2.6.post1
    PyYAML<=6.0.0,>=3.0.0
    cryptography==2.3; platform_machine == "s390x" or platform_machine == "ppc64le"
    cryptography==36.0.2; platform_machine != "s390x" and platform_machine != "ppc64le"
    packaging<=21.3
    psutil<=5.8.0
    pymongo<4.0,>=3.9
    pypiwin32>=223; sys_platform == "win32" and python_version > "3"
    pywin32>=225; sys_platform == "win32" and python_version > "3"
    regex<=2021.11.10
    requests<=2.26.0,>=2.0.0
    requirements_parser<=0.3.1
    setuptools
    types-PyYAML~=6.0.5
    typing-extensions>=3.7.4
Resolved to these distributions:
    certifi 2022.6.15
    cffi 1.15.1
    charset-normalizer 2.0.12
    cheetah3 3.2.6.post1
    cryptography 36.0.2
    idna 3.3
    packaging 21.3
    psutil 5.8.0
    pycparser 2.21
    pymongo 3.12.3
    pyparsing 3.0.9
    pyyaml 6.0
    regex 2021.11.10
    requests 2.26.0
    requirements-parser 0.3.1
    setuptools 58.1.0
    types-pyyaml 6.0.11
    types-setuptools 57.4.18
    typing-extensions 4.3.0
    urllib3 1.26.9

scons: *** No SConstruct file found.
File "/home/dorianrosse/programs/mongo/src/third_party/scons-3.1.2/scons-local-3.1.2/SCons/Script/Main.py", line 940, in _main

thanks you in advance to help myself fully install the fork mongo,

Regards.

Dorian ROSSE.

That’s an odd error for sure. May I ask first, why are you running under sudo? Does it work if you don’t do that?

1 Like