raulcd commented on PR #37901:
URL: https://github.com/apache/arrow/pull/37901#issuecomment-1744883595
ok, I've just seen the Integration conda failure :)
```
+ pip install pythonnet
Collecting pythonnet
Downloading pythonnet-2.5.2.tar.gz (1.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 23.0 MB/s eta
0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pycparser in
/opt/conda/envs/arrow/lib/python3.12/site-packages (from pythonnet) (2.21)
Building wheels for collected packages: pythonnet
Building wheel for pythonnet (setup.py): started
Building wheel for pythonnet (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [59 lines of output]
/tmp/pip-install-gcdj18td/pythonnet_45b6370628694cb0b3522eb2ed08f807/setup.py:468:
SyntaxWarning: invalid escape sequence '\*'
"MSBuild\**\Bin\MSBuild.exe",
/tmp/pip-install-gcdj18td/pythonnet_45b6370628694cb0b3522eb2ed08f807/setup.py:533:
SyntaxWarning: invalid escape sequence '\*'
"MSBuild\**\Bin\MSBuild.exe",
running bdist_wheel
running build
running build_ext
/bin/sh: 1: mono: not found
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File
"/tmp/pip-install-gcdj18td/pythonnet_45b6370628694cb0b3522eb2ed08f807/setup.py",
line 630, in <module>
setup(
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/__init__.py",
line 103, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/core.py",
line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/core.py",
line 201, in run_commands
dist.run_commands()
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
line 969, in run_commands
self.run_command(cmd)
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/dist.py", line
989, in run_command
super().run_command(command)
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
line 988, in run_command
cmd_obj.run()
File
"/tmp/pip-install-gcdj18td/pythonnet_45b6370628694cb0b3522eb2ed08f807/setup.py",
line 612, in run
return bdist_wheel.bdist_wheel.run(self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/wheel/bdist_wheel.py", line
364, in run
self.run_command("build")
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/cmd.py",
line 318, in run_command
self.distribution.run_command(command)
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/dist.py", line
989, in run_command
super().run_command(command)
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
line 988, in run_command
cmd_obj.run()
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/command/build.py",
line 131, in run
self.run_command(cmd_name)
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/cmd.py",
line 318, in run_command
self.distribution.run_command(command)
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/dist.py", line
989, in run_command
super().run_command(command)
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
line 988, in run_command
cmd_obj.run()
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py",
line 345, in run
self.build_extensions()
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py",
line 467, in build_extensions
self._build_extensions_serial()
File
"/opt/conda/envs/arrow/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py",
line 493, in _build_extensions_serial
self.build_extension(ext)
File
"/tmp/pip-install-gcdj18td/pythonnet_45b6370628694cb0b3522eb2ed08f807/setup.py",
line 249, in build_extension
self._install_packages()
File
"/tmp/pip-install-gcdj18td/pythonnet_45b6370628694cb0b3522eb2ed08f807/setup.py",
line 438, in _install_packages
subprocess.check_call(cmd, shell=use_shell)
File "/opt/conda/envs/arrow/lib/python3.12/subprocess.py", line 413,
in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'mono tools/nuget/nuget.exe
update -self' returned non-zero exit status 127.
[end of output]
note: This error originates from a subprocess, and is likely not a problem
with pip.
ERROR: Failed building wheel for pythonnet
Running setup.py clean for pythonnet
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]