-
**Describe the bug**
ModuleNotFoundError: No module named 'binance.websockets'
**To Reproduce**
from binance.websockets import BinanceSocketManager
**Environment (please complete the following…
-
From my understanding of #8 the current proposal is that there is no `object.__match__()` so that by default trying to match against `Foo()` raises an error. In my draft notes I have some spec for `ob…
-
i try to use this repo ,and get wrong with following things
Traceback (most recent call last):
File "D:\pythoncode\test01\test.py", line 4, in
env = gym.make('pong-mixed-v4') # -v{0, 1, 2,…
-
## Checklist:
1. 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答
2. 翻阅[FAQ常见问题汇总和答疑](https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/FAQ/FAQ.md)
3. 确认bug是否在新版本里还未修复
4…
-
Hi, first of all just wanted to say that I really liked your job on this project, it's seems like something really useful and well done.
I just have one issue, whenever I try to import it, it tells…
-
Hello
I managed to run fsleyes on windows natively, with some errors
First, the simple reproduction:
In an Anaconda/miniconda/miniforge prompt:
1. create fsleyes env: `conda create -n fsleyes`
…
-
Hello! I want to express my appreciation for your excellent work.
I have a question regarding inference speed.
I recently conducted a test using a 14-second-long audio clip (equivalent to 351 fr…
-
```F.
======================================================================
FAIL: test_generate (__main__.TestMistral)
----------------------------------------------------------------------
Trace…
-
I used this installation environment without any errors throughout the process, and you can also do the same. I am using cuda11 and cudnn8.2, python version 3.8。jax_releases can found here https://sto…
-
MyPy seems to be unaware of the length of a `Tuple` when wrapped in a `Union`:
```python
from typing import Union, Tuple
def get_tuple() -> Union[Tuple[int, int], Tuple[None, None]]:
ret…