【Python问题记录】PackagesNotFoundError: The following packages are missing from the target environment:
问题运行代码时,发现已安装的numpy包版本不对。代码需要numpy-1.21.6版本,当前版本为numpy-1.26.1。解决办法Step1:进入conda环境sourceactivatexxx#进入你的conda环境中Step2:查看该环境中已经安装的软件包condalist#查看已安装软件包Step3:卸载需要卸载的软件包主要依据是上图中的第三列Build,如为则用pip对应的卸载方法,如为