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
coqui-ai/TTS
deep-learning
2,686
[Bug] Unable to download models
### Describe the bug When I run the example the model is unable to download. when I try to manually download the model from ``` https://coqui.gateway.scarf.sh/v0.10.1_models/tts_models--multilingual--multi-dataset--your_tts.zip ``` I get redirected to ``` https://huggingface.co/erogol/v0.10.1_models/resolve...
closed
2023-06-19T13:49:57Z
2025-02-28T16:41:31Z
https://github.com/coqui-ai/TTS/issues/2686
[ "bug" ]
Maarten-buelens
23
xuebinqin/U-2-Net
computer-vision
357
Hi, when I run this code, I get strange errors in other detection tasks.The following is the warning where the error occurs
/pytorch/aten/src/ATen/native/cuda/Loss.cu:115: operator(): block: [290,0,0], thread: [62,0,0] Assertion `input_val >= zero && input_val <= one` failed. /pytorch/aten/src/ATen/native/cuda/Loss.cu:115: operator(): block: [290,0,0], thread: [63,0,0] Assertion `input_val >= zero && input_val <= one` failed. [epoch: ...
open
2023-04-24T15:29:11Z
2024-04-24T06:03:58Z
https://github.com/xuebinqin/U-2-Net/issues/357
[]
1dhuh
1
slackapi/python-slack-sdk
asyncio
1,153
How to get messages from a personal chat?
I want to be able to grab a chat log using the api ```bash conversation_id = "D0....." result = client.conversations_history(channel=conversation_id) ``` When i send this message i alway get `channel_not_found` even though the bot is added to the DM. It also has the correct scopes. <img width="391" al...
closed
2021-12-14T16:52:08Z
2022-01-31T00:02:31Z
https://github.com/slackapi/python-slack-sdk/issues/1153
[ "question", "needs info", "auto-triage-stale" ]
jeremiahlukus
3
huggingface/datasets
computer-vision
6,460
jsonlines files don't load with `load_dataset`
### Describe the bug While [the docs](https://huggingface.co/docs/datasets/upload_dataset#upload-dataset) seem to state that `.jsonl` is a supported extension for `datasets`, loading the dataset results in a `JSONDecodeError`. ### Steps to reproduce the bug Code: ``` from datasets import load_dataset dset = load_...
closed
2023-11-29T21:20:11Z
2023-12-29T02:58:29Z
https://github.com/huggingface/datasets/issues/6460
[]
serenalotreck
4
graphql-python/graphene
graphql
1,041
Problem with Implementing Custom Directives
Hi, I've have read all the issues in your repo regarding this argument. I've also checked your source code and the graphql-core source code. And still I can't find a satisfying answer to my problem. I have to implement custom directives like the ones implemented in this package (https://github.com/ekampf/grap...
closed
2019-07-22T13:40:35Z
2019-09-20T14:46:54Z
https://github.com/graphql-python/graphene/issues/1041
[]
frank2411
2
AirtestProject/Airtest
automation
342
่ฐƒ็”จๆœฌๅœฐ็Žฏๅขƒ็š„็ฌฌไธ‰ๆ–นๆจกๅ—bs4 ไธ€็›ดๅคฑ่ดฅ python IDE่ฐƒ็”จ ๆ˜ฏๆˆๅŠŸ็š„
Remove any following parts if does not have details about **Describe the bug** [DEBUG][Start debugging...] D:\AirtestIDE_2019-01-15_py3_win64\AirtestIDE_2019-01-15_py3_win64\airtest\core\android\static\adb\windows\adb.exe -P 5037 -s 54dc383c0804 wait-for-device D:\AirtestIDE_2019-01-15_py3_win64\AirtestIDE_2019...
closed
2019-04-01T12:57:51Z
2019-04-01T14:05:41Z
https://github.com/AirtestProject/Airtest/issues/342
[]
hoangwork
9
CorentinJ/Real-Time-Voice-Cloning
python
946
Getting stuck on "Loading the encoder" bit (not responding)
Hey, I just installed everything. I'm having trouble where whenever I try to input anything it loads up successfully and then gets caught on "Loading the encoder" and then says it's not responding. I have an RTX 3080. I've tried redownloading and using different pretrained.pt files for the encoder thing it's trying to ...
open
2021-12-10T10:32:13Z
2022-01-10T12:11:13Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/946
[]
HirabayashiCallie
2
Asabeneh/30-Days-Of-Python
numpy
383
Python
closed
2023-04-18T01:52:32Z
2023-07-08T21:56:11Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/383
[]
YeudielVai
1
KaiyangZhou/deep-person-reid
computer-vision
550
cmc curve graph
How do I get the cmc graph after training? Thank you for your answer.
open
2023-07-14T09:10:43Z
2023-07-14T09:10:43Z
https://github.com/KaiyangZhou/deep-person-reid/issues/550
[]
xiaboAAA
0
ets-labs/python-dependency-injector
flask
28
Make Objects compatible with Python 2.6
Acceptance criterias: - Tests on Python 2.6 passed. - Badge with supported version added to README.md
closed
2015-03-17T12:59:09Z
2015-03-23T14:49:02Z
https://github.com/ets-labs/python-dependency-injector/issues/28
[ "enhancement" ]
rmk135
0
sktime/pytorch-forecasting
pandas
1,354
Issue with TFT generating empty features in torch/nn/modules/linear.py
- PyTorch-Forecasting version: 1.0.0 - PyTorch version: 2.0.1+cu117 - Python version: 3.8.10 - Operating System: Ubuntu 20.04.6 LTS ### Expected behavior Code would build a working TFT model from TimeSeriesDataSet data. ### Actual behavior The code reported an error and crashed: ### Code to reproduce ...
closed
2023-08-01T14:38:59Z
2023-08-31T19:16:43Z
https://github.com/sktime/pytorch-forecasting/issues/1354
[]
Loggy48
2
miguelgrinberg/Flask-Migrate
flask
208
changing log level in configuration callback
Following the docs, I am trying to alter the log level in the configuration to turn off logging: ```python @migrate.configure def configure_alembic(config): config.set_section('logger_alembic', 'level', 'WARN') return config ``` I've confirmed that making this same change in `alembic.ini` turns off l...
closed
2018-06-08T12:33:11Z
2018-06-13T10:05:16Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/208
[ "question" ]
bugsduggan
2
scikit-tda/kepler-mapper
data-visualization
251
Overlapping bins in the HTML visualization.
**Description** There is overlap in the member distribution histogram when the number of visualized bins is greater than 10. **To Reproduce** ```python import kmapper as km from sklearn import datasets data, labels = datasets.make_circles(n_samples=5000, noise=0.03, factor=0.3) mapper = km.KeplerMapper(verbo...
open
2023-11-27T10:22:44Z
2023-11-27T10:22:44Z
https://github.com/scikit-tda/kepler-mapper/issues/251
[]
fferegrino
0
keras-team/keras
python
20,402
`EpochIterator` initialized with a generator cannot be reset
`EpochIterator` initialized with a generator cannot be reset, consequently the following bug might occur: https://github.com/keras-team/keras/issues/20394 Another consequence is running prediction on an unbuilt model discards samples: ```python import os import numpy as np os.environ["KERAS_BACKEND"] = "jax" im...
closed
2024-10-24T11:31:37Z
2024-10-26T17:33:12Z
https://github.com/keras-team/keras/issues/20402
[ "stat:awaiting response from contributor", "type:Bug" ]
nicolaspi
2
browser-use/browser-use
python
890
Add Mouse Interaction Functions for Full Web Automation
### Problem Description I would like to request support for mouse actions (such as click, scroll up/down, drag, and hover) in browser-use, in addition to the existing keyboard automation. **Use Case** I need to access a remote server through a web portal, and browser-use can successfully recognize and interact with ...
open
2025-02-27T09:10:28Z
2025-03-19T12:00:30Z
https://github.com/browser-use/browser-use/issues/890
[ "enhancement" ]
JamesChen9415
3
ultralytics/ultralytics
computer-vision
18,965
benchmark error
### 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 _No response_ ### Bug The scripts i wrote is > from ultralytics.utils.benchmarks import benchmark > benchmark(model="yolo...
closed
2025-02-01T10:20:21Z
2025-02-10T07:03:48Z
https://github.com/ultralytics/ultralytics/issues/18965
[ "non-reproducible", "exports" ]
AlexiAlp
14
lukas-blecher/LaTeX-OCR
pytorch
281
Train the model with my own data
Hi, First of all thanks for the great work! I want to train your model with my own data, but it doesn't work and I don't know why? The training with your data works perfect and I have modified my data like yours Crohme and pdf. The generation of the dataset works, also without problems, but if I start the training I...
closed
2023-06-12T11:08:32Z
2023-06-15T08:59:35Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/281
[]
ficht74
10
CorentinJ/Real-Time-Voice-Cloning
tensorflow
516
ERROR: No matching distribution found for tensorflow==1.15
I'm trying to install the prerequisites but am unable to install tensorflow version 1.15. Does anyone have a workaround? Using python3-pip.
closed
2020-09-01T04:13:46Z
2020-09-04T05:12:03Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/516
[]
therealjr
3
aeon-toolkit/aeon
scikit-learn
1,970
[BUG] visualize_best_shapelets_one_class not handling RTSD correctly
### Describe the bug For RTSD classifiers this method plots the same shapelet three times at different levels of importance. RTSD transforms the time series space into an array of shape (n_cases, 3*n_shapelets) where 3 features relate to one shapelet. The visualize_best_shapelets_one_class method ranks the importan...
closed
2024-08-14T06:11:14Z
2024-08-17T18:44:00Z
https://github.com/aeon-toolkit/aeon/issues/1970
[ "bug" ]
IRKnyazev
2
dmlc/gluon-cv
computer-vision
1,651
Fine-tuning SOTA video models on your own dataset - Sign Language
Sir, I am trying to implement a sign classifier using this API as part of my final year college project. Data set: http://facundoq.github.io/datasets/lsa64/ I followed the Fine-tuning SOTA video models on your own dataset tutorial and fine-tuned 1. i3d_resnet50_v1_custom 2. slowfast_4x16_resnet50_custom The...
closed
2021-04-20T18:39:30Z
2021-05-05T19:18:51Z
https://github.com/dmlc/gluon-cv/issues/1651
[]
aslam-ep
1
abhiTronix/vidgear
dash
426
[Question]: How do i directly get the encoded frames???
### Issue guidelines - [X] I've read the [Issue Guidelines](https://abhitronix.github.io/vidgear/latest/contribution/issue/#submitting-an-issue-guidelines) and wholeheartedly agree. ### Issue Checklist - [X] I have searched open or closed [issues](https://github.com/abhiTronix/vidgear/issues) for my problem and foun...
closed
2024-11-12T06:09:49Z
2024-11-13T07:39:30Z
https://github.com/abhiTronix/vidgear/issues/426
[ "QUESTION :question:", "SOLVED :checkered_flag:" ]
Praveenstein
1
gevent/gevent
asyncio
1,936
gevent 1.5.0 specifies a cython file as a prerequisite, causing cython to run only when it was installed after 2020
When installing [`spack install py-gevent`](https://github.com/spack/spack) it resolves to ``` py-gevent@1.5.0 py-cffi@1.15.1 libffi@3.4.4 py-pycparser@2.21 py-cython@0.29.33 py-greenlet@1.1.3 py-pip@23.0 py-setuptools@63.0.0 py-wheel@0.37.1 python@3.10.8 .....
closed
2023-03-10T13:38:51Z
2023-03-10T16:31:47Z
https://github.com/gevent/gevent/issues/1936
[]
haampie
5
graphql-python/gql
graphql
179
Using a single session with FastAPI
I have a Hasura GraphQL engine as a server with a few small services acting like webhooks for business logic and handling database events. One of theses services has a REST API and needs to retrieve data from the GraphQL engine or run mutations. Due to performance concerns I have decided to rewrite one of the services...
closed
2020-12-07T20:32:48Z
2022-07-03T13:54:29Z
https://github.com/graphql-python/gql/issues/179
[ "type: feature" ]
antonkravc
11
K3D-tools/K3D-jupyter
jupyter
426
model_matrix not updated when using manipulators
* K3D version: 2.15.2 * Python version: 3.8.13 * Operating System: Ubuntu 20.04 (backend), Windows 10 Pro (frontend) ### Description When manipulating an object in plot "manipulate" mode the object's model matrix doesn't get updated and also "observe" callback is not fired. I found that it's probably because o...
open
2023-06-07T07:47:37Z
2023-08-16T22:36:44Z
https://github.com/K3D-tools/K3D-jupyter/issues/426
[]
wmalara
0
dynaconf/dynaconf
flask
331
[RFC] Add support for Pydantic BaseSettings
Pydantic has a schema class BaseSettings that can be integrated with Dynaconf validators.
closed
2020-04-29T14:24:51Z
2020-09-12T04:20:13Z
https://github.com/dynaconf/dynaconf/issues/331
[ "Not a Bug", "RFC" ]
rochacbruno
2
Textualize/rich
python
3,647
[BUG] legacy_windows is True when is_terminal is False
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** The c...
open
2025-03-02T03:31:34Z
2025-03-02T03:31:50Z
https://github.com/Textualize/rich/issues/3647
[ "Needs triage" ]
xymy
1
pytorch/pytorch
python
149,621
`torch.cuda.manual_seed` ignored
### ๐Ÿ› Describe the bug When using torch.compile, torch.cuda.manual_seed/torch.cuda.manual_seed_all/torch.cuda.random.manual_seed do not seem to properly enforce reproducibility across multiple calls to a compiled function. # torch.cuda.manual_seed Code: ```python import torch import torch._inductor.config torch._in...
open
2025-03-20T12:42:27Z
2025-03-24T15:46:40Z
https://github.com/pytorch/pytorch/issues/149621
[ "triaged", "module: random", "oncall: pt2" ]
vwrewsge
3
horovod/horovod
tensorflow
3,088
Add terminate_on_nan flag to spark lightning estimator
**Is your feature request related to a problem? Please describe.** pytorch lightning trainer's api has a parameter to control the behavior of seeing nan output, this needs to be added to the estimator's api to support controling that behavior for Horovod users. **Describe the solution you'd like** Add terminate_on...
closed
2021-08-06T17:47:05Z
2021-08-09T18:21:13Z
https://github.com/horovod/horovod/issues/3088
[ "enhancement" ]
Tixxx
1
litestar-org/litestar
pydantic
3,677
Enhancement: Allow streaming Templates to serve very large content
### Summary The render() method of Template class generates the entire content of the template at once. But for large content, this can be inadequate. For instance, for jinja2 one can use generators and also call the generate() method to yield the contents in a streaming fashion. ### Basic Example _No response_ #...
open
2024-08-20T13:07:38Z
2025-03-20T15:54:52Z
https://github.com/litestar-org/litestar/issues/3677
[ "Enhancement", "Templating", "Responses" ]
ptallada
0
slackapi/bolt-python
fastapi
600
trigger_exchanged error using AWS Lambda + Workflow Steps
Hi, I created a workflow step at the company where I work to automate the approval of requests without having to open a ticket. Basically I have a workflow where the user fills in some information and after submitting the form, a message arrives for the manager with a button to approve or deny the request. The is...
closed
2022-02-24T19:36:40Z
2022-02-28T19:35:21Z
https://github.com/slackapi/bolt-python/issues/600
[ "question" ]
bsouzagit
4
mouredev/Hello-Python
fastapi
80
ๅ…ณไบŽๅนณๅฐ็ขฐๅˆฐ่ขซ้ป‘ๅ‡บไธไบ†ๆฌพๆ˜พ็คบ้€š้“ไธ€็›ด็ปดๆŠคๆ€ŽไนˆๅŠž๏ผŸ
้œ€่ฆๅธฎๅŠฉ่ฏทๆทปๅŠ ๅ‡บ้ป‘ๅ’จ่ฏขVใ€Šzhkk8683ใ€‹ๅ’จ่ฏขQQ๏ผš1923630145 ่ขซๅนณๅฐ้ป‘ไบ†ๆ˜ฏๅพˆ่ฎฉไบบๅคด็–ผ็š„ไธ€ไปถไบ‹ๆƒ…๏ผŒๅ› ไธบ่ฟ™ๆ„ๅ‘ณ็€ๆ‚จๆ— ๆณ•ๅ–ๅ‡บๆ‚จๅœจๅนณๅฐไธŠ็š„่ต„้‡‘ใ€‚้ฆ–ๅ…ˆ๏ผŒๆ‚จ้œ€่ฆไบ†่งฃๅนณๅฐ้ป‘ๅๅ•็š„ๅŽŸๅ› ใ€‚ ๅฆ‚ๆžœๆ‚จ่ฟๅไบ†ๅนณๅฐ็š„ๆ”ฟ็ญ–๏ผŒ้‚ฃไนˆๆ‚จ็š„ๅธๆˆทๅฏ่ƒฝไผš่ขซๆš‚ๅœๆˆ–้™ๅˆถใ€‚ๅœจ่ฟ™็งๆƒ…ๅ†ตไธ‹๏ผŒๆ‚จ้œ€่ฆ้˜…่ฏปๅนณๅฐๅฟตๆฑช็š„็”จๆˆทๅ่ฎฎ๏ผŒๅนถไธŽๅนณๅฐ ็š„ๅฎขๆˆทๆ”ฏๆŒๅ›ข้˜Ÿ่”็ณป๏ผŒไปฅไบ†่งฃๅฆ‚ไฝ•่งฃๅ†ณ้—ฎ้ข˜ใ€‚ ๅฆ‚ๆžœๆ‚จ่ฎคไธบๆ‚จ็š„ๅธๆˆท่ขซ้”™่ฏฏๅœฐ้ป‘ๅๅ•๏ผŒๆ‚จๅบ”่ฏฅ็ซ‹ๅณ่”็ณปๅนณๅฐ็š„ๆž้ซ˜ๆจฑๅฎขๆˆทๆ”ฏๆŒๅ›ข้˜Ÿๅนถๆไพ›ๆ‰€ๆœ‰ๅฟ…่ฆ็š„ไฟกๆฏใ€‚ๆ‚จๅฏ่ƒฝ้œ€่ฆๆไพ› ๆ‚จ็š„่บซไปฝ่ฏๆ˜Žใ€ไบคๆ˜“ๅކๅฒ่ฎฐๅฝ•ๅ’Œๅ…ถไป–่ฏๆ˜Žๆ‚จ่บซไปฝ็š„ๆ–‡ไปถใ€‚ๅœจๆไพ›่ฟ™ไบ›ไฟกๆฏไน‹ๅŽ๏ผŒๆ‚จ้œ€่ฆ่€ๅฟƒ็ญ‰ๅพ…ๅนณๅฐ็š„ๅ›žๅค๏ผŒ้€šๅธธ้œ€่ฆๅ‡ ไธช ๅทฅไฝœๆ—ฅใ€‚ๅฆ‚ๆžœๆ‚จ่ขซ้ป‘ๅๅ•็š„ๅŽŸๅ› ๆ˜ฏๅ› ไธบๆ‚จ็š„ไบคๆ˜“่ขซๆ€€็–‘ๅญ˜ๅœจๆฌบ...
closed
2024-10-07T06:35:45Z
2024-10-16T05:27:09Z
https://github.com/mouredev/Hello-Python/issues/80
[]
xiao691
0
JaidedAI/EasyOCR
pytorch
914
Greek Language
First of all thank you soo much for this wonderful work. What about the Greek language isn't it developed yet? Or plz tell me how I can trained easy-OCR model with Greek language
open
2022-12-23T10:09:31Z
2023-01-14T04:57:15Z
https://github.com/JaidedAI/EasyOCR/issues/914
[]
Ham714
1
trevorstephens/gplearn
scikit-learn
123
Crossover only results in one offspring
Usually crossover produces two individuals by symmetrically replacing the subtrees in each other. The crossover operator in gplearn however only produces one offspring, is there a reason it was implemented that way? The ramification of this implementation is that genetic material from the parent is completely eradi...
closed
2019-01-11T17:48:48Z
2019-02-17T10:21:30Z
https://github.com/trevorstephens/gplearn/issues/123
[]
hwulfmeyer
3
scanapi/scanapi
rest-api
4
Implement Query Params
Similar to `headers` implementation ```yaml api: base_url: ${BASE_URL} headers: Authorization: ${BEARER_TOKEN} params: per_page: 10 ```
closed
2019-07-21T19:20:54Z
2019-08-01T13:08:31Z
https://github.com/scanapi/scanapi/issues/4
[ "Feature", "Good First Issue" ]
camilamaia
0
miguelgrinberg/python-socketio
asyncio
195
Default ping_timout is too high for react native
Related issues: https://github.com/facebook/react-native/issues/12981 https://github.com/socketio/socket.io/issues/3054 Fix: ```py Socket = socketio.AsyncServer( ping_timeout=30, ping_interval=30 ) ```
closed
2018-07-23T15:41:15Z
2019-01-27T08:59:21Z
https://github.com/miguelgrinberg/python-socketio/issues/195
[ "question" ]
Rybak5611
1
autogluon/autogluon
data-science
4,486
use in pyspark
## Description from autogluon.tabular import TabularPredictor can TabularPredictor use spark engine to deal with big data? ## References
closed
2024-09-23T10:45:40Z
2024-09-26T18:12:28Z
https://github.com/autogluon/autogluon/issues/4486
[ "enhancement", "module: tabular" ]
hhk123
1
modin-project/modin
pandas
7,139
Simplify Modin on Ray installation
Details in https://github.com/modin-project/modin/pull/6955#issue-2147677569
closed
2024-04-02T11:36:26Z
2024-05-02T13:32:36Z
https://github.com/modin-project/modin/issues/7139
[ "dependencies ๐Ÿ”—" ]
anmyachev
0
jupyterlab/jupyter-ai
jupyter
972
Create a kernel so you can have an AI notebook with context
<!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> <!-- Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whol...
open
2024-08-29T19:49:28Z
2024-08-29T19:49:28Z
https://github.com/jupyterlab/jupyter-ai/issues/972
[ "enhancement" ]
Jwink3101
0
Hironsan/BossSensor
computer-vision
3
memory problem?
It seems you read all the images in to cache. Will it be problem if amount of images is huge. like 100k training images? I also used keras, but I use flow_from_directory method in keras instead Thanks you code. Got some inspiration.
open
2016-12-24T07:00:16Z
2016-12-24T22:19:55Z
https://github.com/Hironsan/BossSensor/issues/3
[]
staywithme23
0
axnsan12/drf-yasg
django
700
How to group swagger API endpoints with drf_yasg
My related question in stackoverflow https://stackoverflow.com/questions/66001064/how-to-group-swagger-api-endpoints-with-drf-yasg-django I am am not able to group "v2" in swagger. Is that possible ? path('v2/token_api1', api.token_api1, name='token_api1'), path('v2/token_api2', api.token_api2, name='to...
closed
2021-02-05T23:08:40Z
2021-02-07T23:49:44Z
https://github.com/axnsan12/drf-yasg/issues/700
[]
axilaris
1
Kludex/mangum
fastapi
106
Refactor tests parameters and fixtures
The tests are a bit difficult to understand at the moment. I think the parameterization and fixtures could be modified to make it easier to make the behaviour more clear, docstrings are probably a good idea too.
closed
2020-05-09T13:49:54Z
2021-03-22T15:08:37Z
https://github.com/Kludex/mangum/issues/106
[ "improvement", "chore" ]
jordaneremieff
7
pyeve/eve
flask
669
Keep getting exception "DOMAIN dictionary missing or wrong."
I have no idea what the cause of this is. I'm running Ubuntu 14.04, my virtual host is pointed to a wsgi file in the same folder as the app file. I also have a settings.py file in that same folder. this runs just fine on windows locally, but Ubuntu virtualhost with virtualenv it throws this error.
closed
2015-07-14T01:51:50Z
2015-07-14T06:40:16Z
https://github.com/pyeve/eve/issues/669
[]
chawk
1
RomelTorres/alpha_vantage
pandas
375
[3.0.0][regression] can't copy 'alpha_vantage/async_support/sectorperformance.py'
Build fails: ``` copying alpha_vantage/async_support/foreignexchange.py -> build/lib/alpha_vantage/async_support error: can't copy 'alpha_vantage/async_support/sectorperformance.py': doesn't exist or not a regular file *** Error code 1 ``` This file is a broken symbolic link: ``` $ file ./work-py311/alpha_van...
closed
2024-07-18T13:02:16Z
2024-07-30T04:56:18Z
https://github.com/RomelTorres/alpha_vantage/issues/375
[]
yurivict
1
lmcgartland/graphene-file-upload
graphql
21
from graphene_file_upload.flask import FileUploadGraphQLView fails with this error:
``` Traceback (most recent call last): File "server.py", line 4, in <module> import graphene_file_upload.flask File "~/.local/share/virtualenvs/backend-JODmqDQ7/lib/python2.7/site-packages/graphene_file_upload/flask.py", line 1, in <module> from flask import request ImportError: cannot import name req...
closed
2018-11-07T23:12:01Z
2018-11-09T21:46:27Z
https://github.com/lmcgartland/graphene-file-upload/issues/21
[]
mfix22
9
dynaconf/dynaconf
fastapi
371
Link from readthedocs to the new websites
Colleagues of mine (not really knowing about dynaconf) were kind of confused when I told them about dynaconf 3.0 and they could just find the docs for 2.2.3 on https://dynaconf.readthedocs.io/ Would it be feasible to add a prominent link pointing to https://www.dynaconf.com/?
closed
2020-07-14T06:00:23Z
2020-07-14T21:31:54Z
https://github.com/dynaconf/dynaconf/issues/371
[ "question" ]
aberres
0
PedroBern/django-graphql-auth
graphql
57
Feature / Idea: Use UserModel mixins to add UserStatus directly to a custom User model
Thank you for producing a great library with outstanding documentation. The intention of this "issue" is to propose / discuss a different "design approach" of using mixins on a custom user model rather than the `UserStatus` `OneToOneField`. This would work by putting all the functionality provided by `UserStatus...
open
2020-07-02T07:58:46Z
2020-07-02T17:30:37Z
https://github.com/PedroBern/django-graphql-auth/issues/57
[ "enhancement" ]
maxpeterson
2
piskvorky/gensim
machine-learning
3,183
Doc2Vec loss always showing 0
``` class MonitorCallback(CallbackAny2Vec): def __init__(self, test_cui, test_sec): self.test_cui = test_cui self.test_sec = test_sec def on_epoch_end(self, model): print('Model loss:', model.get_latest_training_loss()) for word in self.test_cui: # show wv logic changes...
closed
2021-06-28T01:33:32Z
2021-06-28T21:33:04Z
https://github.com/piskvorky/gensim/issues/3183
[]
griff4692
2
TracecatHQ/tracecat
automation
116
Update docs for Linux installs
Docker engine community edition for linux doesn't ship with `host.docker.internal`. We found a fix by adding: ```yaml extra_hosts: - "host.docker.internal:host-gateway" ``` to each service in the docker compose yaml file.
closed
2024-05-01T02:59:30Z
2024-05-01T03:14:33Z
https://github.com/TracecatHQ/tracecat/issues/116
[]
daryllimyt
0
alyssaq/face_morpher
numpy
26
FaceMorph error
Hi i am new to python please can you tell me how to morph the images using commands in linux. when i am using this command python facemorpher/morpher.py --src=index.jpg --dest=index3.jpg Traceback (most recent call last): File "facemorpher/morpher.py", line 139, in <module> verify_args(args) File "facemorp...
open
2017-09-09T08:15:19Z
2019-01-02T09:50:16Z
https://github.com/alyssaq/face_morpher/issues/26
[]
sadhanareddy007
5
Farama-Foundation/Gymnasium
api
831
[Question] Manually reset vector envronment
### Question As far as I know, the gym vector environment auto-reset a subenv when the env is done. I wonder If there is a way to manually reset it. Because I want to exploiting vecenv feature in implementing vanilla policy gradient algorithm, where every update's data should be one or severy complete episode.
open
2023-12-09T12:00:29Z
2024-02-28T14:45:33Z
https://github.com/Farama-Foundation/Gymnasium/issues/831
[ "question" ]
zzhixin
9
donnemartin/system-design-primer
python
596
Notifying the user that the transactions have completed
> Notifies the user the transactions have completed through the Notification Service: Uses a Queue (not pictured) to asynchronously send out notifications Do we need to notify the user that the transaction has completed? Isn't notifying only for if budget was exceeded?
open
2021-10-12T13:48:40Z
2024-10-15T16:06:20Z
https://github.com/donnemartin/system-design-primer/issues/596
[ "needs-review" ]
lor-engel
1
jumpserver/jumpserver
django
14,541
[Feature] ๆ”ฏๆŒ็ฎก็†้œ€่ฆ็ซฏๅฃๆ•ฒ้—จ็š„ ssh ่ต„ไบง
### ไบงๅ“็‰ˆๆœฌ v3.10.15 ### ็‰ˆๆœฌ็ฑปๅž‹ - [ ] ็คพๅŒบ็‰ˆ - [ ] ไผไธš็‰ˆ - [X] ไผไธš่ฏ•็”จ็‰ˆ ### ๅฎ‰่ฃ…ๆ–นๅผ - [ ] ๅœจ็บฟๅฎ‰่ฃ… (ไธ€้”ฎๅ‘ฝไปคๅฎ‰่ฃ…) - [ ] ็ฆป็บฟๅŒ…ๅฎ‰่ฃ… - [ ] All-in-One - [ ] 1Panel - [X] Kubernetes - [ ] ๆบ็ ๅฎ‰่ฃ… ### โญ๏ธ ้œ€ๆฑ‚ๆ่ฟฐ ้ป˜่ฎค ssh ็ซฏๅฃๆ˜ฏๅ…ณ้—ญ็š„๏ผŒ็Žฐๅœจๆ‰€ๆœ‰ๆœๅŠก้ƒฝๆ˜ฏ้ƒจ็ฝฒๅœจ k8s ไธŠ็š„๏ผŒๅ…ทไฝ“ๆ‰ง่กŒ็š„ k8s ่Š‚็‚นๆ— ๆณ•็กฎ่ฎค ็ซฏๅฃๆ•ฒ้—จๆ˜ฏไธ€็ง้€š่ฟ‡ๅœจ้ข„่ฎพ็š„ไธ€็ป„ๅ…ณ้—ญ็ซฏๅฃไธŠ็”Ÿๆˆ่ฟžๆŽฅๅฐ่ฏ•ๆฅไปŽๅค–้ƒจๆ‰“ๅผ€้˜ฒ็ซๅข™็ซฏๅฃ็š„ๆ–นๆณ•ใ€‚ไธ€ๆ—ฆๆ”ถๅˆฐๆญฃ็กฎ็š„่ฟžๆŽฅๅฐ่ฏ•ๅบๅˆ—๏ผŒ้˜ฒ็ซๅข™่ง„ๅˆ™ๅฐฑไผšๅŠจๆ€ไฟฎๆ”น๏ผŒๅ…่ฎธๅ‘้€่ฟžๆŽฅๅฐ่ฏ•็š„ไธปๆœบ้€š่ฟ‡็‰นๅฎš็ซฏๅฃ่ฟžๆŽฅใ€‚ๆญคๆŠ€ๆœฏ...
closed
2024-11-27T05:02:41Z
2024-12-31T07:27:00Z
https://github.com/jumpserver/jumpserver/issues/14541
[ "โญ๏ธ Feature Request" ]
LiaoSirui
3
allenai/allennlp
data-science
4,739
Potential bug: The maxpool in cnn_encoder can be triggered by pad tokens.
## Description When using a text_field_embedder -> cnn_encoder (without seq2seq_encoder), the output of the embedder (and mask) get fed directly into the cnn_encoder. The pad tokens will get masked (set to 0), but it's still possible that after applying the mask followed by the CNN, the PAD tokens are those with hig...
closed
2020-10-19T23:30:31Z
2020-11-05T23:50:04Z
https://github.com/allenai/allennlp/issues/4739
[ "bug" ]
MichalMalyska
6
jina-ai/serve
fastapi
5,744
Torch error in Jcloud http flow
**Describe the bug** <!-- A clear and concise description of what the bug is. --> Posting to the below flow in jcloud http protocol will throw a torch module not found error. Grpc is fine. ``` from jina import DocumentArray, Executor, requests import torch class dummy_torch(Executor): @requests de...
closed
2023-03-07T12:01:10Z
2023-03-13T21:55:46Z
https://github.com/jina-ai/serve/issues/5744
[]
ZiniuYu
0
ets-labs/python-dependency-injector
asyncio
549
Override works only with yield, not with return
I expect both tests here to pass. However, the test which depends on the fixture that returns the use case fails. Only the test which depends on the fixture that yields the use case passes. Could you help me understand if that's by design or if it's a bug? Result: ``` def test_fixture_override(self, retu...
closed
2022-01-18T17:51:29Z
2022-03-08T18:56:36Z
https://github.com/ets-labs/python-dependency-injector/issues/549
[]
chbndrhnns
2
taverntesting/tavern
pytest
151
How to test a non-json body response
Hi all I would like to check for a non-json body response. In my case the response is a simple: `True` or `False`. I can't find any documentation stating how to check a text body instead of a json body.
closed
2018-07-11T10:01:48Z
2024-04-03T15:55:18Z
https://github.com/taverntesting/tavern/issues/151
[]
alphadijkstra
10
huggingface/transformers
python
36,532
After tokenizers upgrade, the length of the token does not correspond to the length of the model
### System Info transformers๏ผš4.48.1 tokenizers๏ผš0.2.1 python๏ผš3.9 ### Who can help? @ArthurZucker @itazap ### Information - [ ] The official example scripts - [x] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [x] My own task or dataset (gi...
closed
2025-03-04T09:58:59Z
2025-03-05T09:49:44Z
https://github.com/huggingface/transformers/issues/36532
[ "bug" ]
CurtainRight
3
noirbizarre/flask-restplus
flask
753
update json schema from draft v4 to draft v7
### **Code** ```python schema_data = schema_json.get_json_schema_deref_object() event_scheme = api.schema_model('event_schema', schema_data) @build_ns.route("/build_start") class BuildStartEvent(Resource): @build_ns.doc('create_todo') @build_ns.expect(event_scheme, validate=True) @build_ns.respo...
open
2019-11-26T19:47:01Z
2020-07-10T16:43:57Z
https://github.com/noirbizarre/flask-restplus/issues/753
[ "bug" ]
scphantm
2
tfranzel/drf-spectacular
rest-api
1,007
django-filter custom field extensions do not allow for serializer fields
**Describe the bug** When specifying custom annotations for `filters.Filter` classes, only the basic types and raw openapi definitions are allowed: https://github.com/tfranzel/drf-spectacular/blob/d57ff264ddd92940fc8f3ec52350204fb6a36f2f/drf_spectacular/contrib/django_filters.py#L96-L100 **To Reproduce** ...
closed
2023-06-18T14:32:35Z
2023-06-22T16:10:30Z
https://github.com/tfranzel/drf-spectacular/issues/1007
[ "enhancement", "fix confirmation pending" ]
realsuayip
0
fastapi/sqlmodel
sqlalchemy
503
Add interface to override `get_column_from_field` | `get_sqlalchemy_type` function behavior
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X...
open
2022-11-20T04:26:17Z
2023-02-19T17:18:00Z
https://github.com/fastapi/sqlmodel/issues/503
[ "feature" ]
243f6a8885a308d313198a2e037
1
aeon-toolkit/aeon
scikit-learn
2,641
[ENH] Implement `load_model` function for deep learning based regression ensemble models
### Describe the feature or idea you want to propose Like #2436 (PR #2631), the regression module's deep learning submodule also contains the ensemble models `InceptionTimeRegressor` and `LITETimeRegressor`. Upon closer inspection, I discovered that they don't have the `load_model` function implemented either. ### De...
open
2025-03-17T16:53:40Z
2025-03-18T17:45:37Z
https://github.com/aeon-toolkit/aeon/issues/2641
[ "enhancement", "regression", "deep learning" ]
inclinedadarsh
0
home-assistant/core
python
140,405
Switchbot Meter not discovered in version after 2025.2.5
### The problem Upgraded to Core 2025.3.0 and then 2025.3.1. Switchbot meter Bluetooth devices were not able to be viewed/discovered when previously worked flawlessly. Downgraded using ha core update --version=2025.2.5 and devices immediately showed up/discoverable. Have tried upgrading again and devices go "missing...
closed
2025-03-11T19:32:26Z
2025-03-15T20:06:02Z
https://github.com/home-assistant/core/issues/140405
[ "integration: switchbot" ]
vetterlab
12
waditu/tushare
pandas
867
้ƒจๅˆ†AMAC่กŒไธšๆ•ฐๆฎไธขๅคฑ some data of AMAC Industrial Index lose in the same dates
ไฝฟ็”จindex_daily้ๅކๆ‰€ๆœ‰็š„ไธญ่ฏAMACไธ€็บง่กŒไธš็š„ๆŒ‡ๆ•ฐๆ•ฐๆฎๅŽ๏ผŒๅ‘็Žฐ็›ธๅŒๆ—ฅๆœŸไธ‹็š„'open'ใ€โ€˜highโ€™ใ€'low'็š„ๆ•ฐๆฎไธขๅคฑใ€‚ๆ—ฅๆœŸๅˆ†ๅˆซไธบ20180622ใ€20161128ใ€20140728ใ€20130809ใ€20130426ๅณ20130121ไน‹ๅ‰็š„ๆ—ฅๆœŸใ€‚ tushare pro ID: 13620203739
open
2018-12-13T21:40:00Z
2018-12-14T14:51:01Z
https://github.com/waditu/tushare/issues/867
[]
yamazyw
1
lk-geimfari/mimesis
pandas
817
CI fails on testing matrix method sometimes
Travis CI report: [here](https://travis-ci.org/lk-geimfari/mimesis/jobs/654638429?utm_medium=notification&utm_source=github_status)
closed
2020-02-25T18:58:47Z
2020-04-25T20:38:48Z
https://github.com/lk-geimfari/mimesis/issues/817
[ "bug", "stale" ]
lk-geimfari
2
mirumee/ariadne-codegen
graphql
286
How to generate the `queries` file?
Hey team, Thanks a lot for developing the library. There is one thing which is quite unclear to me - what if I would like to have a client that can run any possible query? Currently, if I understand correctly, the codegen will only cover the queries I've provided in the `queries.graphql` file, is there any ...
closed
2024-03-13T16:28:29Z
2024-03-14T17:03:48Z
https://github.com/mirumee/ariadne-codegen/issues/286
[ "question", "waiting" ]
renardeinside
3
tensorpack/tensorpack
tensorflow
976
No memoized_method when trying to run Super Resolution example
If you're asking about an unexpected problem you met, use this template. __PLEASE DO NOT DELETE THIS TEMPLATE, FILL IT__: ### 1. What you did: (1) **If you're using examples, what's the command you run:** python3 enet-pat.py --vgg19 vgg19.npz --data train2017.zip (2) **If you're using examples, have you ma...
closed
2018-11-07T09:26:58Z
2018-11-27T04:14:53Z
https://github.com/tensorpack/tensorpack/issues/976
[ "installation/environment" ]
notecola
4
docarray/docarray
fastapi
1,591
How to leverage Weaviate's build-in modules (vectoriser, summariser, etc)?
The current documentation for the Docarray library only covers examples where the embedding vectors are already supplied. However, it's unclear whether Docarray allows one to input text or other data and leverage Weaviate's built-in modules for vectorisation, or summarisation. Is this possible using DocArray? for e...
open
2023-05-30T17:20:22Z
2023-06-04T16:57:31Z
https://github.com/docarray/docarray/issues/1591
[ "type/feature-request", "index/weaviate" ]
hugocool
4
rougier/from-python-to-numpy
numpy
60
Syntax error on 3.3
In section 3.1, in the example on using .base for checking whether an object is a view or a copy of the original, there is a syntax error: `Z = np.random.uniform(0,1,(5,,5))` This isn't present in the repository, but for some reason is still present in the text on the book website.
closed
2017-05-06T12:15:16Z
2017-05-11T17:44:09Z
https://github.com/rougier/from-python-to-numpy/issues/60
[]
ssantic
2
yt-dlp/yt-dlp
python
11,876
ERROR: unable to download video data: HTTP Error 403: Forbidden
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
closed
2024-12-22T17:35:43Z
2024-12-22T18:14:10Z
https://github.com/yt-dlp/yt-dlp/issues/11876
[ "duplicate", "site-bug", "site:youtube" ]
linxman
1
opengeos/leafmap
plotly
448
Key errors when adding layer from STAC or COG using multiple bands
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - leafmap version: 0.20.3 - Python version: 3.10.10 - Operating System: Ubuntu 20.04 ### Description Cannot add layer from STAC or COG using multiple bands with `leafmap` utilities. Sample STAC Item ...
closed
2023-05-23T20:36:12Z
2024-10-14T08:11:48Z
https://github.com/opengeos/leafmap/issues/448
[ "bug" ]
fmigneault
7
thtrieu/darkflow
tensorflow
419
How to get official object detection evaluation result?
Hello! If I will write paper, I need to official evaluate result (per category) yolov2, etc. pascal_voc : 20 category(each category's AP) COCO : 80 category(each category's AP) How to get official evaluation result by darkflow?
closed
2017-11-02T19:12:15Z
2017-11-03T18:12:55Z
https://github.com/thtrieu/darkflow/issues/419
[]
tlsgb456
0
pallets/flask
flask
5,218
Resource leaking in http-stream-request
If I stop a stream request before it's finished, the stream function will never finish, without any exception or warning. So, if I want to release something (such as threading.Lock) in the end of the function, I will never be able to release it. Here's an example. ``` # flask server import time from flask imp...
closed
2023-08-13T10:18:08Z
2023-08-29T00:05:30Z
https://github.com/pallets/flask/issues/5218
[]
GoddessLuBoYan
3
deepset-ai/haystack
machine-learning
8,995
OpenAIChatGenerator uses wrong type hints for streaming_callback
**Describe the bug** A clear and concise description of what the bug is. **Error message** Error that was thrown (if available) **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here, like document types / preprocessin...
closed
2025-03-06T14:27:36Z
2025-03-06T14:33:24Z
https://github.com/deepset-ai/haystack/issues/8995
[]
mathislucka
1
aws/aws-sdk-pandas
pandas
2,860
Convert CloudWatch LogInsights query results to Dataframe
**Scenario:** I was trying to export CloudWatch Insights' query results to csv file using Pandas **Ask:** [cloudwatch.run_query()](https://aws-sdk-pandas.readthedocs.io/en/3.8.0/stubs/awswrangler.cloudwatch.run_query.html#awswrangler.cloudwatch.run_query) returns ```List[List[Dict[str, str]]]```. Instead, can this ...
closed
2024-06-18T02:08:06Z
2024-06-24T09:57:36Z
https://github.com/aws/aws-sdk-pandas/issues/2860
[ "enhancement" ]
sethusrinivasan
1
onnx/onnx
deep-learning
6,385
Add coverage badge to readme (https://app.codecov.io/gh/onnx/onnx/tree/main)
Add coverage badge of project https://app.codecov.io/gh/onnx/onnx/tree/main to readme: <img width="636" alt="image" src="https://github.com/user-attachments/assets/d2593d04-13f9-4410-8d35-e65087ee9d89">
open
2024-09-22T07:29:05Z
2024-09-22T07:36:45Z
https://github.com/onnx/onnx/issues/6385
[ "topic: documentation" ]
andife
1
apache/airflow
data-science
47,792
[Regression]Asset schedule info not showing correctly on UI for Asset Alias
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? When downsteam DAG is dependent on Alias schedule info is not showing correctly. ![Image](https://github.com/user-attachments/assets/b5b98c61-c783-4ec4-8d1b-b311bd83f836) ![Image](https://github...
closed
2025-03-14T15:36:23Z
2025-03-19T13:37:11Z
https://github.com/apache/airflow/issues/47792
[ "kind:bug", "priority:medium", "area:core", "area:UI", "area:datasets", "affected_version:3.0.0beta" ]
vatsrahul1001
2
aiortc/aiortc
asyncio
899
h264_omx not working with Raspberry Pi
Hi! I am trying to use the [`h264_omx`](https://github.com/aiortc/aiortc/blob/9f14474c0953b90139c8697a216e4c2cd8ee5504/src/aiortc/codecs/h264.py#L292) encoding on the RPI, but I get this error: ``` [h264_omx @ 0x68500890] libOMX_Core.so not found [h264_omx @ 0x68500890] libOmxCore.so not found [libx264 @ 0x6...
closed
2023-06-20T14:34:16Z
2023-10-27T09:34:13Z
https://github.com/aiortc/aiortc/issues/899
[]
eliabruni
8
reloadware/reloadium
pandas
31
Question about logging and telemetry
Hi - why does this software connect to "depot.reloadware.com" when it runs? Worryingly, I don't see any source code in this repository that would make such a connection. How did this behavior make it into the PyPI wheel? Also, I see it's trying to upload logs to sentry.io from my machine. Why? What information is be...
closed
2022-08-24T02:29:07Z
2022-09-21T00:33:14Z
https://github.com/reloadware/reloadium/issues/31
[]
avirshup
2
aiogram/aiogram
asyncio
1,446
Failed deserealization on get_sticker_set method
### Checklist - [X] I am sure the error is coming from aiogram code - [X] I have searched in the issue tracker for similar bug reports, including closed ones ### Operating system Docker ubuntu 22.04 ### Python version 3.11 ### aiogram version 3.4.1 ### Expected behavior Get StickerSet object on get_sticker_set...
open
2024-04-02T11:42:20Z
2024-04-02T11:42:20Z
https://github.com/aiogram/aiogram/issues/1446
[ "bug" ]
KolosDan
0
chaos-genius/chaos_genius
data-visualization
1,221
Vertica support
## Tell us about the problem you're trying to solve Add support for vertica.com database as a data-source. ## Describe the solution you'd like Create `VerticaDb(BaseDb)` connector class implementation using https://pypi.org/project/sqlalchemy-vertica-python/. ## Describe alternatives you've considered Generi...
open
2023-10-16T13:01:49Z
2024-04-25T09:09:46Z
https://github.com/chaos-genius/chaos_genius/issues/1221
[]
illes
4
strawberry-graphql/strawberry
django
2,941
tests on windows broken?
Seemingly the hook tests on windows are broken. First there are many deprecation warnings, second my code change works for all other tests. PR on which "tests on windows" fail (there are also some other): https://github.com/strawberry-graphql/strawberry/pull/2938
closed
2023-07-12T13:22:52Z
2025-03-20T15:56:17Z
https://github.com/strawberry-graphql/strawberry/issues/2941
[ "bug" ]
devkral
2
cleanlab/cleanlab
data-science
653
Overlapping Classes Method Issue with Multilabel Data
I have a multilabel text classification problem with 33 labels. I am using the `find_overlapping_classes` accordingly with its [documentation](https://docs.cleanlab.ai/stable/cleanlab/dataset.html#cleanlab.dataset.find_overlapping_classes) ```python cleanlab.dataset.find_overlapping_classes(labels=true_labels, pred...
closed
2023-03-16T16:34:54Z
2023-07-17T17:54:16Z
https://github.com/cleanlab/cleanlab/issues/653
[ "bug" ]
dafajon
5
hbldh/bleak
asyncio
809
Device Failing to Connect
* bleak version: 0.14.2 * Python version: 3.9 * Operating System: Windows 11 Build: 22000.613 * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description I am a first-time bleak user and want to talk to a GATT server with a known address. Connection can be established as shown within Windows Bluetoot...
closed
2022-04-18T18:16:57Z
2024-05-04T18:35:25Z
https://github.com/hbldh/bleak/issues/809
[ "Backend: WinRT", "more info required" ]
ccorreia-rhaeos
13
aiortc/aioquic
asyncio
2
Add support for NAT rebinding
Currently `aioquic` has no explicit support for rebinding, i.e. dealing with changes in the peer's (IP address, port) tuple. The specs mention that we should perform path validation if we detect a network path change: https://tools.ietf.org/html/draft-ietf-quic-transport-20#section-9 Open questions: - *How...
closed
2019-05-18T11:57:58Z
2019-05-22T20:25:38Z
https://github.com/aiortc/aioquic/issues/2
[ "enhancement" ]
jlaine
0
Farama-Foundation/Gymnasium
api
1,131
[Bug Report] truncated is commented out
### Describe the bug NOTE: This is my first issue report, so the format might be wrong. There is a discrepancy in `Mountain Car` environment between documentation and code implementation. According to the gymnasium documentation, `Mountain Car` env is supposed to be truncated when the elapsed step exceeds 200. Ho...
closed
2024-08-03T02:27:23Z
2024-09-25T10:07:15Z
https://github.com/Farama-Foundation/Gymnasium/issues/1131
[ "bug" ]
qelloman
1
falconry/falcon
api
1,788
Cache the mimeparse.best_match result in Handler.find_by_media_type
In the current implementation if a media type is not present in the handlers, we yield to `mimeparse.best_match` to provide the best match for the provided media type. https://github.com/falconry/falcon/blob/820c51b5f0af8d1c6e9fb8cccb560b6366f97332/falcon/media/handlers.py#L45-L58 We could cache the resolved media ...
closed
2020-11-23T19:28:42Z
2021-05-15T14:48:59Z
https://github.com/falconry/falcon/issues/1788
[ "enhancement", "perf" ]
CaselIT
2
modelscope/data-juicer
data-visualization
155
[Bug]: There no attribute `cfs.dataset_dir` in `format.formatter.py:218`
### Before Reporting ๆŠฅๅ‘Šไน‹ๅ‰ - [X] I have pulled the latest code of main branch to run again and the bug still existed. ๆˆ‘ๅทฒ็ปๆ‹‰ๅ–ไบ†ไธปๅˆ†ๆ”ฏไธŠๆœ€ๆ–ฐ็š„ไปฃ็ ๏ผŒ้‡ๆ–ฐ่ฟ่กŒไน‹ๅŽ๏ผŒ้—ฎ้ข˜ไปไธ่ƒฝ่งฃๅ†ณใ€‚ - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwis...
closed
2023-12-26T04:06:07Z
2023-12-26T14:54:13Z
https://github.com/modelscope/data-juicer/issues/155
[ "bug" ]
sylcjl
1
ymcui/Chinese-LLaMA-Alpaca-2
nlp
353
่ฏท้—ฎๆ”ฏๆŒๅ…จๅ‚ๅพฎ่ฐƒๅ—๏ผŸ
### ๆไบคๅ‰ๅฟ…้กปๆฃ€ๆŸฅไปฅไธ‹้กน็›ฎ - [X] ่ฏท็กฎไฟไฝฟ็”จ็š„ๆ˜ฏไป“ๅบ“ๆœ€ๆ–ฐไปฃ็ ๏ผˆgit pull๏ผ‰๏ผŒไธ€ไบ›้—ฎ้ข˜ๅทฒ่ขซ่งฃๅ†ณๅ’Œไฟฎๅคใ€‚ - [X] ๆˆ‘ๅทฒ้˜…่ฏป[้กน็›ฎๆ–‡ๆกฃ](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)ๅ’Œ[FAQ็ซ ่Š‚](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/ๅธธ่ง้—ฎ้ข˜)ๅนถไธ”ๅทฒๅœจIssueไธญๅฏน้—ฎ้ข˜่ฟ›่กŒไบ†ๆœ็ดข๏ผŒๆฒกๆœ‰ๆ‰พๅˆฐ็›ธไผผ้—ฎ้ข˜ๅ’Œ่งฃๅ†ณๆ–นๆกˆใ€‚ - [X] ็ฌฌไธ‰ๆ–นๆ’ไปถ้—ฎ้ข˜๏ผšไพ‹ๅฆ‚[llama.cpp](https://github.com/ggerganov/llama.cpp)ใ€[LangChain](https://g...
closed
2023-10-18T12:27:15Z
2023-10-26T03:39:37Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/353
[]
CHAOJICHENG5
2
nltk/nltk
nlp
2,477
Installation of nltk 3.4.5 problem with pip on Ubuntu and python 3.6.8
I am using latest pip (19.3.1) and when I try to install nltk (following the installation documentation) I get: ``` Collecting nltk Downloading https://files.pythonhosted.org/packages/f6/1d/d925cfb4f324ede997f6d47bea4d9babba51b49e87a767c170b77005889d/nltk-3.4.5.zip (1.5MB) |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ...
closed
2019-12-13T12:03:15Z
2024-01-17T09:35:46Z
https://github.com/nltk/nltk/issues/2477
[]
staticdev
1
miguelgrinberg/Flask-Migrate
flask
173
"$ python manage.py db init" and "migrate" commands doesn't run as expected
Hello. I'm learning to use flask-migrate but meet a problem when trying it on my new project. I'm trying to use flask-migrate with flask_script and here is the manage.py file: ``` #!/usr/bin/env python # -*- coding: utf-8 -*- import sys from flask_sqlalchemy import SQLAlchemy from flask_script import Man...
closed
2017-11-01T05:05:07Z
2019-01-13T22:20:34Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/173
[ "question", "auto-closed" ]
Littelarch
5
twopirllc/pandas-ta
pandas
660
Requesting some indicators found in Tushare
I am trying to apply some technical indicators I saw used in a research paper which used Tushare to acquire the data, however due to the strategies feature I find pandas-ta to be much more convenient. Unfortunately, there are a few indicators that are in Tushare but not pandas-ta. Also it seems that the stochastic indi...
open
2023-02-11T03:13:40Z
2023-02-13T17:12:07Z
https://github.com/twopirllc/pandas-ta/issues/660
[ "enhancement" ]
andymc31
1
custom-components/pyscript
jupyter
118
No error message in log when using illegal time_active statement
Hi, having an error in an time_active statement does not generate an error. For example this statement does not generate any issue in the log file and prevent the rule from beeing fired: `@time_active("range(sunrise, sunset")` Hint: there is one closing bracket missing after the sunset. Is it possible to l...
closed
2020-12-14T09:51:15Z
2020-12-14T12:37:36Z
https://github.com/custom-components/pyscript/issues/118
[]
Michael-CGN
0
piskvorky/gensim
machine-learning
3,049
pip install -i still pull dependencies from pypi
#### Problem description `pip install -i ${some_source} gensim` would still install dependencies like numpy from pypi instead of {some_resource}
closed
2021-02-25T00:46:05Z
2021-03-09T00:14:14Z
https://github.com/piskvorky/gensim/issues/3049
[ "need info" ]
zyp-rgb
1
sammchardy/python-binance
api
981
get_my_trades
**Describe the bug** Calling get_my_trades with default limits not always produces the same results. In my example, sometime it returns 114 items while others 116. Additionally, putting get_my_trades in a loop starting with "fromId=0" and limit to 50 (or any other number required to have at least two loops) I am h...
open
2021-07-31T15:48:45Z
2022-02-08T17:32:29Z
https://github.com/sammchardy/python-binance/issues/981
[]
immadevel
3
albumentations-team/albumentations
deep-learning
2,335
[New transform] GridShuffle3D
We can do in 3D similar things as GridShuffle, but in 3D
open
2025-02-07T20:44:59Z
2025-02-07T20:45:05Z
https://github.com/albumentations-team/albumentations/issues/2335
[ "enhancement", "good first issue" ]
ternaus
0
Kav-K/GPTDiscord
asyncio
131
Show "... is thinking" during a conversation
Make the bot denote that it is waiting to generate a response inside conversations, for example maybe an embed after a user sends a message that says something like "Thinking...". That message should be deleted when the bot actually responds to the conversation.
closed
2023-02-02T17:50:40Z
2023-02-03T05:11:32Z
https://github.com/Kav-K/GPTDiscord/issues/131
[ "enhancement", "help wanted", "good first issue" ]
Kav-K
1
nltk/nltk
nlp
2,931
nltk-3.5 build fails in docker and python 2.7.18 due to regex-2022.1.18
Sorry I'm not super familiar with this ecosystem, but just noticed my docker build on GCP fails with this message: ``` regex_3/_regex.c:755:15: error: โ€˜Py_UCS1โ€™ undeclared (first use in this function); did you mean โ€˜Py_UCS4โ€™? ``` Unsure if this exactly correct source of error so full log attached [scratch_9.tx...
closed
2022-01-19T22:31:06Z
2022-01-20T10:09:28Z
https://github.com/nltk/nltk/issues/2931
[]
sjurgis
4
thtrieu/darkflow
tensorflow
627
How to return the contour of an object instead of binding box?
Hi everyone. I want to get the contours of the objects detected. How to get the coordinates of the contour instead of binding boxes?
closed
2018-03-12T03:38:21Z
2018-03-21T00:07:05Z
https://github.com/thtrieu/darkflow/issues/627
[]
Baozhang-Ren
2
mlflow/mlflow
machine-learning
14,401
[FR] enable markdown image embedding from mlflow server artifact store for model registry description field
### Willingness to contribute No. I cannot contribute this feature at this time. ### Proposal Summary MLflow Model Registry descriptions currently support Markdown but do not allow direct embedding of images stored in the MLflow artifact store. Since MLflow already logs artifacts as part of experiment runs, users sh...
open
2025-01-31T14:44:26Z
2025-02-21T10:36:29Z
https://github.com/mlflow/mlflow/issues/14401
[ "enhancement", "language/r", "area/uiux", "language/java", "integrations/azure", "integrations/sagemaker", "integrations/databricks", "area/server-infra", "language/new" ]
rjames-0
2
chainer/chainer
numpy
7,703
Flaky test: `TestAveragePooling2D`
https://jenkins.preferred.jp/job/chainer/job/chainer_pr/1513/TEST=chainer-py2,label=mn1-p100/console
closed
2019-07-04T12:14:45Z
2019-08-05T08:37:51Z
https://github.com/chainer/chainer/issues/7703
[ "cat:test", "prio:high", "pr-ongoing" ]
niboshi
0