-
**Is your feature request related to a problem? Please describe.**
Over the past 24 hours, I have created 10s of benches, and every single time I have forgetten to CD-into the bench directory before …
-
# Crash report
### What happened?
Reproducer:
```python
import queue
import threading
import requests
class HyperlinkAvailabilityCheckWorker(threading.Thread):
def __init__(self,…
-
After install in a new venv with `pip install python-olm==3.2.15`
I get the message `error symbol not found in flat namespace '__olm_error_to_string'`
Tested with python 3.9, 3.10 and 3.11 on ma…
-
`Version 2.0 - Last updated on 2024-09-08
Full Library Scan Options:
1) Auto Scan
2) Manual Scan (Use only when TMDB ID is enabled)
3) Back to Main Menu
Select an option: 1
Traceback (most r…
-
安装了以版本torch和torch_musa
torch 2.0.0+cpu
torch_musa 1.2.1
以及MUSA+SDK-MUSA+SDK+rc3.1.0的SDK
运行import torch_musa时报以下错误,该如何解决:
Traceback (most recent call last):
Fi…
-
botocore.exceptions.NoRegionError: You must specify a region.
msp@Meets-Air Capabilities % chalice local
Exception in thread Thread-1:
Traceback (most recent call last):
File "/Library/Framewo…
-
### Steps to Reproduce
```
import numpy as np
import cpmpy as cp
table = np.array([[1, 2], [3, 4]])
variable = cp.intvar(1, 4, shape = 2)
model = cp.Model([cp.Table(variable, table)])
m…
-
I installed via:
python3 -m pip install gpt-engineer
(the default python is python2 on macOS, so I used python3)
neil@neils-MacBook-Pro ~ % pip3 show gpt-engineer|grep Location
Location: /Users/…
-
`py_grist_api` uses `python-future` [which is broken on Python 3.12 because `imp` module was removed](https://github.com/PythonCharmers/python-future/issues/625). Even though this issue was fixed a mo…
-
### Code that causes the issue
```
2024-10-28 22:47:31,183 - ERROR - [telethon.network.mtprotosender:mtprotosender:396] - Unexpected exception reconnecting on attempt 2
Traceback (most recent call …