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

ImportError: cannot import name 'FilterParams' from 'py_clob_client.client' #74

Open
L1nkus opened this issue Nov 28, 2024 · 0 comments

Comments

@L1nkus
Copy link

L1nkus commented Nov 28, 2024

./run-local.sh
Running poly-market-maker...
Sourcing env variables from dot env file...
Traceback (most recent call last):
File "/home/opc/.pyenv/versions/3.10.15/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/opc/.pyenv/versions/3.10.15/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/opc/poly-market-maker/poly_market_maker/main.py", line 2, in
from poly_market_maker.app import App
File "/home/opc/poly-market-maker/poly_market_maker/app.py", line 5, in
from poly_market_maker.args import get_args
File "/home/opc/poly-market-maker/poly_market_maker/args.py", line 3, in
from poly_market_maker.strategy import Strategy
File "/home/opc/poly-market-maker/poly_market_maker/strategy.py", line 6, in
from poly_market_maker.price_feed import PriceFeed
File "/home/opc/poly-market-maker/poly_market_maker/price_feed.py", line 4, in
from poly_market_maker.clob_api import ClobApi
File "/home/opc/poly-market-maker/poly_market_maker/clob_api.py", line 4, in
from py_clob_client.client import ClobClient, ApiCreds, OrderArgs, FilterParams
ImportError: cannot import name 'FilterParams' from 'py_clob_client.client' (/home/opc/poly-market-maker/.venv/lib/python3.10/site-packages/py_clob_client/client.py)

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