Skip to content

ModuleNotFoundError: No module named 'cachetools' #576

@gscagl

Description

@gscagl

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions