To unsubscribe from this group and all its topics, send an email to grp...@googlegroups.com.
Yes the Core build succeeds.
The command that fails is the following (it is running under a build agent)
$(Build.BinariesDirectory)\python\CPython\$(PythonVersionShort)\winx64\Release\python\python.exe -VVV setup.py --prefix=$(Build.SourcesDirectory) build_ext -c msvc -vvv || goto :error
Before calling the command I am modifying the PATH and adding the protobuf c-core build
** Visual Studio 2017 Developer Command Prompt v15.8.5
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
Environment initialized for: 'x64'
Python 3.6.7 (heads/python_3.6.7_vs2017-dirty:cdc6a0e, May 28 2019, 15:50:17) [MSC v.1910 64 bit (AMD64)]
Python 3.6.7 (heads/python_3.6.7_vs2017-dirty:cdc6a0e, May 28 2019, 15:50:17) [MSC v.1910 64 bit (AMD64)]
Compiling grpc_tools\_protoc_compiler.pyx because it changed.
Cythonizing grpc_tools\_protoc_compiler.pyx
C:\Dev\tfs_agent\_work\57\b\python\CPython\3_6\winx64\Release\python\lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Dev\tfs_agent\_work\57\s\tools\distrib\python\grpcio_tools\grpc_tools\_protoc_compiler.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
Traceback (most recent call last):
File "setup.py", line 209, in <module>
package_data=package_data(),
File "setup.py", line 155, in package_data
shutil.copy(source, target)
File "C:\Dev\tfs_agent\_work\57\b\python\CPython\3_6\winx64\Release\python\lib\shutil.py", line 241, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "C:\Dev\tfs_agent\_work\57\b\python\CPython\3_6\winx64\Release\python\lib\shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'third_party\\protobuf\\src\\google\\protobuf\\wrappers.proto'
To unsubscribe from this group and all its topics, send an email to grpc-io+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/b6ba10d0-5005-44c9-b36f-bb02cccc3bbb%40googlegroups.com.
Hi Lidi
The working directory is the repo root dir.
Ioannis