-
Notifications
You must be signed in to change notification settings - Fork 186
Description
Python path: ['/home/aiteam/bybit-smm2/frameworks', '/home/aiteam/bybit-smm2', '/home/aiteam/bybit-smm2/smm', '/usr/lib/python310.zip', '/usr/lib/python3.10', '/usr/lib/python3.10/lib-dynload', '/home/aiteam/bybit-smm/venv/lib/python3.10/site-packages']
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
import(pkg_name)
File "/home/aiteam/bybit-smm2/smm/main.py", line 21, in
from smm.strategy.marketmaker import TradingLogic
File "/home/aiteam/bybit-smm2/smm/strategy/marketmaker.py", line 5, in
from smm.quote_generators.base import QuoteGenerator
File "/home/aiteam/bybit-smm2/smm/quote_generators/base.py", line 6, in
from frameworks.tools.trading.rounding import round_ceil, round_floor
ModuleNotFoundError: No module named 'frameworks.tools.trading'