Home
last modified time | relevance | path

Searched full:python3 (Results 1 – 25 of 26) sorted by relevance

12

/nanopb-latest/tests/docker_images/ubuntu2004/
DDockerfile11 RUN apt -y install protobuf-compiler python3.8 python3-protobuf
12 …s --install /usr/bin/python python /usr/bin/python3.8 1 && update-alternatives --set python /usr/b…
/nanopb-latest/.github/workflows/
Dbinary_packages.yml31 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller
32 python3 -c 'import google.protobuf; print(google.protobuf.__file__)'
54 python3 -m SCons
86 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller
87 python3 -c 'import google.protobuf; print(google.protobuf.__file__)'
112 python3 -m SCons
127 python3 -m venv venv
128 venv/bin/python3 -m pip install --upgrade scons protobuf grpcio-tools pyinstaller
129 venv/bin/python3 -c 'import google.protobuf; print(google.protobuf.__file__)'
152 ../../venv/bin/python3 -m SCons
Dolddistro_tests.yml29 sudo apt-get install python3-protobuf protobuf-compiler scons python-is-python3
Dpypi_publish.yml24 python3 -m pip install --user --upgrade pyinstaller poetry protobuf grpcio-tools
71 python3 -m pip install --user --upgrade protobuf grpcio-tools scons
72 python3 -m pip install --user --upgrade --pre nanopb
Dsimulator_tests.yml22 sudo apt-get install python3-protobuf protobuf-compiler scons
52 sudo apt-get install python3-protobuf protobuf-compiler scons
81 sudo apt-get install python3-protobuf protobuf-compiler scons
Dcodeql-buildscript.sh4 sudo apt-get -y install python3-protobuf protobuf-compiler #scons splint valgrind
Dtrigger_on_code_change.yml49 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller
50 python3 -c 'import google.protobuf; print(google.protobuf.__file__)'
Dplatformio_tests.yml30 sudo apt install -y python3-pip
34 python3 -m venv venv
Dfail_on_error.py1 #!/usr/bin/env python3
Dcmake.yml24 python3 -m pip install protobuf grpcio-tools
Dcompiler_tests.yml23 sudo apt-get install python3-protobuf protobuf-compiler scons
/nanopb-latest/tools/
Dmake_mac_package.sh21 ( cd $DEST/generator; python3 nanopb_generator.py ||: )
24 ( cd $DEST/generator; python3 -m PyInstaller --collect-all grpc_tools.grpc_version nanopb_generator…
25 ( cd $DEST/generator; python3 -m PyInstaller --collect-all grpc_tools.grpc_version protoc )
30 cp -pr $(python3 -c 'import grpc_tools, os.path; print(os.path.dirname(grpc_tools.__file__))')/_pro…
Dmake_linux_package.sh21 ( cd $DEST/generator; python3 nanopb_generator.py ||: )
24 ( cd $DEST/generator; python3 -m PyInstaller --collect-all grpc_tools.grpc_version --strip nanopb_g…
25 ( cd $DEST/generator; python3 -m PyInstaller --collect-all grpc_tools.grpc_version --strip protoc )
31 cp -pr $(python3 -c 'import grpc_tools, os.path; print(os.path.dirname(grpc_tools.__file__))')/_pro…
Dmake_windows_package.sh20 ( cd $DEST/generator; python3 nanopb_generator.py ||: )
23 ( cd $DEST/generator; python3 -m PyInstaller nanopb_generator.py )
24 ( cd $DEST/generator; python3 -m PyInstaller protoc )
29 cp -pr $(python3 -c 'import grpc_tools, os.path; print(os.path.dirname(grpc_tools.__file__))')/_pro…
/nanopb-latest/tests/docker_images/ubuntu1804/
DDockerfile11 RUN apt -y install protobuf-compiler python3-protobuf python3
/nanopb-latest/generator/
Dnanopb_generator1 #!/usr/bin/env python3
Dprotoc-gen-nanopb1 #!/usr/bin/env python3
Dprotoc1 #!/usr/bin/env python3
Dplatformio_generator.py23 # Requirement already satisfied: protobuf in /usr/lib/python3/dist-packages (3.6.1)
/nanopb-latest/extra/script_wrappers/
Dnanopb_generator.py.in1 #!/usr/bin/env python3
/nanopb-latest/examples/conan_dependency/
Dconanfile.py27 python_path=f"PYTHONPATH={nanopb_package_root}/local/lib/python3.10/dist-packages"
/nanopb-latest/
DCMakeLists.txt123 # Linux/Mac scripts currently use python3 from PATH
DCHANGELOG.txt197 CMake: Relax python version spec, allowing Python3. (#534)
210 Fix warnings on Python3.8 (#399, #467)
400 Add Python3 support to the generator (#169)
407 Fix generator on systems where python = python3. (issue 155)
/nanopb-latest/tests/site_scons/site_tools/
Dnanopb.py67 p = env.WhereIs('python3')
/nanopb-latest/docs/
Dmigration.md236 **Changes:** Hashbang now uses `#!/usr/bin/env python3`.
245 **Error indications:** `python3: command not found` if

12