beeb / pancaketrade

Limit orders for PancakeSwap
GNU General Public License v3.0
200 stars 91 forks source link

Error #44

Closed kotik1998 closed 2 years ago

kotik1998 commented 2 years ago

C:\Users\utilizador\Desktop\pancaketrade> poetry install --no-dev Installing dependencies from lock file

Package operations: 55 installs, 0 updates, 0 removals

• Installing toolz (0.11.1)

ValueError

File \C:\Users\utilizador\AppData\Local\pypoetry\Cache\artifacts\76\04\1d\f46d18706c5f71cc9eaeb2e5fc2c4e83d7b86def15ba7bdcf478790f04\toolz-0.11.1-py3-none-any.whl does not exist

at ~.poetry\lib\poetry_vendor\py3.9\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)) 44¦

any solution?