我如何使用诗歌解决这个 pycparser 安装错误?
How can I get around this pycparser installation error using poetry?
我正在使用最新版本的诗歌 (1.1.10),在尝试更新我的锁定文件时,我 运行 在尝试安装 pycparser==2.20 时遇到错误:
Writing lock file
Package operations: 65 installs, 0 updates, 0 removals
• Installing pycparser (2.20)
ValueError
File \C:\Users\user\AppData\Local\pypoetry\Cache\artifactsb\b4eea123a592747e6f6c798c66837974694db0bca4783357f71718a538d\pycparser-2.20-py2.py3-none-any.whl does not exist
at c:\users\boris\miniconda3\envs\project\lib\site-packages\poetry\core\packages\file_dependency.py:40 in __init__
36│ except FileNotFoundError:
37│ raise ValueError("Directory {} does not exist".format(self._path))
38│
39│ if not self._full_path.exists():
→ 40│ raise ValueError("File {} does not exist".format(self._path))
41│
42│ if self._full_path.is_dir():
43│ raise ValueError("{} is a directory, expected a file".format(self._path))
我尝试更改我的诗歌版本以及 pycparser 的版本,但这似乎只会破坏其他软件包。有没有人以前处理过这个问题,如果有,你能指出正确的方向吗?
规格:
OS: Windows 10
Python版本:3.6
诗歌==1.1.10
pycparser==2.20
我遇到了同样的问题,通过删除诗歌缓存文件夹解决了这个问题:C:\Users\user\AppData\Local\pypoetry
我正在使用最新版本的诗歌 (1.1.10),在尝试更新我的锁定文件时,我 运行 在尝试安装 pycparser==2.20 时遇到错误:
Writing lock file
Package operations: 65 installs, 0 updates, 0 removals
• Installing pycparser (2.20)
ValueError
File \C:\Users\user\AppData\Local\pypoetry\Cache\artifactsb\b4eea123a592747e6f6c798c66837974694db0bca4783357f71718a538d\pycparser-2.20-py2.py3-none-any.whl does not exist
at c:\users\boris\miniconda3\envs\project\lib\site-packages\poetry\core\packages\file_dependency.py:40 in __init__
36│ except FileNotFoundError:
37│ raise ValueError("Directory {} does not exist".format(self._path))
38│
39│ if not self._full_path.exists():
→ 40│ raise ValueError("File {} does not exist".format(self._path))
41│
42│ if self._full_path.is_dir():
43│ raise ValueError("{} is a directory, expected a file".format(self._path))
我尝试更改我的诗歌版本以及 pycparser 的版本,但这似乎只会破坏其他软件包。有没有人以前处理过这个问题,如果有,你能指出正确的方向吗?
规格: OS: Windows 10 Python版本:3.6 诗歌==1.1.10 pycparser==2.20
我遇到了同样的问题,通过删除诗歌缓存文件夹解决了这个问题:C:\Users\user\AppData\Local\pypoetry