repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
dask/dask | pandas | 11,601 | Dask Array does not yield binary operator priority when used with another type with higher `__array_priority__` | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiab... | closed | 2024-12-16T09:44:01Z | 2025-01-02T16:57:36Z | https://github.com/dask/dask/issues/11601 | [
"array",
"bug"
] | j2bbayle | 2 |
mwaskom/seaborn | matplotlib | 3,796 | Import error | Hi, when im trying to run “import seaborn” command i get an error called “DLL load failed while importing _multiarray_umath”. I have tried to do as much as i can. Uninstalled seaborn, install seaborn etc. but still get this error. Pls could you help? | closed | 2024-12-04T19:12:13Z | 2024-12-06T15:12:09Z | https://github.com/mwaskom/seaborn/issues/3796 | [] | safaksekin | 1 |
graphdeco-inria/gaussian-splatting | computer-vision | 508 | running problem/ it seems that some file in SIBR_viewers is missing | [SIBR] ## ERROR ##: FILE /home/j/project/gaussian-splatting/SIBR_viewers/src/core/system/Utils.cpp
LINE 82, FUNC loadFile
File not found: uv_mesh.vert
I build SIBR on Ubuntu22.04 and it's confused that the SIBR_remoteGaussian_app worked, but SIBR_gaussianViewer_app... | closed | 2023-11-30T05:35:37Z | 2025-02-19T04:44:24Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/508 | [] | dawnJiang | 4 |
ageitgey/face_recognition | python | 1,518 | Adversarial attacks against models | Hello, I would like to know if it is possible to perform adversarial attacks against models used in examples, for example, using Adversarial Robustness Toolbox library.
Thanks in advance,
Ander | open | 2023-07-05T18:24:25Z | 2023-07-05T18:24:25Z | https://github.com/ageitgey/face_recognition/issues/1518 | [] | andergalvan | 0 |
ultralytics/ultralytics | python | 19,432 | Integrate Bifpn and Coordatt into yolov8 | i was trying to integrating both coordatt and bifpn into yolov8
when i modify yolov8 with bifpn alone it work perfect
and when i modify yolov8 with coordatt alone it work
when i try to combine them in single custom model
issue arise
```
KeyError Traceback (most recent call last)
[<ipy... | open | 2025-02-26T00:06:01Z | 2025-02-27T00:44:27Z | https://github.com/ultralytics/ultralytics/issues/19432 | [
"detect"
] | Youssef-Hassan-Git | 2 |
plotly/dash | plotly | 2,846 | no_update is not allowed as an output to set_progress for background progress | **Describe your context**
An easy way to replicate the code is using the provided example from [Dash Plotly Website](https://dash.plotly.com/background-callbacks#example-4:-progress-bar:~:text=debug%3DTrue-,Example%204%3A%20Progress%20Bar,-This%20example%20uses). I slightly modified to code by adding a no_update as a ... | open | 2024-05-03T17:41:41Z | 2024-08-13T19:50:16Z | https://github.com/plotly/dash/issues/2846 | [
"bug",
"P3"
] | lunathanael | 0 |
LibrePhotos/librephotos | django | 833 | Access to photo folders owned by other users | I have tried installing Librephotos via Docker on a Proxmox LXC Debian container. (I used docker because my Postgres is on another machine)
My photos would remain on my Synology NAS (accessed via NFS v4) for a matter of Disk Space.
I have been able to setup everything.
- Librephotos works on my Container, access... | open | 2023-04-23T12:13:08Z | 2023-05-31T08:56:01Z | https://github.com/LibrePhotos/librephotos/issues/833 | [
"bug",
"NFS"
] | Chacsam | 1 |
praw-dev/praw | api | 1,093 | Replying to comments in quarantined subreddits returns an empty object | I have a bot that fetches comment ids from pushshift, then does some work and replies to the comment. If the comment is in a quarantined subreddit that I have not clicked through the quarantine warning for, I get the following error.
```
praw/models/reddit/mixins/replyable.py", line 26, in reply
return self._r... | closed | 2019-07-03T04:38:45Z | 2019-07-14T01:47:37Z | https://github.com/praw-dev/praw/issues/1093 | [] | Watchful1 | 6 |
mitmproxy/mitmproxy | python | 6,647 | Duplicate answers in DNS queries | #### Problem Description
Two duplicate records are returned for each unique A/AAAA record in a DNS query when using DNS mode.
#### Steps to reproduce the behavior:
##### Without mitmproxy
1. Run `dig +short google.com`
2. Correct output: `142.250.193.206`
##### With mitmproxy
1. Start mitmproxy `mitm... | closed | 2024-02-06T13:46:54Z | 2024-02-13T09:58:36Z | https://github.com/mitmproxy/mitmproxy/issues/6647 | [
"kind/triage"
] | sujaldev | 1 |
nschloe/tikzplotlib | matplotlib | 600 | ValueError: operands could not be broadcast together with shapes (256,4) (256,3) | [colab](https://colab.research.google.com/drive/1QwOPw-Ncq3AwgvmVZGxqQ4Qc1jSdTmDq#scrollTo=TXhlBrGsp_Xl)
```python
import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np
import tikzplotlib
from matplotlib.colors import LinearSegmentedColormap
# Define the custom colormap
colors = [(0, '#ff00... | open | 2024-04-02T21:19:45Z | 2024-04-02T21:20:07Z | https://github.com/nschloe/tikzplotlib/issues/600 | [] | JasonGross | 1 |
charlesq34/pointnet | tensorflow | 164 | Hi, does someone train pointnet on Nyu dataset ? | Hello, i want to ask for help , anybody does train pointnet on NYU v2 dataset?
Can u give some idea when you train it?
Thanks ! | open | 2019-03-03T13:16:30Z | 2019-03-04T09:51:06Z | https://github.com/charlesq34/pointnet/issues/164 | [] | jingxa | 2 |
thomaxxl/safrs | rest-api | 30 | Hybrid attributes | Unable to use hybrid properties, regular properties do work
https://docs.sqlalchemy.org/en/latest/orm/extensions/hybrid.html
```
Traceback (most recent call last):
File "manage.py", line 9, in <module>
app = init(get_config())
File "/home/patrick/PycharmProjects/ebookhub-backend/eBookHub/__init__.py",... | closed | 2019-03-14T12:14:26Z | 2020-04-30T11:14:13Z | https://github.com/thomaxxl/safrs/issues/30 | [] | patvdleer | 4 |
serengil/deepface | deep-learning | 1,391 | represent() uses base normalization by default which is almost always wrong | ### Before You Report a Bug, Please Confirm You Have Done The Following...
- [X] I have updated to the latest version of the packages.
- [X] I have searched for both [existing issues](https://github.com/serengil/deepface/issues) and [closed issues](https://github.com/serengil/deepface/issues?q=is%3Aissue+is%3Aclosed) ... | closed | 2024-12-01T16:42:15Z | 2025-01-04T17:14:30Z | https://github.com/serengil/deepface/issues/1391 | [
"bug",
"invalid"
] | jbellis | 8 |
ultralytics/ultralytics | machine-learning | 19,592 | I can’t achieve the mAP values reported for RT-DETR-R50 | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
"I am unable to achieve the mAP values reported in the paper while training ... | open | 2025-03-09T05:32:50Z | 2025-03-11T07:11:34Z | https://github.com/ultralytics/ultralytics/issues/19592 | [
"question",
"detect"
] | 2046689747 | 9 |
gradio-app/gradio | data-science | 9,878 | Unable to serve image with allowed_paths | ### Describe the bug
Hello,
Since, gradio v5 release, i'm unable to display any images from the gradio client.
I tryed the same code with gradio v4 and there no problem.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
import gra... | closed | 2024-10-31T16:48:06Z | 2024-10-31T16:50:43Z | https://github.com/gradio-app/gradio/issues/9878 | [
"bug"
] | bastian110 | 1 |
litl/backoff | asyncio | 192 | How to handle backoff on Facebook cursor? | We're using Facebook Marketing API and we'd like to backoff when we iterate over cursor. Cursor actually fetches pages from API.
```python
@backoff.on_exception(backoff.expo, FacebookRequestError, max_tries=8, max_value=300)
def fetch_ad_sets(my_account, fields, params):
return my_account.get_ad_sets(
... | open | 2023-01-24T17:12:11Z | 2023-08-04T13:14:32Z | https://github.com/litl/backoff/issues/192 | [] | vladaman | 1 |
graphql-python/graphene-django | django | 662 | OneToOne Relations stop working on 2.3.0 | I just upgraded to graphene-django 2.3.0 and looks like OneToOne field is not being resolved correctly, or at least not as same as 2.2.0
# models.py
```python
class Guest(models.Model):
user = models.OneToOneField(User, on_delete=models.CASCADE, related_name="guest_user")
class Invitation(models.Model):
... | closed | 2019-06-09T17:51:45Z | 2019-06-09T21:58:06Z | https://github.com/graphql-python/graphene-django/issues/662 | [] | robertpro | 3 |
exaloop/codon | numpy | 594 | syntax error, unexpected '.' | This error occurred when I used codon run. It showed that there was an incorrect . in the first line, but there was actually no | closed | 2024-09-26T15:22:25Z | 2024-11-10T19:26:03Z | https://github.com/exaloop/codon/issues/594 | [] | SheepAndPiggy | 2 |
ResidentMario/missingno | pandas | 71 | "UnboundLocalError: local variable 'ax2' referenced before assignment" on msno.bar(df) | Hello!
Just tried to run a `msno.bar(df)`, but it returned the following
```
---------------------------------------------------------------------------
UnboundLocalError Traceback (most recent call last)
<command-823280> in <module>()
----> 1 msno.bar(df)
/databricks/python/lib/pyt... | closed | 2018-06-28T21:26:27Z | 2018-06-29T16:25:48Z | https://github.com/ResidentMario/missingno/issues/71 | [] | paulochf | 1 |
comfyanonymous/ComfyUI | pytorch | 7,372 | MPS backend out of memory with SD3.5 | ### Your question
MPS backend out of memory (MPS allocated: 17.68 GB, other allocations: 3.95 MB, max allowed: 18.13 GB). Tried to allocate 1024.00 MB on private pool. Use PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 to disable upper limit for memory allocations (may cause system failure).
I have never experienced this probl... | open | 2025-03-24T18:44:07Z | 2025-03-24T18:44:07Z | https://github.com/comfyanonymous/ComfyUI/issues/7372 | [
"User Support"
] | Creative-comfyUI | 0 |
MaartenGr/BERTopic | nlp | 2,198 | Saving a trained model using pytorch and safetensor and then redownloading causes topics to be off | ### Have you searched existing issues? 🔎
- [x] I have searched and found no existing issues
### Desribe the bug
After training, I tried saving the model using both pytorch and safetensor. When I re-download the model, load the files into Bertopic using Bertopic.load(), and run inference using transform(), al... | open | 2024-10-25T20:24:40Z | 2024-11-12T12:48:45Z | https://github.com/MaartenGr/BERTopic/issues/2198 | [
"bug"
] | SkylarOconnell | 12 |
kizniche/Mycodo | automation | 1,217 | NON-SPI NeoPixel Custom Output (adafruit-circuitpython-neopixel library) | The attached txt file is a copy of the Mycodo NeoPixel-SPI Output that has been edited to use the 'regular' non-SPI library to fix a problem I was having using 'off-brand' NeoPixel strips from Amazon. For some reason the SPI library would only light 7 pixels in an 8 pixel (or longer) strip. Any attempt to address pixe... | closed | 2022-07-23T10:26:38Z | 2022-08-13T19:37:23Z | https://github.com/kizniche/Mycodo/issues/1217 | [
"enhancement",
"Implemented"
] | LucidEye | 2 |
opengeos/leafmap | streamlit | 184 | Draw: the circle shap save to point | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: The current leafmap version in GitHub version
- Python version: 3.9
- Operating System: Windows 10
### Description
When I draw a circle and a marker in the map, then I export them to dat... | closed | 2022-01-19T20:19:43Z | 2022-01-19T20:31:51Z | https://github.com/opengeos/leafmap/issues/184 | [
"bug"
] | ydfang | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 165 | in the model zoo page , what does the highlighted number means? thank you! | closed | 2019-05-03T13:37:13Z | 2019-05-03T13:47:39Z | https://github.com/KaiyangZhou/deep-person-reid/issues/165 | [] | MrZhang1998 | 1 | |
deepset-ai/haystack | machine-learning | 8,114 | docs: clean up docstrings of PyPDFToDocument | closed | 2024-07-30T06:47:44Z | 2024-07-30T09:08:46Z | https://github.com/deepset-ai/haystack/issues/8114 | [] | agnieszka-m | 0 | |
Esri/arcgis-python-api | jupyter | 1,638 | offline_areas.create() fails when web map is shared | **Describe the bug**
When creating offline areas the web map has to be private . If not the below error occours. I can't find a way to specify the sharing for the created offline area (this should just follow the web maps sharing level?).
error:
```python
<{"code": 10, "messageCode": "OffPkg_ 10", "message": "F... | closed | 2023-08-11T07:55:44Z | 2023-08-11T12:11:29Z | https://github.com/Esri/arcgis-python-api/issues/1638 | [
"bug"
] | sindresal | 6 |
huggingface/datasets | computer-vision | 6,880 | Webdataset: KeyError: 'png' on some datasets when streaming | reported at https://huggingface.co/datasets/tbone5563/tar_images/discussions/1
```python
>>> from datasets import load_dataset
>>> ds = load_dataset("tbone5563/tar_images")
Downloading data: 100%
1.41G/1.41G [00:48<00:00, 17.2MB/s]
Downloading data: 100%
619M/619M [00:11<00:00, 57.4MB/s]
Generating train sp... | open | 2024-05-07T13:09:02Z | 2024-05-14T20:34:05Z | https://github.com/huggingface/datasets/issues/6880 | [] | lhoestq | 5 |
cleanlab/cleanlab | data-science | 568 | Calibrate provided pred_probs for classification | Can consider the following settings:
- [ ] standad classification
- [ ] data labeled by multiple annotators
- [ ] multi-label classification
For extending `calibrate_pred_probs()` to multi-label classification, an approach better than temp-scaling is to treat the `pred_probs` for each class separately as a binary t... | open | 2022-12-17T02:45:22Z | 2024-12-25T20:05:34Z | https://github.com/cleanlab/cleanlab/issues/568 | [
"enhancement"
] | jwmueller | 4 |
pydata/xarray | numpy | 10,032 | TypeError: Expected a BytesBytesCodec. Got <class 'numcodecs.blosc.Blosc'> instead. | This code runs without any problems with zarr2, but give the following error when running with zarr3:
```
import pandas as pd
import numpy as np
import xarray as xr
from numcodecs.blosc import Blosc
ds = xr.Dataset(
{"foo": (("x", "y"), np.random.rand(4, 5))},
coords={
"x": [10, 20, 30, 40],
"y... | open | 2025-02-06T13:15:22Z | 2025-03-22T09:09:18Z | https://github.com/pydata/xarray/issues/10032 | [
"bug",
"topic-zarr"
] | leoniewgnr | 12 |
tensorflow/tensor2tensor | machine-learning | 1,239 | REST API predict request format | Found it really complicated to call a curl for served transformer NMT model and can't find any relative issues. So what I did:
1) export model with default export.py (or t2t-exporter)
2) served with --rest_api_port set to enable REST API
3) tried grpc protocol from t2t-query-server and works just fine
4) then I l... | closed | 2018-11-21T08:52:28Z | 2020-07-08T04:03:11Z | https://github.com/tensorflow/tensor2tensor/issues/1239 | [] | oleg-yaroshevskiy | 4 |
modin-project/modin | data-science | 6,716 | Avoid materializing axes in `_filter_empties` | closed | 2023-11-06T19:55:12Z | 2023-11-07T14:41:36Z | https://github.com/modin-project/modin/issues/6716 | [
"Performance 🚀"
] | anmyachev | 0 | |
gradio-app/gradio | python | 10,396 | Using S3 Presgned URL's with GR.Model3D and GR.VIDEO was fail | ### Describe the bug
**_Bug Report_**:_Presigned URL Error with Gradio Components_
**_Encountering an `OSError` when using presigned URLs with specific Gradio components, such as `gr.Video` or `gr.Model3D`. The error details are as follows_**
### Have you searched existing issues? 🔎
- [x] I have searched and fo... | closed | 2025-01-21T03:56:21Z | 2025-01-21T06:42:16Z | https://github.com/gradio-app/gradio/issues/10396 | [
"bug"
] | AshrafMorningstar | 1 |
MaartenGr/BERTopic | nlp | 2,113 | ImportError: cannot import name 'Dataset' from 'datasets' (unknown location) | ### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
im using Deepnote. I tried to uninstall, install, reinstall, delete files using etc.
A friend creates the exact same error
---------------------------------------------------------------------------
... | closed | 2024-08-05T19:13:25Z | 2024-08-05T19:35:47Z | https://github.com/MaartenGr/BERTopic/issues/2113 | [
"bug"
] | JADSboy91 | 1 |
pydata/pandas-datareader | pandas | 97 | ImportError: No module named 'pandas_datareader.google' | Hello,
I'm facing a a problem when I try a "clean" install of pandas-datareader.
```
from pandas_datareader import data
```
raises
```
ImportError: No module named 'pandas_datareader.google'
```
When I uninstall `pandas-datareader` I can notice that there is no "google" directory (neither "yahoo", neither "tests" ... | closed | 2015-09-29T05:23:55Z | 2015-09-29T14:59:22Z | https://github.com/pydata/pandas-datareader/issues/97 | [] | femtotrader | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,133 | Can i resume training if Colab disconnects while training from the last successful epoch.. | SIr , my dataset has 1500 image pairs in pix2pix i have trained the model for 4 hours and it crashed after that . Even i couldnt fetch results from it as i did not save the checkpoint when the server disconnected . Can you please help me in the same . | open | 2020-08-27T07:02:11Z | 2021-02-24T23:56:57Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1133 | [] | shivom9713 | 1 |
mlflow/mlflow | machine-learning | 14,534 | [FR] Add optional tool call result to FunctionToolCall | ### Willingness to contribute
Yes. I would be willing to contribute this feature with guidance from the MLflow community.
### Proposal Summary
I would like to modify the following data class to add an optional tool response. In some cases it is essential to see the tool responses not only the arguments.
Seems like... | closed | 2025-02-10T20:57:10Z | 2025-02-15T15:37:39Z | https://github.com/mlflow/mlflow/issues/14534 | [
"enhancement"
] | matteociccozzi-ah | 6 |
suitenumerique/docs | django | 667 | I can't see my images when I export into PDF file | ## Bug Report
**Problematic behavior**
I can't see my images when I export into PDF file
**Expected behavior/code**
I expected to have a PDF file correctly formatted as it renders in Docs, with all the images, tables, etc
**Steps to Reproduce**
1. Use the export button to export to PDF.
2. Then open your files.
3. A... | closed | 2025-02-26T13:59:35Z | 2025-03-14T14:13:53Z | https://github.com/suitenumerique/docs/issues/667 | [] | moscaale | 1 |
dsdanielpark/Bard-API | nlp | 134 | Use in firebase functions not possible | When using firebase functions, one has to use `requirements.txt`. So it's not possible (at least afaik) to exclude the dependency as suggested in https://github.com/dsdanielpark/Bard-API/issues/93#issuecomment-1624085878. I wonder why [`google-cloud-translate` is fixed to version `2.0.1`](https://github.com/dsdanielpar... | closed | 2023-07-23T20:14:28Z | 2023-08-18T16:54:29Z | https://github.com/dsdanielpark/Bard-API/issues/134 | [] | stubbi | 1 |
seleniumbase/SeleniumBase | pytest | 2,407 | UC mode detected in Pixelscan/CF | I had this working last week, so not sure if something changed or I broke it.
I can pass Cloudflare after clicking the challenge, but I'm pretty sure I was able to get passed it without having to click before.
Pixelscan will flag it as an "anti-detect" browser with inconsistent fingerprint. If I run it using py... | closed | 2024-01-02T22:23:00Z | 2024-01-08T21:58:50Z | https://github.com/seleniumbase/SeleniumBase/issues/2407 | [
"workaround exists",
"UC Mode / CDP Mode"
] | d3mon187 | 8 |
ultralytics/yolov5 | machine-learning | 13,465 | Inconsistent TFLite Model Results Between detect.py and Custom Inference Code | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Description:
Hi,
I've converted a YOLOV5s model to a Tflite model using the export.py... | open | 2024-12-17T18:32:43Z | 2024-12-18T16:09:30Z | https://github.com/ultralytics/yolov5/issues/13465 | [
"question",
"detect",
"exports"
] | yAlqubati | 4 |
coleifer/sqlite-web | flask | 107 | Issues running on my database | I'm trying to run sqlite_web on my current database. While trying to the application I get this error.
```bash
[rodrigo@staging hub]$ sqlite_web db
Traceback (most recent call last):
File "/home/rodrigo/.local/bin/sqlite_web", line 33, in <module>
sys.exit(load_entry_point('sqlite-web==0.4.0', 'console_scr... | closed | 2022-08-21T20:50:40Z | 2022-08-24T12:32:51Z | https://github.com/coleifer/sqlite-web/issues/107 | [] | threeaccents | 4 |
ijl/orjson | numpy | 540 | Rename all fields | My fields have names like `foo_bar`, which I would like to serialize to `"foo-bar"`.
Is this possible, e.g. by supplying a simple lambda that gets applied to all field names? | closed | 2024-12-22T20:21:56Z | 2024-12-29T23:11:28Z | https://github.com/ijl/orjson/issues/540 | [] | hoijui | 1 |
microsoft/qlib | deep-learning | 1,290 | 关于强化学习单元测试数据集的疑问 | 请问可以提供一下强化学习单元测试部分(test_saoe_simple.py)的数据处理脚本吗?尝试使用高频数据脚本处理后的数据进行ppo训练,但单元测试失败了,推测可能是因为数据格式不对导致训练失败 | closed | 2022-09-13T09:26:44Z | 2023-02-04T15:01:51Z | https://github.com/microsoft/qlib/issues/1290 | [
"question",
"stale"
] | myl17 | 3 |
JaidedAI/EasyOCR | deep-learning | 805 | Unicode decoder issue | When we are translating the pdf or txt file it will give the error Unicode decoder. The language i am trying is Bulgarian right now. | open | 2022-07-30T06:05:22Z | 2022-07-30T06:05:22Z | https://github.com/JaidedAI/EasyOCR/issues/805 | [] | divyeshvora2007 | 0 |
huggingface/datasets | pytorch | 7,313 | Cannot create a dataset with relative audio path | ### Describe the bug
Hello! I want to create a dataset of parquet files, with audios stored as separate .mp3 files. However, it says "No such file or directory" (see the reproducing code).
### Steps to reproduce the bug
Creating a dataset
```
from pathlib import Path
from datasets import Dataset, load_datas... | open | 2024-12-09T07:34:20Z | 2024-12-12T13:46:38Z | https://github.com/huggingface/datasets/issues/7313 | [] | sedol1339 | 3 |
ray-project/ray | data-science | 50,858 | Installing dependencies from pyproject.toml | Is there a way to install dependencies from pyproject.toml using uv or pip?
The documentation does not mention any such approach, and after testing multiple potential methods, nothing seems to work.
Am I missing something, or is this feature simply non-existent? | open | 2025-02-24T17:44:18Z | 2025-02-24T19:42:03Z | https://github.com/ray-project/ray/issues/50858 | [] | vladjohnson | 1 |
streamlit/streamlit | data-science | 10,673 | st.data_editor: Pasting a copied range fails when the bottom-right cell is empty or None | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
When copying a selected range of cells from s... | open | 2025-03-07T05:57:07Z | 2025-03-14T02:55:26Z | https://github.com/streamlit/streamlit/issues/10673 | [
"type:bug",
"status:confirmed",
"priority:P3",
"feature:st.data_editor"
] | hirokika | 4 |
pydata/xarray | pandas | 9,583 | string coordinate in DataArray versus Dataset | ### What is your issue?
This SEEMS like a bug. I think it would take me quite a bit of tedious research on my own to tell if that's true, so I'm asking if this is a bug.
I have a netcdf file where I intentionally set the coodinates on the single variable via the metadata per https://docs.xarray.dev/en/stable/use... | closed | 2024-10-04T23:30:52Z | 2024-10-08T19:04:59Z | https://github.com/pydata/xarray/issues/9583 | [
"needs triage"
] | jmccreight | 3 |
gradio-app/gradio | data-visualization | 10,788 | Progress updates on selected components vs. @gr.render | ### Describe the bug
The feature https://github.com/gradio-app/gradio/pull/10492 appears to have an issue when combined with gr.render decorator in the same Blocks. Selection of specific component is ignored and progress is updated in all outputs as if it was set to None.
### Have you searched existing issues? 🔎
... | open | 2025-03-11T19:49:15Z | 2025-03-11T19:52:54Z | https://github.com/gradio-app/gradio/issues/10788 | [
"bug"
] | ishish222 | 0 |
lux-org/lux | pandas | 245 | Add table of content to Config page documentation | Add a table of contents at the top of the [config page](https://lux-api.readthedocs.io/en/latest/source/reference/config.html) in the documentation. | closed | 2021-01-25T10:55:42Z | 2021-02-01T13:25:48Z | https://github.com/lux-org/lux/issues/245 | [
"documentation",
"easy"
] | dorisjlee | 0 |
matplotlib/matplotlib | data-visualization | 29,335 | [ENH]: Indicating change of scale for symlog | ### Problem
I appreciate that matplotlib provides various scales, including symlog.
However, I see the problem that it is not quite clear in the axis labels what happens.
### Proposed solution
I propose to (at least optionally) insert automatically a break (like // ) on the axis at the transitions between lin and ... | closed | 2024-12-17T10:22:46Z | 2024-12-21T08:05:13Z | https://github.com/matplotlib/matplotlib/issues/29335 | [
"Documentation"
] | SteffenBeirle | 6 |
huggingface/transformers | machine-learning | 36,378 | modeling_deformable_detr.py DeformableDetrMultiheadAttention.foward function report error for "hidden_states_original" if position_embeddings is None | ### System Info
src/transformers/models/deformable_detr/modeling_deformable_detr.py
class DeformableDetrMultiheadAttention(nn.Module)
def forward(
self,
hidden_states: torch.Tensor,
attention_mask: Optional[torch.Tensor] = None,
position_embeddings: Optional[torch.Tensor] = None,
... | open | 2025-02-24T20:51:39Z | 2025-02-25T17:44:35Z | https://github.com/huggingface/transformers/issues/36378 | [
"bug"
] | susanbao | 1 |
Johnserf-Seed/TikTokDownload | api | 476 | [BUG]用户仅存在一个作品时下坐标越界 | 目前已知用户仅存在一个作品并且是置顶作品时,无法获取到用户名,报list下坐标越界。
| closed | 2023-07-16T03:59:36Z | 2023-08-07T13:19:04Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/476 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | 6986552 | 0 |
newpanjing/simpleui | django | 361 | 分页缺少一页数据,不能选第一页 | **bug描述**
* *Bug description * *
简单的描述下遇到的bug:
Briefly describe the bugs encountered:
分页有问题,使用原生django admin 分页没有问题,安装simpleui后,不能从第一页开始翻页,
点选第一页,还是在第二页位置
**重现步骤**
** repeat step **
1.使用原生admin,分页正常
2.安装simpleu
3.重新打开页面,分页只能从第二页开始
**环境**
** environment**
1.Operating System:
(Windows/Linux/MacOS).... | closed | 2021-04-15T03:31:30Z | 2023-09-16T02:02:32Z | https://github.com/newpanjing/simpleui/issues/361 | [
"bug"
] | goeswell | 5 |
RomelTorres/alpha_vantage | pandas | 361 | Net account receivables data for ALB differs from what I get from other data sources | This is what I get from my terminal:

On the image above, the latest data is the first row and is dated from 2023-12-31. The second row would be for 2022-12-31 and so on.
This is what I get from another sour... | closed | 2024-02-28T00:46:18Z | 2024-03-08T02:49:31Z | https://github.com/RomelTorres/alpha_vantage/issues/361 | [] | olevasseur | 1 |
geopandas/geopandas | pandas | 2,791 | ENH: allow skipping invalid geometries in read_file | ### Describe the problem
Hi everyone.
When i try to read this [shapefile](https://drive.google.com/file/d/1GKbleAQ-pQVca_04VeweuJRdXtg5zPiU/view?usp=sharing), i getting this error:
```
File c:\Users\vpt\anaconda3\envs\geo_env\Lib\site-packages\geopandas\io\file.py:259, in _read_file(filename, bbox, mask, rows... | open | 2023-02-14T11:07:26Z | 2024-07-25T15:05:40Z | https://github.com/geopandas/geopandas/issues/2791 | [
"enhancement"
] | IngJuanMaSuarez | 14 |
adamerose/PandasGUI | pandas | 93 | Bar plot not working in current develop branch | For the bar plot, `key_cols` is not what you'd think and it is throwing a `KeyError`. Using one of the demo dataset, selecting `Speed` for `x` you get not `Speed` in `key_cols`, but `('S', 'p', 'e', 'e', 'd')`.
_Originally posted by @fdion in https://github.com/adamerose/PandasGUI/discussions/90#discussioncomment-33... | closed | 2021-02-04T21:25:35Z | 2021-02-04T23:43:16Z | https://github.com/adamerose/PandasGUI/issues/93 | [] | fdion | 1 |
pyeve/eve | flask | 800 | SOFT_DELETE with ALLOW_UNKNOWN crash on startup | closed | 2016-01-09T08:32:50Z | 2016-01-09T08:37:49Z | https://github.com/pyeve/eve/issues/800 | [
"bug"
] | nicolaiarocci | 0 | |
youfou/wxpy | api | 366 | 运行bot = Bot时报错NameError: name 'Bot' is not defined | 

| open | 2019-01-26T19:44:56Z | 2019-01-27T15:43:01Z | https://github.com/youfou/wxpy/issues/366 | [] | sjx782392329 | 1 |
explosion/spaCy | nlp | 12,503 | Question about how to extract the exact place that the specific person would go (or something synonym verb like visit, meet, travel) | ### Discussed in https://github.com/explosion/spaCy/discussions/12502
<div type='discussions-op-text'>
<sup>Originally posted by **icmpnorequest** April 6, 2023</sup>
Hi,
I tried to extract the place that a specific person would go from a document. I could extract the location entity with Entity Recognition,... | closed | 2023-04-06T02:38:52Z | 2023-05-07T00:02:15Z | https://github.com/explosion/spaCy/issues/12503 | [] | icmpnorequest | 2 |
ml-tooling/opyrator | pydantic | 9 | Provide and document collection of predefined components | **Feature description:**
Opyrator provides a growing collection of pre-defined components (input- and output models) for common tasks. Some of these components also provide more advanced UIs and Visualizations. You can reuse these components to speed up your development and, thereby, keep your Opyrators compatible t... | closed | 2021-04-19T16:56:38Z | 2021-11-02T02:12:10Z | https://github.com/ml-tooling/opyrator/issues/9 | [
"feature",
"stale"
] | lukasmasuch | 2 |
iperov/DeepFaceLab | deep-learning | 753 | Max batch size of 3 for RTX2070?? | Hi all,
I feel like my PC specs should be able to handle a batch size bigger than 3, however if I bump up to 4 or higher i get the "CUDA out of memory/cannot allocate" error.
Can anyone please help?
Much appreciated in advance!
Specs below:
i7-6700K 4GHz
MSI RTX2070 SUPER 8GB
16BG RAM
Windows 10
Pyt... | open | 2020-05-20T01:04:39Z | 2023-06-08T20:16:06Z | https://github.com/iperov/DeepFaceLab/issues/753 | [] | doopidydoopidy | 5 |
axnsan12/drf-yasg | rest-api | 790 | ModuleNotFoundError: No module named 'drf-yasg' (Virtual environment python3.8) | # Bug Report
## Description
when I run python manage.py runserver , but An error was reported.
ModuleNotFoundError: No module named 'drf-yasg'
I'm sure drf-yasg is installed.
As follows:
settings.py
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.conten... | closed | 2022-05-04T10:23:11Z | 2023-05-20T06:40:21Z | https://github.com/axnsan12/drf-yasg/issues/790 | [] | git-ruoshui | 2 |
adbar/trafilatura | web-scraping | 595 | `utils.decode_file()`: add switch for full detection or GZip only | The use cases differ, it is not always necessary to test a binary string against all possible compression methods:
1. Use in `downloads` and `spider` modules: Run full detection
2. Use in `utils.load_html()`: Just test if it's a GZip file (i.e. downloaded and archived by Trafilatura) | open | 2024-05-15T16:27:49Z | 2024-05-15T16:27:50Z | https://github.com/adbar/trafilatura/issues/595 | [
"enhancement"
] | adbar | 0 |
mwaskom/seaborn | pandas | 3,023 | Error during legend creation with mixture of marks | Here's a minimal example, it seems that you need all three layers to trigger the error:
```python
(
so.Plot(penguins, "bill_length_mm", "bill_depth_mm", color="species")
.add(so.Dots())
.add(so.Line(), so.PolyFit(1))
.add(so.Line(), so.PolyFit(2))
)
```
<details><summary>Traceback</summary>... | closed | 2022-09-13T21:24:39Z | 2022-10-04T23:44:57Z | https://github.com/mwaskom/seaborn/issues/3023 | [
"bug",
"objects-plot"
] | mwaskom | 1 |
plotly/dash | data-science | 2,233 | Include type hints in function parameters | Hi,
Static type checkers (mypy, pyright/pylance) are becoming increasingly popular in the python world.
For now they don't work with Dash as there are no type annotations included with the library.
From what I understand, python code for dash components as well as their docstrings are somehow transpiled from ja... | open | 2022-09-17T10:09:59Z | 2024-08-13T19:19:30Z | https://github.com/plotly/dash/issues/2233 | [
"feature",
"P3"
] | ldorigo | 4 |
d2l-ai/d2l-en | machine-learning | 2,308 | Add chapter on diffusion models | GANs are the most advanced topic currently discussed in d2l.ai. However, diffusion models have taken the image generation mantle from GANs. Holding up GANs as the final chapter of the book and not discussing diffusion models at all feels like a clear indication of dated content. Additionally, fast.ai just announced tha... | open | 2022-09-16T21:41:12Z | 2023-05-15T13:48:32Z | https://github.com/d2l-ai/d2l-en/issues/2308 | [
"feature request"
] | dmarx | 4 |
sebp/scikit-survival | scikit-learn | 96 | Mistake in the documentation of `concordance_index_censored` | > Samples are comparable if for at least one of them an event occurred. If the estimated risk is larger for the sample with a higher time of event/censoring, the predictions of that pair are said to be concordant.
In my understanding if the estimated risk is higher for A than for B then, for concordancy, the time-t... | closed | 2020-03-03T13:00:27Z | 2020-03-06T09:39:04Z | https://github.com/sebp/scikit-survival/issues/96 | [] | poganyg | 2 |
krish-adi/barfi | streamlit | 5 | Enhancement Request: Support for self.get_blockname | For user error messages (i.e. which block failed) and other uses | closed | 2022-07-18T20:03:22Z | 2022-08-30T21:57:59Z | https://github.com/krish-adi/barfi/issues/5 | [
"enhancement"
] | zabrewer | 4 |
MagicStack/asyncpg | asyncio | 570 | Why is there a strict dependency to Cython 0.29.14 ? | The commit 7cb31bc updated the Cython dependency version. It's now required to have cython version [strictly equals to `0.29.14`](https://github.com/MagicStack/asyncpg/commit/7cb31bc6c8bf974827b793efad2caa659fe143e4#diff-2eeaed663bd0d25b7e608891384b7298R30)
I have 2 questions about this:
- Why did you changed f... | open | 2020-05-06T21:01:47Z | 2020-05-13T20:36:49Z | https://github.com/MagicStack/asyncpg/issues/570 | [] | rmedaer | 3 |
microsoft/nni | pytorch | 5,621 | Custom Operations in PointNet++ Implementation | **Describe the issue**:
Hi,
I am trying to implement PointNet++ model with NNI module for NAS, but I am getting the error mentioned in #5610. I was wondering if the custom operations used in pointnet are supported by NNI. You may find the custom ops used in this file:
https://github.com/yanx27/Pointnet_Pointnet2... | closed | 2023-06-27T21:09:43Z | 2023-07-07T23:30:51Z | https://github.com/microsoft/nni/issues/5621 | [] | ekurtgl | 2 |
ultralytics/ultralytics | python | 19,524 | Threading issue on Train and Val | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Train
### Bug
My pc specs and software configuration is stated below!
**ISSUE:**
if train and val using default configura... | open | 2025-03-05T03:56:45Z | 2025-03-05T21:21:26Z | https://github.com/ultralytics/ultralytics/issues/19524 | [
"documentation"
] | mgi24 | 4 |
alteryx/featuretools | data-science | 2,069 | Add DayOfYear primitive | - This primitive determines the day of the year a datetime column falls into
- https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.dayofyear.html | closed | 2022-05-11T20:09:36Z | 2022-06-22T13:52:13Z | https://github.com/alteryx/featuretools/issues/2069 | [
"good first issue"
] | gsheni | 0 |
piskvorky/gensim | machine-learning | 3,111 | Coherence key error on held out set | Hi, I am trying to train a LDA model on a train set (80% of the data):
```
lda_model = gensim.models.ldamulticore.LdaMulticore(corpus=corpus_train,
id2word=id2word_train,
num_topics=n_t... | closed | 2021-04-09T11:33:49Z | 2021-06-29T05:00:11Z | https://github.com/piskvorky/gensim/issues/3111 | [] | ihavemanyquestions | 2 |
onnx/onnxmltools | scikit-learn | 517 | convert_xgboost gives wrong values if using early_stopping | Hi I'm trying to convert an XGBClassifier to onnx and noticed that if I use a large number of n_estimators and then use early_stopping argument, convert the model to onnx and then load and run the model I get incorrect probabilities using. I've attached an example below
```
from sklearn.datasets import make_classif... | open | 2021-11-10T16:37:53Z | 2022-06-17T13:59:24Z | https://github.com/onnx/onnxmltools/issues/517 | [] | rgreen1995 | 1 |
sinaptik-ai/pandas-ai | data-visualization | 600 | Unable to render plot while using Streamlit in Docker | ### 🐛 Describe the bug
I'm able to generate plots from PandasAI in a virtual environment. However, when I used in a docker environment, it is throwing the following error:
`ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running`
In my code, ... | closed | 2023-09-29T12:21:49Z | 2024-06-01T00:20:13Z | https://github.com/sinaptik-ai/pandas-ai/issues/600 | [] | Vikramank | 1 |
Farama-Foundation/Gymnasium | api | 356 | [Bug Report] gymnasium.error.DependencyNotInstalled: moviepy is not installed, run `pip install moviepy` | ### Describe the bug
I am trying to use record_video to record the training of my model.
I have this problem:
gymnasium.error.DependencyNotInstalled: moviepy is not installed, run `pip install moviepy`
UserWarning: WARN: Unable to save last video! Did you call close()?
But I have installed:
moviepy ==1.0.3
... | closed | 2023-03-03T15:14:07Z | 2023-06-21T16:46:52Z | https://github.com/Farama-Foundation/Gymnasium/issues/356 | [
"bug"
] | TheGravityZero | 14 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,373 | How to get result images have same names suffix as testA? | Hi,
Firstly thank you very much for such a nice implementation. My question is related to CycleGan:
1. I have 500 files in /testA/ named such as 1.jpg, 2.jpg, ... , 500.jpg
2. I want to have the results to have outputs say 1_real.png , 1_fake.png, ..., 500_real.png, 500_fake.png - that refers to the original 1.j... | open | 2022-01-30T21:35:15Z | 2022-02-15T20:23:13Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1373 | [] | adnan0819 | 3 |
davidteather/TikTok-Api | api | 998 | [BUG] - Your Error Here | [{"domain":"\ufeff.tiktok.com","expirationDate":"1662654804","hostOnly":true,"httpOnly":true,"name":"passport_csrf_token","path":"\/","sameSite":"no_restriction","secure":true,"session":true,"value":"e91366cd016a8f42dd4c53a2ae8b469f","id":0,"storeId":"0"},{"domain":".tiktok.com","expirationDate":"1662654804","hostOnly"... | closed | 2023-02-19T02:48:30Z | 2024-03-16T13:33:02Z | https://github.com/davidteather/TikTok-Api/issues/998 | [
"bug"
] | Psychopat228 | 3 |
DistrictDataLabs/yellowbrick | matplotlib | 1,011 | object has no attribute 'features_' | **Description**
I get an error when using FeatureImportances with an already fitted model:
```
AttributeError: 'LinearRegression' object has no attribute 'features_'
```
**To Reproduce**
```python
reg = LinearRegression()
reg.fit(X, y)
viz = FeatureImportances(reg, is_fitted=True)
# viz.fit(X, y) # not ... | closed | 2020-01-22T11:34:08Z | 2020-02-04T10:57:38Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1011 | [] | yoavram | 2 |
sanic-org/sanic | asyncio | 2,584 | Unable to handle global scope on Windows | **Describe the bug**
On Windows I get a runtime error telling me to call freeze_support, when run code snippet
```py
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python310\lib\multiprocessing\spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
... | closed | 2022-10-21T15:02:07Z | 2022-12-07T13:08:12Z | https://github.com/sanic-org/sanic/issues/2584 | [
"bug",
"windows"
] | SaidBySolo | 1 |
openapi-generators/openapi-python-client | rest-api | 457 | `PathItem` parameters overriding in `Operation` | **Describe the bug**
I received warning when trying to generate client for example OpenAPI (see below).
```bash
ERROR parsing POST /foo/{bar} within default. Endpoint will not be generated.
Could not reconcile duplicate parameters named bar
```
OAS says `A unique parameter is defined by a combination of a name an... | closed | 2021-07-22T10:09:29Z | 2021-08-15T16:32:45Z | https://github.com/openapi-generators/openapi-python-client/issues/457 | [
"🐞bug"
] | mtovts | 1 |
FlareSolverr/FlareSolverr | api | 341 | Flaresolver 2.2.2 does not start anymore | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-03-20T17:16:52Z | 2022-03-22T20:10:42Z | https://github.com/FlareSolverr/FlareSolverr/issues/341 | [
"more information needed"
] | Tsuna77 | 7 |
SYSTRAN/faster-whisper | deep-learning | 249 | High Memory Use | I've been testing faster-whisper for a little while and quite like the results. Thank you for your hard work. 👍
However, I've been having problems with memory use on larger files. As an example, I have a very long audio file (5.5 hours) which I am transcribing in a container with 4 cpu cores and 16gb RAM available... | closed | 2023-05-19T08:11:09Z | 2023-06-21T13:01:39Z | https://github.com/SYSTRAN/faster-whisper/issues/249 | [] | vorte | 7 |
d2l-ai/d2l-en | deep-learning | 1,741 | remove all `torch.no_grad():` | I don't think it is necessary, but there are still multiple notebooks containing this sentence:
```
(base) $ ack no_grad
chapter_linear-networks/linear-regression-scratch.md
308: with torch.no_grad():
387: with torch.no_grad():
chapter_convolutional-neural-networks/lenet.md
355: with torch... | closed | 2021-05-08T21:20:27Z | 2021-06-02T19:42:56Z | https://github.com/d2l-ai/d2l-en/issues/1741 | [] | mli | 2 |
mitmproxy/pdoc | api | 280 | Class data members are included in the documentation when the type is explicitly defined. | #### Problem Description
As I understand it, pdoc does not document the class data members by default.
But, when the data member type is specified explicitly in `__init__()`, pdoc documents it by default.
#### Steps to reproduce the behavior:
```python
class Foo:
def __init__(self) -> None:
"""... | closed | 2021-07-07T09:27:03Z | 2021-07-28T14:32:14Z | https://github.com/mitmproxy/pdoc/issues/280 | [
"bug"
] | ravenexp | 5 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 950 | Normalization of tiff files | Hey I'm working with a dataset of tiff files where the images aren't confined to values in the range [0,255] but instead have values upwards of 1400. I've understood that I need to normalize my data so would my best solution be to remove the get_transform line [here](https://github.com/junyanz/pytorch-CycleGAN-and-pix2... | closed | 2020-03-12T12:48:16Z | 2020-03-12T18:28:21Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/950 | [] | JohanRaniseth | 2 |
jina-ai/clip-as-service | pytorch | 921 | About client API searching function | [https://clip-as-service.jina.ai/user-guides/client/#searching](url)
Following the example, the result returns an empty list []
instead of the expected: [['she smiled, with pain', ''], [{'value': 0.09604918956756592}, {'value': 0.7994111776351929}]] | open | 2023-07-04T02:49:02Z | 2024-03-22T11:09:16Z | https://github.com/jina-ai/clip-as-service/issues/921 | [] | kkiskkk | 5 |
explosion/spaCy | deep-learning | 11,909 | Encoding change to ANSI_X3.4-1968 on import | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
```
>>> import locale
>>> print(locale.getpreferredencoding())
UTF-8
>>> import spacy
>>> print(locale.getpreferredencoding())
ANSI_X3.4-1968
```
It started happening when I've ins... | closed | 2022-12-01T13:13:48Z | 2023-03-16T00:02:13Z | https://github.com/explosion/spaCy/issues/11909 | [
"third-party",
"gpu"
] | mdocekal | 7 |
iperov/DeepFaceLab | deep-learning | 5,490 | Hello | @iperov Иван, добрый день!
Хотим познакомится на предмет сотрудничества. Если это возможно, свяжитесь со мной через creadec@gmail.com
С уважением, Иван Суслин | open | 2022-03-04T11:16:11Z | 2023-06-08T22:55:58Z | https://github.com/iperov/DeepFaceLab/issues/5490 | [] | Creadec | 2 |
pallets-eco/flask-sqlalchemy | flask | 744 | Add support for creating a single table | Add support for creating a single table, as an alternative for only using create_all() | closed | 2019-05-29T00:12:26Z | 2021-06-02T00:24:21Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/744 | [] | ghost | 1 |
sherlock-project/sherlock | python | 2,241 | python3 -m pip install -r requirements.txt | ### Installation method
PyPI (via pip)
### Description
i got this message after running that commande
Defaulting to user installation because normal site-packages is not writeable
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
ERROR: Could not o... | closed | 2024-08-05T20:01:08Z | 2024-08-05T21:04:29Z | https://github.com/sherlock-project/sherlock/issues/2241 | [] | Aminser99 | 1 |
huggingface/datasets | deep-learning | 6,880 | Webdataset: KeyError: 'png' on some datasets when streaming | reported at https://huggingface.co/datasets/tbone5563/tar_images/discussions/1
```python
>>> from datasets import load_dataset
>>> ds = load_dataset("tbone5563/tar_images")
Downloading data: 100%
1.41G/1.41G [00:48<00:00, 17.2MB/s]
Downloading data: 100%
619M/619M [00:11<00:00, 57.4MB/s]
Generating train sp... | open | 2024-05-07T13:09:02Z | 2024-05-14T20:34:05Z | https://github.com/huggingface/datasets/issues/6880 | [] | lhoestq | 5 |
roboflow/supervision | computer-vision | 1,373 | [InferenceSlicer] - instance segmentation inference results are not post-processed properly | I am experiencing an issue where the model is performing inference on the full image resolution of 2048x2048 instead of the sliced resolution of 512x512 as intended. Below are the details of the function and the problem encountered.
```python
def callback(image: np.ndarray) -> sv.Detections:
print(f"Image shap... | open | 2024-07-17T09:23:56Z | 2024-08-09T08:04:08Z | https://github.com/roboflow/supervision/issues/1373 | [
"bug"
] | SaiJeevanPuchakayala | 23 |
babysor/MockingBird | pytorch | 760 | 有没有在macbook上成功的同学,我配置完成后没有报错信息,但是一直是沙沙的声音,不清楚是什么原因 | **Summary[问题简述(一句话)]**
A clear and concise description of what the issue is.
**Env & To Reproduce[复现与环境]**
描述你用的环境、代码版本、模型
mac OS Monterey 12.5
Python 3.9.2
**Screensho
<img width="1300" alt="截屏2022-10-07 00 26 04" src="https://user-images.githubusercontent.com/16750537/194367418-49c0c63b-b7d5-4d76-9738-4... | closed | 2022-10-06T16:26:15Z | 2022-11-16T09:21:19Z | https://github.com/babysor/MockingBird/issues/760 | [] | zhuzhihui | 1 |
TencentARC/GFPGAN | deep-learning | 77 | IndexError: list index out of range | When I try to run inference commands, I always get errors that prevent successful image elaboration.
When I try load extensions just-in-time (JIT), I get IndexError: list index out of range
```
BASICSR_JIT=True python inference_gfpgan.py --model_path experiments/pretrained_models/GFPGANv1.pth --test_path inputs/wh... | open | 2021-10-12T00:05:05Z | 2022-06-12T14:09:17Z | https://github.com/TencentARC/GFPGAN/issues/77 | [] | ullaf | 4 |
flasgger/flasgger | rest-api | 584 | Add a CONTRIBUTING file | https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors | open | 2023-06-20T19:43:39Z | 2023-06-20T19:43:39Z | https://github.com/flasgger/flasgger/issues/584 | [] | reedy | 0 |
vanna-ai/vanna | data-visualization | 55 | Rename dataset to model | Model is a lot easier for people to understand.
- create_model
- train
- get_training_data
- delete_model
- update_model_visibility
- etc | closed | 2023-07-26T17:12:02Z | 2023-07-26T19:39:28Z | https://github.com/vanna-ai/vanna/issues/55 | [
"enhancement"
] | zainhoda | 0 |
mljar/mercury | data-visualization | 401 | How to run mercury like a package by a docker container? | Hello folks, I have my a docker-compose yml that include a few services (with nginx proxy), I want to add a mercury app to display my notebooks and show it to my colleagues.
I try to install the mercury app like a package by the pip cmd and run a docker container by docker compose through an entry point: `mercury run... | closed | 2023-11-26T22:41:12Z | 2024-02-21T08:50:49Z | https://github.com/mljar/mercury/issues/401 | [] | kskadart | 2 |
roboflow/supervision | pytorch | 1,056 | sv.Detections.from_transformers expects different dict-properties | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
I use the following:
```
import supervision as sv
from transformers import AutoImageProcessor
from transformers import pipeline
from PIL import... | closed | 2024-03-26T21:18:57Z | 2024-03-26T21:45:25Z | https://github.com/roboflow/supervision/issues/1056 | [
"bug"
] | KevinHubert-Dev | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.