-
Trying to run the script, but:
File /notebooks/mainppsComfy.py:48, in Deps(force_reinstall)
46 call('wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Depende…
-
failed installing with python3.9 using `pip3 install torch-baidu-ctc`
-
Repro Steps
```
memory_db = SqliteMemoryDb(table_name="memories", db_file="tmp/agents.db")
agent = Agent(
name="my_agent",
agent_id="my_agent",
model=models["gpt-4o"],
debug_m…
-
Hi, I am unable to pip install classy in python3.9 while everything seems to be perfectly working in python3.6. The error is
ERROR: Failed building wheel for classy
ERROR: ERROR: Failed to build in…
-
Here's the output when I try to start it:
```
2024-11-25 11:59:43 INFO discord.client logging in using static token
Traceback (most recent call last):
File "/home/vidsc/SquiBot/venv/lib/pyth…
-
### 🐛 Describe the bug
env:
python 3.9,
torch.__version__='2.5.1' also observed in 2.4.1
when importing transformers and torch I get error triggered by typing problem in this line:
`class C…
-
Traceback (most recent call last):
File "/opt/homebrew/anaconda3/envs/py309-ms/lib/python3.9/site-packages/pyttsx3/__init__.py", line 20, in init
eng = _activeEngines[driverName]
File "/opt…
-
**Describe the bug**
I'm trying to use DFIR IRIS with "https://charts.bitnami.com/bitnami", chart "PostgreSQL" version 16.2.1.
**To Reproduce**
Steps to reproduce the behavior:
1. Start a Postgr…
-
I'm attempting to run inference on a GPU using the layout predictor.
I have made the following changes to the code.
```
class LayoutPredictor:
# ... (previous code) ...
def __init__(sel…
-
Hi there,
I have issues generating a consensus with realignment for an amplicon marker with Nanopore data.
This is what I am running.
```bash
$ kindel consensus -r debug.bam > test_kindel_…