yuyasugano / pancake-bakery-arbitrage

A sample application invokes a flashswap in PancakeSwap and a monitoring tool in Node.js.
305 stars 194 forks source link

Import error when trying to execute truffle compile #33

Closed nejcn97 closed 2 years ago

nejcn97 commented 2 years ago

When i try to execute truffle compile I get the following error: ImportError: cannot import name 'get_directory_tree' from 'filetools' (c:\users\nejcn\appdata\local\programs\python\python39\lib\site-packages\filetools__init__.py)

yuyasugano commented 2 years ago

@nejcn97 Sorry for late. As this is part of Python error, it looks like it is not about Truffle because Truffle must have been installed in node.js environment. I think this happened on your environment specifically. Please check a similar error on web. Thanks.