运行pip install cudf时报错,我的版本是:python:3.9,CUDA:11.5.2,tensorflow 2.7.0,请问如果不改动版本如何解决啊?晚上好像没有3.9适配的cudf资源了?
GPU
```python
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [45 lines of output]
running bdist_wheel
running build
d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
installing to build\bdist.win-amd64\wheel
running install
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\Piye\AppData\Local\Temp\pip-install-vewekhb4\cudf_3fd647984a1b486a92b16bebc96147c8\setup.py", line 18, in <module>
setup(name=pkg,
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\__init__.py", line 117, in setup
return distutils.core.setup(**attrs)
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\_distutils\core.py", line 183, in setup
return run_commands(dist)
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\_distutils\core.py", line 199, in run_commands
dist.run_commands()
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\_distutils\dist.py", line 954, in run_commands
self.run_command(cmd)
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\dist.py", line 950, in run_command
super().run_command(command)
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\_distutils\dist.py", line 973, in run_command
cmd_obj.run()
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\command\bdist_wheel.py", line 433, in run
self.run_command("install")
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\_distutils\cmd.py", line 316, in run_command
self.distribution.run_command(command)
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\dist.py", line 950, in run_command
super().run_command(command)
File "d:\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\_distutils\dist.py", line 973, in run_command
cmd_obj.run()
File "C:\Users\Piye\AppData\Local\Temp\pip-install-vewekhb4\cudf_3fd647984a1b486a92b16bebc96147c8\setup.py", line 15, in run
raise Exception(long_description)
Exception: Please install cudf via the rapidsai conda channel. See https://rapids.ai/start.html for instructions.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cudf
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (cudf)
```