Stefano Biamonti
Stefano Biamonti
Same problem for me, and it's not the library. Same problem with Pyrogram
same problem, my pip list: pip list Package Version ---------------------------- ----------- absl-py 1.4.0 aiohttp 3.8.4 aiosignal 1.3.1 altair 4.2.2 astunparse 1.6.3 async-generator 1.10 async-timeout 4.0.2 attrs 23.1.0 beautifulsoup4 4.12.2 blinker...
> I'm trying to get this to run but I get this error: > > File "/opt/homebrew/lib/python3.11/site-packages/suno/suno.py", line 27, in **init** self._sid = self._get_sid() ^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/suno/suno.py", line 32, in...
 why market value is zero?
> ```python > user = autogen.UserProxyAgent( > name="User", > human_input_mode="NEVER", > is_termination_msg=lambda x: x.get("content", "") and x.get("content", "").rstrip().endswith("TERMINATE"), > default_auto_reply="Reply 'TERMINATE' in the end when everything is done. ", >...