Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'cachetools' #576

Open
gscagl opened this issue Jun 8, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'cachetools' #576

gscagl opened this issue Jun 8, 2024 · 1 comment

Comments

@gscagl
Copy link

gscagl commented Jun 8, 2024

warnings.warn(
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/Users/gscagl/Desktop/binance-trade-bot/binance_trade_bot/init.py", line 1, in
from .backtest import backtest
File "/Users/gscagl/Desktop/binance-trade-bot/binance_trade_bot/backtest.py", line 8, in
from .binance_api_manager import BinanceAPIManager
File "/Users/gscagl/Desktop/binance-trade-bot/binance_trade_bot/binance_api_manager.py", line 8, in
from cachetools import TTLCache, cached
ModuleNotFoundError: No module named 'cachetools'

What could i do?

@gscagl
Copy link
Author

gscagl commented Jun 8, 2024

I've already uninstalled and installed cachetools, nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant