以下问题
在环境中配置tensorflow时发现其版本无法很好兼容新的GPU(tensorflow-gpu2.10+cuda11.5+cudnn8.3.2):
2026-04-14 10:45:56.740192: I tensorflow/stream_executor/cuda/cuda_dnn.cc:384] Loaded cuDNN version 8302
2026-04-14 10:58:50.686376: W tensorflow/stream_executor/gpu/redzone_allocator.cc:314] INTERNAL: ptxas exited with non-zero error code -1, output: Relying on driver to perform ptx compilation. Modify $PATH to customize ptxas location. This message will be only logged once.
2026-04-14 10:58:51.200547: I tensorflow/stream_executor/cuda/cuda_blas.cc:1614] TensorFloat-32 will be used for the matrix multiplication. This will only be logged once.,
遂改代码为torch版本,由于先前在该环境中未安装好全部库,需要新下载几个库
在torch环境中安装opencv显示如下报错:

随后cmd页面刷新,显示error,在网上也搜索了一下这类错误,内容较少,而且未明确解决办法,又由于急于进行实验,我的base主环境也安装并配置过python和torch,因此转移到主环境配置,本来以为没问题的后来就发生了报错:
librsvg: The post-link script did not complete. To take advantage of gdk-pixbuf's support for librsvg, please run: G:\anaconda3\envs\torch39\Scripts.gdk-pixbuf-post-link.bat done ERROR conda.core.link:_execute(938): An error occurred while inst

随即,我的pycharm也发生了报错,显示无法找到python解释器,我就知道环境里的python被覆盖了,甚至可能丢了很多子文件:

这个问题之前在某一个环境里面发生过,但我还未搞清楚是什么情况
pycharm平常只用来跑一些网络模型,最近也只是跑过几次,不确定是什么原因导致了这个问题
还有一个问题是今天在杀毒的时候,隔离了tcnperipheral64.sys文件,不知道对以上内容是否存在负面影响
求指教