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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
psf/requests | python | 6,198 | Using `format` as a query parameter for certain URLs causes `requests` to miss the `?` query string separator | <!-- Summary. -->
Using `format` as a query parameter for certain URLs causes `requests` to miss the `?` query string separator
## Expected Result
I expect the `?` separator to be present whenever any query parameters are provided.
<!-- What you expected. -->
## Actual Result
The `?` separator is not pr... | closed | 2022-07-14T02:44:40Z | 2023-07-15T00:03:36Z | https://github.com/psf/requests/issues/6198 | [] | multimeric | 1 |
geex-arts/django-jet | django | 5 | force_unicode - py3 compatibility | ```
'jet_tags' is not a valid tag library: ImportError raised loading jet.templatetags.jet_tags: cannot import name 'force_unicode'
```
http://django.readthedocs.org/en/latest/topics/python3.html
| closed | 2015-08-10T10:55:27Z | 2015-08-12T22:36:31Z | https://github.com/geex-arts/django-jet/issues/5 | [
"bug"
] | nordbit | 2 |
psf/requests | python | 6,489 | NewConnectionError | When I pass in a request url for a url that does not respond I get a
```python3
request = requests.get(
"url"
proxies=proxies,
)
```
```
Error: SOCKSHTTPSConnectionPool(host='atxdyqbqutne3q0hoidwnjkxzxzyogtw0boudm7ztiwrdxrucedrsolw.onion', port=443): Max retries excee... | closed | 2023-07-28T13:24:35Z | 2024-07-28T00:04:01Z | https://github.com/psf/requests/issues/6489 | [] | mustansirgodhrawala | 2 |
ufoym/deepo | tensorflow | 3 | Request to add xgboost | closed | 2017-10-30T10:24:58Z | 2017-11-29T15:55:17Z | https://github.com/ufoym/deepo/issues/3 | [] | rishabhbhardwaj | 3 | |
waditu/tushare | pandas | 1,294 | 50etf(510050.SH)基金复权因子数据缺失 | data = ts_api.fund_adj(ts_code='510050.SH', start_date='20190101', end_date='20191231')
50etf(510050.SH)基金复权因子缺失下面几个日期的数据:
20190701
20190807
20190826
20191028
20191029
tushare id: 216155(glhyy11313081@163.com)
| open | 2020-02-24T15:53:14Z | 2020-02-24T15:53:14Z | https://github.com/waditu/tushare/issues/1294 | [] | Genlovy-Hoo | 0 |
django-cms/django-cms | django | 7,236 | [DOC] Install django-cms by hand instruction is incomplete | ## Description
If you follow the instructions - this will lead to the installation of a broken version of django-cms, because
`pip install django-cms`
will install django 4 as a dependency, which we don't support
* [x] Yes, I want to help fix this issue and I will join #workgroup-documentation on [Slack]... | closed | 2022-02-13T19:11:07Z | 2022-02-18T19:44:20Z | https://github.com/django-cms/django-cms/issues/7236 | [
"component: documentation"
] | TiredFingers | 5 |
miLibris/flask-rest-jsonapi | sqlalchemy | 196 | Receive empty list of related resources after upgrade from 0.30.1 to 0.31.x | Such kind of requests always returns empty list:
Request:
`/addresses/43/values`
Response:
`{
"data": [],
"links": {"self": "http://127.0.0.1:5000/address_values"},
"meta": {"count": 0},
"jsonapi": {"version": "1.0"}
}`
If I try to get the same resources using the filter it returns expected result.
... | open | 2020-10-23T07:16:58Z | 2021-01-04T11:40:44Z | https://github.com/miLibris/flask-rest-jsonapi/issues/196 | [] | smdevice | 2 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,040 | After update to 3.4: unknown error: Runtime.evaluate threw exception: SyntaxError: missing ) after argument list | Thanks to the author for writing such a powerful, elegant open source product, I'm happy to update to 3.4 now, but I'm having problems after updating to the new version, as the author says it's a major update that may have an impact on the code, and unfortunately I'm having a problem right now after updating to the new... | closed | 2023-02-06T12:22:50Z | 2023-02-08T23:11:09Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1040 | [] | stevenhubhub | 9 |
deeppavlov/DeepPavlov | tensorflow | 1,369 | Documentation: show examples of good docs | # Tasks
* [x] Review existing criterias for documentation
* [x] Suggest own criterias
* [x] Show good examples and explain why | closed | 2021-01-12T11:15:03Z | 2021-03-15T14:24:32Z | https://github.com/deeppavlov/DeepPavlov/issues/1369 | [] | danielkornev | 7 |
statsmodels/statsmodels | data-science | 9,061 | SARIMAX.predict() exog | On SARIMAX.predict(), when you have an exog but the exog is only known today and in the past, how do you predict the endog's next 12 months off just the exog and data known through today? Is that what the SARIMAX.predict() is doing as a default? Example, my exog is SP500 price. I do not know what it will be tomorrow... | closed | 2023-11-10T16:57:41Z | 2023-12-14T09:57:08Z | https://github.com/statsmodels/statsmodels/issues/9061 | [
"comp-tsa",
"question"
] | paullee42 | 5 |
frol/flask-restplus-server-example | rest-api | 65 | Test dependencies not included in project dependencies? | Is there a reason why [`requirements.txt`](https://github.com/frol/flask-restplus-server-example/blob/27dfdb8791f087b0c35b9e929a98e10f9d24ec21/requirements.txt) does not include `-r tests/requirements.txt`? | closed | 2017-07-27T11:48:44Z | 2017-12-19T20:20:19Z | https://github.com/frol/flask-restplus-server-example/issues/65 | [
"question"
] | jkoelling | 5 |
ultralytics/yolov5 | machine-learning | 12,441 | Input size does not match | ### 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
The input tensor size is not equal to the model input type: got [1,3,640,640] expecting [... | closed | 2023-11-29T09:46:17Z | 2024-01-15T00:22:37Z | https://github.com/ultralytics/yolov5/issues/12441 | [
"question",
"Stale"
] | AbhishekPSI7042 | 10 |
microsoft/qlib | deep-learning | 1,886 | manual update seems don't work | ## ❓ Questions and Help
double confirm if manual daily update don't works. If yes, when it will go back to normal? and warnings frequently pop up when running "collector.py".
logs of warning:
"FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace met... | open | 2025-02-12T00:19:14Z | 2025-03-12T09:27:55Z | https://github.com/microsoft/qlib/issues/1886 | [
"question"
] | gaoshanlee193 | 2 |
odoo/odoo | python | 202,225 | [APPS STORE] On what basis availability of a module showed as odoo online | ### Odoo Version
- [x] 16.0
- [x] 17.0
- [x] 18.0
- [x] Other (specify)
### Steps to Reproduce
https://apps.odoo.com/apps/modules/17.0/expand_listview_groupby
the above is one such thirdparty module where availability is shows green tick for odoo online
### Log Output
```shell
```
### Support Ticket
_No respon... | closed | 2025-03-18T07:50:48Z | 2025-03-18T10:55:42Z | https://github.com/odoo/odoo/issues/202225 | [] | omalbastin | 1 |
fastapi/sqlmodel | fastapi | 452 | Tutorial: Creating DB within WSL on Windows | ### 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] I al... | closed | 2022-09-22T15:30:30Z | 2022-11-14T06:54:33Z | https://github.com/fastapi/sqlmodel/issues/452 | [
"question"
] | sffjunkie | 1 |
allenai/allennlp | nlp | 4,965 | how can we get word from vec that mens elmo2sents? | Please ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than on GitHub. We monitor and triage questions on Stack Overflow with the AllenNLP label and questions there are more easily searchable for others.
| closed | 2021-02-06T05:32:34Z | 2021-02-11T23:32:09Z | https://github.com/allenai/allennlp/issues/4965 | [
"question"
] | VaryYoung | 1 |
jschneier/django-storages | django | 1,171 | `test_sftp.SFTPStorageTest` `test_accessed_time` & `test_modified_time` assume EST timezone | Hi,
It seems as though these tests assume a timezone of UTC-5, resulting in e.g.:
```
======================================================================
FAIL: test_accessed_time (tests.test_sftp.SFTPStorageTest)
----------------------------------------------------------------------
Traceback (most recent ... | closed | 2022-08-06T21:16:20Z | 2024-04-30T02:30:32Z | https://github.com/jschneier/django-storages/issues/1171 | [] | risicle | 1 |
graphistry/pygraphistry | pandas | 442 | correctness tests | I'm guessing:
PyGraphistry integration:
- github ci: default off
- github ci: explicit opt-out
- local dev: as part of regular gpu-enabled tests
cuCat repo: ??? | open | 2023-02-20T23:35:53Z | 2023-02-20T23:39:11Z | https://github.com/graphistry/pygraphistry/issues/442 | [
"p2",
"infra"
] | lmeyerov | 0 |
piskvorky/gensim | data-science | 3,196 | Gensim sort_by_descending_frequency changes most_similar results | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | open | 2021-07-20T08:45:09Z | 2021-07-27T16:30:15Z | https://github.com/piskvorky/gensim/issues/3196 | [] | ginward | 5 |
bendichter/brokenaxes | matplotlib | 9 | pip install brokenaxes failed | I see the error:
```
Downloading brokenaxes-0.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-m8qZrr/brokenaxes/setup.py", line 10, in <module>
with open(path.join(here, 'R... | closed | 2017-12-12T00:02:25Z | 2018-03-26T15:37:21Z | https://github.com/bendichter/brokenaxes/issues/9 | [] | andrewfowlie | 4 |
hanwenlu2016/web-ui | pytest | 20 | pycharm终端输出中文乱码 | pycharm终端输出中文乱码
scheduling tests via LoadScheduling
case/web_demo/test_baidu.py::TestBaiDu::test_baidu_search[content0] 2022-08-02 01:58:34.712 | WARNING | public.driver_init:setup:290 - ������汾�͵�ǰ������ƥ�䣬�����ػ��߸��£�http://npm.taobao.org/mirrors/chromedriver/
2022-08-02 01:58:34.712 | ERROR | public.driver... | open | 2022-08-01T17:59:28Z | 2022-08-17T00:44:43Z | https://github.com/hanwenlu2016/web-ui/issues/20 | [] | yidaxia | 1 |
cvat-ai/cvat | computer-vision | 9,148 | [question] export annotations of a project in subfolders | Hello!
In CVAT I have a project consisting of jobs (each job is a video with annotations, boxes and class). when I get an export from project labels (Images not included, only labels) the labels get accumulated in a single folder! so a single folder with thousands of yolo files for all frames of all videos. So right no... | closed | 2025-02-25T12:48:09Z | 2025-02-26T10:54:32Z | https://github.com/cvat-ai/cvat/issues/9148 | [
"question"
] | SaneSwan | 1 |
pytest-dev/pytest-django | pytest | 874 | pytest==6.1.0: processing filter warnings is done before django.setup() | Lauching pytest results in the following error:
<details>
<summary><tt>pytest test_foo.py</tt> click to expand</summary>
<pre>
Traceback (most recent call last):
File "/home/presto/.virtualenvs/presto/bin/pytest", line 8, in <module>
sys.exit(console_main())
File "/home/presto/.virtualenvs/presto/lib/pyt... | closed | 2020-10-05T14:54:34Z | 2021-05-12T13:38:48Z | https://github.com/pytest-dev/pytest-django/issues/874 | [] | charlesaracil-ulti | 6 |
ashnkumar/sketch-code | tensorflow | 52 | Dataset and Pre-trained Model Files Not Accessible | Dataset and the pre-trained model files are not accessible. Getting 403 Forbidden from the server
`$ sh get_data.sh
mkdir: cannot create directory ‘../data’: File exists
--2022-03-18 12:14:57-- http://sketch-code.s3.amazonaws.com/data/all_data.zip
Resolving sketch-code.s3.amazonaws.com (sketch-code.s3.amazonaws.... | open | 2022-03-18T06:46:24Z | 2024-07-04T06:18:33Z | https://github.com/ashnkumar/sketch-code/issues/52 | [] | sajana20 | 8 |
matterport/Mask_RCNN | tensorflow | 2,201 | Error using augmentation | Hi everyone,
I use augmentation as follows:
```
> ``seq = iaa.Sometimes(0.833, iaa.Sequential([
iaa.Fliplr(0.5), # horizontal flips
iaa.Crop(percent=(0, 0.1)), # random crops
# Small gaussian blur with random sigma between 0 and 0.5.
# But we only blur about 50% of all images.
iaa.Somet... | open | 2020-05-23T17:57:06Z | 2020-05-24T08:13:28Z | https://github.com/matterport/Mask_RCNN/issues/2201 | [] | lamtrinhthanh | 1 |
NVlabs/neuralangelo | computer-vision | 12 | Question about finite difference taps | Hi~Thanks for the great work and provided code!
Is there any difference in the accuracy of finite difference when taps is equal to 6 and 4? Will taps=6 be more accurate? Because it is 6 in the paper, but it is 4 by default in the code. | closed | 2023-08-14T08:44:49Z | 2023-08-14T18:28:24Z | https://github.com/NVlabs/neuralangelo/issues/12 | [] | Ice-Tear | 2 |
sinaptik-ai/pandas-ai | data-visualization | 1,076 | Code execute raise TypeError: 'PandasConnector' object is not subscriptable, looks PandasConnector not be well linked to a DataFrame. | ### System Info
pandasai==2.0.21
pytho==3.9.19
os==ubuntu
### 🐛 Describe the bug
The bug is PandasConnector isn't well-linked to a Pandas Dataframe, as error message below, running generated code to manipulate df raise error.
The user asked the following question:
QUERY
德州仪器中工作温度相同的芯片有哪些
You genera... | closed | 2024-03-30T03:36:22Z | 2024-03-30T04:00:08Z | https://github.com/sinaptik-ai/pandas-ai/issues/1076 | [] | TebooNok | 1 |
collerek/ormar | sqlalchemy | 717 | Switch to Dark Mode MkDocs | Added the ability to change the appearance to "Dark Mode" and vice versa the document. | closed | 2022-06-27T08:31:44Z | 2022-06-27T09:53:27Z | https://github.com/collerek/ormar/issues/717 | [
"enhancement"
] | SepehrBazyar | 0 |
ydataai/ydata-profiling | data-science | 1,288 | Missing tags for latest v3.6.x releases | On PyPI, there are 3.6.4, 3.6.5 and 3.6.6 releases (https://pypi.org/project/pandas-profiling/#history), but no corresponding tags in this repo. Can you add them please? | closed | 2023-03-17T10:08:19Z | 2023-04-13T11:37:54Z | https://github.com/ydataai/ydata-profiling/issues/1288 | [
"question/discussion ❓"
] | jamesmyatt | 1 |
tflearn/tflearn | tensorflow | 248 | TFLearn Memory Leak | I'm running the following Flask application to train a DNN similar to AlexNet on some images. After each run I delete everything Python has available to me in memory. However, each run adds about 1GB of memory to the running Python process and produces an OOM exception sooner or later. Below is the entire application, ... | open | 2016-08-01T04:29:54Z | 2016-11-11T12:01:17Z | https://github.com/tflearn/tflearn/issues/248 | [] | braddengross | 6 |
kizniche/Mycodo | automation | 1,101 | Adding multiple outputs results in one output appearing until page refresh (master branch) | Problem: Enter 2 in quantity field on output page, select any output, select Add. Only one output is added to the page. Refresh the page and two outputs are there.
Fix: allow multiple outputs to be added via the new ajax form submission system. | closed | 2021-10-06T22:15:25Z | 2021-12-03T04:06:48Z | https://github.com/kizniche/Mycodo/issues/1101 | [
"bug"
] | kizniche | 0 |
matterport/Mask_RCNN | tensorflow | 2,126 | Tensorflow 2.0 parallel_model problem | I'm trying to use mrcnn today but i had this problem.
do you have an idea for the solution ?
```
model = modellib.MaskRCNN(mode="training", config=config, model_dir=args.logs)
File "/hdd-raid0/home_server/houssem/anaconda3/envs/hxf_env/lib/python3.7/site-packages/mask_rcnn-2.1-py3.7.egg/mrcnn/model.py", line ... | closed | 2020-04-17T13:14:30Z | 2020-08-23T16:32:33Z | https://github.com/matterport/Mask_RCNN/issues/2126 | [] | hxfdanger | 6 |
521xueweihan/HelloGitHub | python | 2,741 | 404 not found 项目链接已经失效! | 最新一期([第97期](https://github.com/521xueweihan/HelloGitHub/blob/master/content/HelloGitHub97.md#%E5%85%B6%E5%AE%83))
<img width="1029" alt="image" src="https://github.com/521xueweihan/HelloGitHub/assets/85916131/2b4b2e8c-ecf2-43db-bc14-46414cd90c33">
点击进去链接都没了。。。
<img width="915" alt="image" src="https://github.com/521... | closed | 2024-05-05T03:44:50Z | 2024-05-05T04:57:25Z | https://github.com/521xueweihan/HelloGitHub/issues/2741 | [] | eleveyuan | 1 |
unit8co/darts | data-science | 2,297 | Translate the Darts documentation into Chinese | **I want to translate Darts doc into Chinese , make this great repo more and more popular, anyone there work with me ?**
-> into Chinese:
想把Darts的文档,翻译成中文,有没有人一起,让Darts更加有影响力。
| closed | 2024-03-29T03:53:31Z | 2024-09-03T09:48:33Z | https://github.com/unit8co/darts/issues/2297 | [
"wontfix"
] | BrainCai | 7 |
flasgger/flasgger | rest-api | 541 | Project dependencies may have API risk issues | Hi, In **flasgger**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
Flask>=0.10
PyYAML>=3.0
jsonschema>=3.0.1
six>=1.10.0
mistune*
werkzeug*
```
The version constraint **==** will introduce the risk of depen... | open | 2022-07-15T11:09:18Z | 2022-07-15T11:09:18Z | https://github.com/flasgger/flasgger/issues/541 | [] | PyDeps | 0 |
fastapi/sqlmodel | sqlalchemy | 479 | Model stored/encoded as a delimited string in the database? | ### 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] I al... | open | 2022-10-23T23:19:10Z | 2022-11-07T15:12:31Z | https://github.com/fastapi/sqlmodel/issues/479 | [
"question",
"investigate"
] | kennedy | 2 |
eriklindernoren/ML-From-Scratch | deep-learning | 22 | mlfromscratch/supervised_learning/__init__.py has references to undefined python files. | Everything you need to know is in the title. ` mlfromscratch/supervised_learning/__init__.py` has references to undefined python files.
To reproduce, run: "python demo.py", you get:
ImportError: No module named linear_regression
Because `supervisedLearning/__init__.py` has references to regression classes ... | closed | 2017-09-13T23:22:53Z | 2017-09-13T23:29:26Z | https://github.com/eriklindernoren/ML-From-Scratch/issues/22 | [] | sentientmachine | 1 |
nalepae/pandarallel | pandas | 68 | Processes stopped when passing large objects to function to be parallelized | Problem:
Apply a NLP Deep Learning model for Text Geneartion over the rows of a Pandas Series. The function call is:
`out = text_column.parallel_apply(lambda x: generate_text(args, model, tokenizer, x))`
where `args`, `tokenizer` are light objects but `model` is a heavy object, storing a Pytorch model which we... | open | 2020-01-14T13:54:51Z | 2024-04-27T06:49:20Z | https://github.com/nalepae/pandarallel/issues/68 | [] | alberduris | 8 |
netbox-community/netbox | django | 17,810 | Can't place multiple devices in rack with non-racked device (using API) | ### Deployment Type
Self-hosted
### Triage priority
This is preventing me from using NetBox
### NetBox Version
v4.1.4
### Python Version
3.12
### Steps to Reproduce
1. Create site
2. Create rack in the site (for example with id = 1)
3. Create first non-racked device in rack
4. Create second device
5. Try p... | closed | 2024-10-18T16:05:38Z | 2025-03-06T03:09:09Z | https://github.com/netbox-community/netbox/issues/17810 | [
"type: bug",
"status: accepted",
"severity: medium",
"netbox"
] | markusmarkusz | 5 |
qubvel-org/segmentation_models.pytorch | computer-vision | 728 | SyntaxWarning: "is" with a literal. Did you mean "=="? | Hi all!
If I install python>=3.8.1 and segmentation-models-pytorch==0.32.2, then an warning occurs on import `import segmentation_models_pytorch as smp`. The warning appears in library `pretrainedmodels`.
```
Python 3.9.15 (main, Mar 13 2023, 09:18:54)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" ... | closed | 2023-03-13T13:54:13Z | 2023-08-16T11:20:48Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/728 | [
"Stale"
] | IgnatovD | 9 |
thunlp/OpenPrompt | nlp | 71 | 中文xlnet 和 bert 报错 | 会提示添加 encoder_inputs[key] = ((1-special_tokens_mask) * with_special_tokens - special_tokens_mask*100).tolist() 无法广播我代码如下
plm=AutoModel.from_pretrained(xlnet_path)
tokenizer=AutoTokenizer.from_pretrained(xlnet_path)
model_config=AutoConfig.from_pretrained(xlnet_path,output_attentions=True, foo=False, return_unused_... | closed | 2021-12-05T07:24:45Z | 2022-01-05T05:42:22Z | https://github.com/thunlp/OpenPrompt/issues/71 | [] | wym888 | 1 |
xlwings/xlwings | automation | 2,307 | Error in reading data into a dataframe on encountering an empty cell | I have the following data in an xl sheet, cell A7 onwards
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta name=ProgId content=Excel.Sheet>
<meta name=Genera... | open | 2023-07-26T11:57:59Z | 2023-07-26T12:51:46Z | https://github.com/xlwings/xlwings/issues/2307 | [] | hepbc | 1 |
amidaware/tacticalrmm | django | 1,334 | Feature req: monthly report of approved and installed updates | monthly report of approved and installed updates per client/site
Just a feature that customers may be willing to pay extra for. and paying means earning, and earning means budget for more sponsorship :)
| closed | 2022-10-27T09:41:30Z | 2022-10-27T18:18:48Z | https://github.com/amidaware/tacticalrmm/issues/1334 | [] | Slouserg | 1 |
deepfakes/faceswap | deep-learning | 832 | Tools-Alignment-Manual broken | Hi torzdf,
I have problems with the Aligments -> Manual, when I call the command flashes the start image briefly and then the process is closed without error message Had previously had small problems with conda. I couldn't make any more proper updates. now everything works. had no problems to use manual before. Everyt... | closed | 2019-08-10T16:12:37Z | 2019-08-10T16:13:32Z | https://github.com/deepfakes/faceswap/issues/832 | [] | TobiTrom | 1 |
Josh-XT/AGiXT | automation | 643 | OpenAI API Compatible Endpoints for each Agent (with optional additional arguements) | ### Feature/Improvement Description
So much new dev now is using OpenAI API compatibility. Every time there's a new demo CoLab Notebook for a paper, it simply wants an OpenAI Key and can usually accept an OPEN_AI_BASE or openai.api_base endpoint.
AGiXT's backend really shines as a "one-ring-to-rule-them-all" sol... | closed | 2023-06-09T18:59:23Z | 2023-06-25T12:55:25Z | https://github.com/Josh-XT/AGiXT/issues/643 | [
"type | request | enhancement"
] | kenfink | 10 |
neuml/txtai | nlp | 796 | Require Python >= 3.9 | Python 3.8 is official EOL.
[EOL Announcement](https://discuss.python.org/t/python-3-8-is-now-officially-eol/66983) | [Status of Python versions](https://devguide.python.org/versions/)
The next txtai release will require Python 3.9. The build scripts, docker images and anything else with 3.8 support should be upd... | closed | 2024-10-10T20:20:11Z | 2024-10-11T17:00:37Z | https://github.com/neuml/txtai/issues/796 | [] | davidmezzetti | 0 |
strawberry-graphql/strawberry | graphql | 3,436 | strawberry.ext.mypy_plugin PydanticModelField.to_argument error | I think I'm having some issues with strawberry.ext.mypy_plugin when using a pydantic model to make my types
When I enable I get this error (image). If I disable it runs.
## Describe the Bug
When I enable I get this error. If I disable it runs.
 using the async execution in a different lambda. That lambda has a different code base than the calling lambda. In other words, the function ("task") to be executed is not defined in the calling lambda.
The async execution lets you specify a remote l... | open | 2018-01-04T00:35:59Z | 2018-09-11T17:31:15Z | https://github.com/Miserlou/Zappa/issues/1332 | [
"enhancement",
"feature-request",
"has-pr",
"good-idea"
] | michelorengo | 3 |
lepture/authlib | flask | 410 | attributes shall be resolveable on registered clients | **Is your feature request related to a problem? Please describe.**
When I register a client like:
```
from authlib.integrations.starlette_client import OAuth,
oauth = OAuth()
oauth.register(
name="example",
client_id=client_id,
client_secret=client_secret,
server_metadata_ur... | closed | 2021-12-07T11:41:14Z | 2022-01-14T06:52:53Z | https://github.com/lepture/authlib/issues/410 | [] | ghost | 1 |
ets-labs/python-dependency-injector | asyncio | 727 | Usage of built-in collection type aliases with starlette breaks wiring | ```
from typing import List
from dependency_injector import containers
from dependency_injector.wiring import inject
# MyList = List[int]
MyList = list[int]
class Container(containers.DeclarativeContainer):
pass
@inject
def main():
pass
if __name__ == "__main__":
container = Cont... | open | 2023-07-18T07:50:54Z | 2023-07-18T08:00:57Z | https://github.com/ets-labs/python-dependency-injector/issues/727 | [] | skeapskeap | 0 |
piskvorky/gensim | machine-learning | 2,743 | Word2vec: total loss suspiciously drops with worker count, probably thread-unsafe tallying | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | open | 2020-02-02T20:27:38Z | 2020-02-06T00:20:37Z | https://github.com/piskvorky/gensim/issues/2743 | [
"bug"
] | tsaastam | 1 |
ijl/orjson | numpy | 36 | Hard Limit Recursion Limit on `default_calls` | Is there a specific reason the value `5` was chosen here?
`if self.default_calls > 5` https://github.com/ijl/orjson/blob/master/src/encode.rs#L227
If it's not a hard limit would it be possible to add it as an optional param to `dumps()` to enable the developer to choose what that limit would be?
I am not a Rus... | closed | 2019-11-01T22:25:49Z | 2019-11-05T13:30:12Z | https://github.com/ijl/orjson/issues/36 | [] | brianjbuck | 3 |
Miksus/rocketry | pydantic | 2 | ENH: Task return values to parameters | **Describe the solution you'd like**
The return values are passable via queue (if multiprocessing) or via direct modification (if thread or main). These values need to be processed in Scheduler. Probably requires a new Argument type.
The argument type can be named as ``ReturnArg`` and can be put to Parameters using... | closed | 2021-10-31T10:04:10Z | 2021-11-14T21:04:26Z | https://github.com/Miksus/rocketry/issues/2 | [
"enhancement",
"core"
] | Miksus | 0 |
paperless-ngx/paperless-ngx | machine-learning | 8,667 | [BUG] Removing available option for custom field (of type select) results in undesired data change for many existing documents. | ### Description
It looks like the value of custom select field is stored by it's options index and not value. If we remove any option from the middle of the list, values for this custom field are altered for documents, that have current value of this field set to option with higher index that the removed one.
### S... | closed | 2025-01-10T11:43:56Z | 2025-02-10T03:08:07Z | https://github.com/paperless-ngx/paperless-ngx/issues/8667 | [
"not a bug"
] | kowal-osiedlowa | 2 |
streamlit/streamlit | data-visualization | 10,242 | Reevaluating Experimental Functions for Streamlit Development | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Can someone please elaborate on the motivations behind the current approach to handle experimental functions ... | closed | 2025-01-23T23:37:42Z | 2025-02-01T21:47:51Z | https://github.com/streamlit/streamlit/issues/10242 | [
"type:enhancement"
] | slyyyle | 4 |
rthalley/dnspython | asyncio | 170 | dnspython3 packages, migration path? | The current dnspython3 package is still [1.12.0 on pypi](https://pypi.python.org/pypi/dnspython3/1.12.0).
I'd like to see new releases there too: Dummy pypi packages which require the new dnspython. So users become aware of the obsolescence.
(For packaging rpm and deb, this is no problem, as it's possible obsolete an... | closed | 2016-05-31T15:33:01Z | 2016-09-20T18:03:54Z | https://github.com/rthalley/dnspython/issues/170 | [] | sebix | 6 |
deepinsight/insightface | pytorch | 2,567 | 置信度相差不大 | 您好,我训练了一个人脸模型,但是搜索一个人脸的时候同一个人的置信度与不是这个人的人脸置信度相差不大,请问这种有什么好的解决办法吗 | open | 2024-05-01T12:59:53Z | 2024-05-01T12:59:53Z | https://github.com/deepinsight/insightface/issues/2567 | [] | coo113 | 0 |
CorentinJ/Real-Time-Voice-Cloning | python | 771 | Training on older graphics card with custom dataset. | Hey,
I am using the Common-Voice dataset for German language and I am trying to train a synthesizer on my old GTX 660TI with 2G VRAM (Unfortunately :D).
As Cuda Compute Capability 3.0 is not supported by Pytorch, I always built it from source. I've tried different versions of pytorch(1.4, 1.5, 1.7 and 1.10) and of c... | closed | 2021-06-13T10:11:52Z | 2021-06-15T07:17:42Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/771 | [] | Bebaam | 1 |
abhiTronix/vidgear | dash | 328 | [Question]: Why youtube stream does not start with writegear? | ### 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 read the [Documentation](https://abhitronix.github.io/vidgear/latest) and found nothing relate... | closed | 2022-07-17T19:45:56Z | 2022-07-20T03:30:28Z | https://github.com/abhiTronix/vidgear/issues/328 | [
"QUESTION :question:",
"SOLVED :checkered_flag:"
] | pentadotddot | 10 |
lepture/authlib | flask | 477 | DecodeError use is inconsistent with api of AuthlibBaseError | **Describe the bug**
It appears that everywhere that `authlib.jose.errors.DecodeError` is raised, it is raised as e.g. `raise DecodeError('message')`. Due to the API of `AuthlibBaseError` being `(error, description, uri)`, this overwrites the short-string error code of DecodeError.
**Error Stacks**
```python
Traceba... | open | 2022-08-07T16:33:43Z | 2025-02-20T20:49:07Z | https://github.com/lepture/authlib/issues/477 | [
"bug",
"jose"
] | indepndnt | 0 |
MagicStack/asyncpg | asyncio | 875 | Slow query with ARRAY in SELECT and in WHERE .. ANY | <!--
Thank you for reporting an issue/feature request.
If this is a feature request, please disregard this template. If this is
a bug report, please answer to the questions below.
It will be much easier for us to fix the issue if a test case that reproduces
the problem is provided, with clear instructions on ... | closed | 2022-01-11T19:03:48Z | 2022-01-11T19:25:35Z | https://github.com/MagicStack/asyncpg/issues/875 | [] | crocodilered | 2 |
vllm-project/vllm | pytorch | 15,411 | [Bug]: Uncaught exception | <class 'ValueError'>; Qwen2_5_VLModel has no vLLM implementation and the Transformers implementation is not compatible with vLLM | ### Your current environment
I just know it's hosted on runpod serverless vLLM latest (today).
### 🐛 Describe the bug
When trying to host my finetuned Qwen2.5 VL 7b 4bit dynamic quantization using unsloth, and after I have saved the trained model it as bf16, when I try to host the model, it gives me this error:
... | open | 2025-03-24T18:21:38Z | 2025-03-24T18:21:38Z | https://github.com/vllm-project/vllm/issues/15411 | [
"bug"
] | ItzAmirreza | 0 |
PrefectHQ/prefect | data-science | 16,977 | Prefect Workers crash when server returns 500s | ### Bug summary
We run a pretty big self-hosted installation of Prefect 2.x (20k flow runs/day, 200k tasks) and noticed that when self-hosted API server becomes overloaded, it starts returning HTTP 500s.
That's OK by itself, but this makes Workers (we use Kubernetes) exit unexpectedly, then get restarted by K8s (issu... | open | 2025-02-05T09:17:03Z | 2025-02-05T18:40:24Z | https://github.com/PrefectHQ/prefect/issues/16977 | [
"bug"
] | ashtuchkin | 3 |
aio-libs/aiomysql | sqlalchemy | 90 | __version__ in __all__ issue | See KeepSafe/aiohttp#978
| closed | 2016-07-21T08:00:05Z | 2016-07-23T14:50:44Z | https://github.com/aio-libs/aiomysql/issues/90 | [] | popravich | 1 |
waditu/tushare | pandas | 1,663 | 研报查询无结果error | 
已在群中确认,专门来拿积分的 383606 | open | 2022-07-01T09:45:28Z | 2022-07-01T09:45:28Z | https://github.com/waditu/tushare/issues/1663 | [] | gumupaier | 0 |
chiphuyen/stanford-tensorflow-tutorials | tensorflow | 140 | Not able to interact in the ChatBot mode | Hello, when I run the chatbot.py file in the chat mode, I am getting a welcome message but after that the program exits and I am not able to type in my message | open | 2018-12-14T14:21:56Z | 2018-12-14T14:21:56Z | https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/140 | [] | vishalkesti382 | 0 |
jina-ai/clip-as-service | pytorch | 241 | bert-serving-start -model_dir ... error | 
TypeError: 'NoneType' object is not iterable
My environment is win10+tensorflow 1.12, can you give me some help? thank you! | closed | 2019-02-18T11:02:06Z | 2020-08-06T14:53:06Z | https://github.com/jina-ai/clip-as-service/issues/241 | [] | hichenway | 11 |
wkentaro/labelme | computer-vision | 797 | Hierarchical labeling | Hello, can you label in the form of layers? First draw one category, and then draw another one. . . , And finally can be superimposed. | closed | 2020-11-10T08:22:00Z | 2022-06-25T04:45:58Z | https://github.com/wkentaro/labelme/issues/797 | [] | gengyanlei | 0 |
dask/dask | pandas | 11,011 | value_counts with NaN sometimes raises ValueError: No objects to concatenate | <!-- 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-03-19T13:10:22Z | 2024-03-26T07:12:54Z | https://github.com/dask/dask/issues/11011 | [
"needs triage"
] | m-rossi | 2 |
ets-labs/python-dependency-injector | flask | 677 | What is the proper way to handle dependencies at module load time? | Hello all! Im having a fun time experimenting with this framework, but have found myself stumped on this design issue for a while. In short, if a dependency needs to be used at module load time (e.g. decorators), the init_resources/wiring breaks
Example
`containers.py`
```
class ApplicationContainer(containers.... | open | 2023-03-06T23:30:45Z | 2023-03-13T19:05:11Z | https://github.com/ets-labs/python-dependency-injector/issues/677 | [] | cpvandehey | 2 |
sczhou/CodeFormer | pytorch | 100 | Have you considered to have docker support? | It would be easier to deploy if using docker, especially in Linux. | open | 2023-01-14T06:57:39Z | 2023-02-15T02:40:44Z | https://github.com/sczhou/CodeFormer/issues/100 | [] | hero-intelligent | 5 |
ultralytics/ultralytics | deep-learning | 18,826 | Failing to compute gradients, RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn | ### 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'm resarching perturbations in neural networks. I have a video in which YOL... | closed | 2025-01-22T13:49:32Z | 2025-03-02T15:59:00Z | https://github.com/ultralytics/ultralytics/issues/18826 | [
"question",
"detect"
] | gp-000 | 10 |
Gozargah/Marzban | api | 1,061 | Docker marzban xray crashloop | Non stopped restarting:
```
marzban-1 | WARNING: Xray core 1.8.8 started
marzban-1 | WARNING: Restarting Xray core...
marzban-1 | WARNING: Xray core 1.8.8 started
marzban-1 | WARNING: Restarting Xray core...
```
Steps to reproduce the behavior:
1. git clone the repo
2. `mv .env.example .env`
3. `doc... | closed | 2024-06-28T12:47:23Z | 2024-06-28T14:29:08Z | https://github.com/Gozargah/Marzban/issues/1061 | [
"Bug"
] | sdnv0x4d | 1 |
strawberry-graphql/strawberry | graphql | 3,543 | Feature: Default GraphQL Enums from Python Enums. | <!--- Provide a general summary of the changes you want in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Feature Request Type
- [ ] Cor... | closed | 2024-06-19T16:22:44Z | 2025-03-20T15:56:46Z | https://github.com/strawberry-graphql/strawberry/issues/3543 | [] | nrbnlulu | 4 |
xonsh/xonsh | data-science | 4,951 | When rebasing gitstatus raises "_GSField.updator() takes 2 positional arguments but 3 were given" | ## xonfig
<details>
```
+------------------+-----------------+
| xonsh | 0.13.3 |
| Python | 3.10.7 |
| PLY | 3.11 |
| have readline | True |
| prompt toolkit | 3.0.31 |
| shell type | prompt_toolkit |
| history... | closed | 2022-09-28T04:36:31Z | 2022-09-28T08:08:46Z | https://github.com/xonsh/xonsh/issues/4951 | [
"prompt",
"git"
] | lieryan | 0 |
django-import-export/django-import-export | django | 1,359 | Improve error information, include exact value and column | It would be nice quality of life feature if we could return more detailed error info. Including exact value/column which raised it.
Something similar to https://github.com/django-import-export/django-import-export/issues/1215
End goal would be for [row_errors](https://github.com/django-import-export/django-import-e... | closed | 2021-12-17T19:46:12Z | 2024-01-15T10:48:08Z | https://github.com/django-import-export/django-import-export/issues/1359 | [
"enhancement",
"question",
"good first issue",
"v4"
] | MarkoBox | 1 |
viewflow/viewflow | django | 371 | Task admin - autocomplete_fields | Dropdown select is not easy when you have many users.
I'd like to recommend adding **"autocomplete_fields"** in **workflow/admins.py**
```
@admin.register(Task)
class TaskAdmin(admin.ModelAdmin):
"""List all of viewflow tasks."""
icon = '<i class="material-icons">assignment_turned_in</i>'
actio... | closed | 2023-01-25T18:25:52Z | 2024-02-16T11:26:10Z | https://github.com/viewflow/viewflow/issues/371 | [] | andychoi | 1 |
OpenBB-finance/OpenBB | python | 6,175 | [Bug] Cannot login on VPS using Linux Terminal | **Describe the bug**
After installing Openbb Terminal in a remote VPS running Linux, I cannot login.
**To Reproduce**
Installed a fresh copy of openbb and worked properly.
Started the terminal and worked properly.
Went to accounts/login and at this point I believe the terminal is attempting to open a browser win... | open | 2024-03-07T21:47:15Z | 2024-03-07T22:17:40Z | https://github.com/OpenBB-finance/OpenBB/issues/6175 | [] | HunterXClarke | 0 |
scikit-image/scikit-image | computer-vision | 6,993 | Document minimum tifffile requirements | ### Description:
I'm looking to update the python-scikit-image package in Fedora and getting the following test failures:
```
_________________________________ test_shapes __________________________________
imgs = <skimage.io.collection.MultiImage object at 0x7fb1f0435790>
def test_shapes(imgs):
i... | closed | 2023-06-03T22:16:24Z | 2025-01-28T14:09:27Z | https://github.com/scikit-image/scikit-image/issues/6993 | [
":bug: Bug"
] | opoplawski | 19 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,182 | execution options param in ORM session hardcoded to immutable dict | ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10181
```py
from sqlalchemy.orm import Session
session: Session
session.connection(
execution_options={"isolation_level": "REPEATABLE READ"}
)
```
```
$ mypy test3.py
test3.py:6: error: Argument "execution_options" to "connecti... | closed | 2023-08-04T00:00:55Z | 2023-08-04T14:59:27Z | https://github.com/sqlalchemy/sqlalchemy/issues/10182 | [
"bug",
"orm",
"typing",
"near-term release"
] | zzzeek | 1 |
sqlalchemy/alembic | sqlalchemy | 1,247 | Attribute type change in Mapped[] not detected | **Describe the bug**
<!-- A clear and concise description of what the bug is. -->
If I change the type of an attribute in my model, only defined by the `Mapped` annotation, then I do not get any changes in the resulting upgrade script:
```python
class File(Base):
# change type from str to int
# size: ... | closed | 2023-05-23T16:13:12Z | 2023-05-24T16:12:42Z | https://github.com/sqlalchemy/alembic/issues/1247 | [
"question",
"autogenerate - detection",
"awaiting info",
"cant reproduce"
] | josteinl | 9 |
erdewit/ib_insync | asyncio | 22 | AttributeError: 'Order' object has no attribute 'algoParamsCount' | Hello,
I get AttributeError: 'Order' object has no attribute 'algoParamsCount', after I submit an adaptive algo order, which is contructed (following the instructions at https://interactivebrokers.github.io/tws-api/ibalgos.html#gsc.tab=0) as:
```
def MarketOrder(**kwargs):
order = Order(orderType='MKT', **kwarg... | closed | 2017-11-14T20:56:38Z | 2017-11-15T14:22:52Z | https://github.com/erdewit/ib_insync/issues/22 | [] | dyus1983 | 2 |
albumentations-team/albumentations | deep-learning | 2,066 | [Tech Debt] Simplify kernel size logic | RIght now all blurs will throw an error if input kernel range has even sides.
We can simplify it by sampling from any interval, and if picking one that close to samped, larger and valid | closed | 2024-11-06T15:40:42Z | 2024-11-08T00:26:58Z | https://github.com/albumentations-team/albumentations/issues/2066 | [] | ternaus | 0 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,822 | UserWarning: NVIDIA GeForce RTX 5090 with CUDA capability sm_120 is not compatible with the current PyTorch installation | ### Checklist
- [x] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [x] The issue exists in the current version of the webui
- [x] The issue has not been reported before... | closed | 2025-02-02T17:06:21Z | 2025-02-04T09:42:19Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16822 | [
"bug-report"
] | Andy91xx | 2 |
xorbitsai/xorbits | numpy | 466 | BUG: failed to install doc requirements on Apple M1 | ### Describe the bug
The doc requirements include `lightgbm>=3.0.0`. But installing lightgbm on Apple M1 could result in an error.
### To Reproduce
To help us to reproduce this bug, please provide information below:
1. Your Python version
2. The version of Xorbits you use
3. Versions of crucial packages, such... | closed | 2023-05-23T08:29:49Z | 2023-05-30T03:29:38Z | https://github.com/xorbitsai/xorbits/issues/466 | [
"bug",
"gpu"
] | UranusSeven | 0 |
biolab/orange3 | data-visualization | 6,379 | Our tests fail to test workflows | ...except the Qt6 tests.
#6181 had a compatibility issue which we almost did not catch because only Qt6 tests were having problems.
The cause for this is that `tox.ini` for `testenv` includes:
```
# Skip loading of example workflows as that inflates coverage
SKIP_EXAMPLE_WORKFLOWS=True
```
These wo... | closed | 2023-03-30T15:16:18Z | 2023-03-31T13:23:45Z | https://github.com/biolab/orange3/issues/6379 | [
"bug report"
] | markotoplak | 0 |
recommenders-team/recommenders | data-science | 2,030 | [FEATURE] Add tests in SAR for remove seen feature | ### Description
<!--- Describe your expected feature in detail -->
### Expected behavior with the suggested feature
<!--- For example: -->
<!--- *Adding algorithm xxx will help people understand more about xxx use case scenarios. -->
### Other Comments
| open | 2023-10-27T09:48:13Z | 2023-10-27T09:48:13Z | https://github.com/recommenders-team/recommenders/issues/2030 | [
"enhancement"
] | miguelgfierro | 0 |
ClimbsRocks/auto_ml | scikit-learn | 136 | ensembling methodologies to try | The infrastructure for ensembling is in place. The performance of an ensemble is only matching the performance of a well-trained single estimator, or lagging slightly behind it at times.
Here are some ideas to try to improve that performance:
- [ ] find the best way of ensembling predictions together (median, me... | open | 2016-11-07T18:49:59Z | 2016-11-07T19:24:56Z | https://github.com/ClimbsRocks/auto_ml/issues/136 | [] | ClimbsRocks | 0 |
polakowo/vectorbt | data-visualization | 572 | Portfolio.from_orders(..) for multiple assets | Following [this doc](https://nbviewer.org/github/polakowo/vectorbt/blob/master/examples/PairsTrading.ipynb#:~:text=%23%20Build%20percentage%20order%20size), I was able to create a list of orders, pass them to Portfolio.from_orders(..) and analyze PnL.
However, I've been struggling with doing the same for multiple as... | open | 2023-02-25T20:23:17Z | 2024-02-21T01:47:44Z | https://github.com/polakowo/vectorbt/issues/572 | [
"stale"
] | alecswan | 1 |
paperless-ngx/paperless-ngx | django | 7,486 | [BUG] Server Error (500) entering Documents view | ### Description
The Documents view is not working. When I click on Documents, I receive a Server Error (500).

Downgrading `python-django-soft-delete` from version 1.0.14 to 1.0.13 resolves the problem. This iss... | closed | 2024-08-17T20:38:53Z | 2024-09-17T03:04:18Z | https://github.com/paperless-ngx/paperless-ngx/issues/7486 | [
"not a bug"
] | pippep | 2 |
horovod/horovod | machine-learning | 3,853 | PetaStormDataModule throws error on teardown | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet) Pytorch Lighning
2. Framework version:
3. Horovod version:
4. MPI version:
5. CUDA version:
6. NCCL version:
7. Python version:
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:
12. CMake version:
**Checklis... | open | 2023-02-17T20:06:25Z | 2023-02-19T15:23:03Z | https://github.com/horovod/horovod/issues/3853 | [
"bug",
"spark"
] | prateek1404 | 0 |
aimhubio/aim | tensorflow | 3,061 | Upgrade node version and react version | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
Upgrade node version to latest to get better performance and also upgrade react and its dependent version as we couldn't install some of the 3rd party lib because Aim react version is old. For example react flow.
### Motivation
<!-... | open | 2023-11-10T15:45:50Z | 2023-12-26T11:37:54Z | https://github.com/aimhubio/aim/issues/3061 | [
"type / enhancement",
"area / Web-UI"
] | Sharathmk99 | 7 |
tortoise/tortoise-orm | asyncio | 1,653 | Have you considered allowing Tortoise to be independently initialized multiple times in different packages? | Imagine a scenario where we are using an open-source package based on Tortoise, and our own project also uses Tortoise. However, because Tortoise can only be initialized once, the package developed with Tortoise is not convenient for others to directly import and use.
| open | 2024-06-14T11:04:57Z | 2024-06-16T09:53:50Z | https://github.com/tortoise/tortoise-orm/issues/1653 | [] | zhaowanpeng | 3 |
zappa/Zappa | flask | 758 | [Migrated] Deployment fails on API Gateway: Invalid API Key identifier specified | Originally from: https://github.com/Miserlou/Zappa/issues/1892 by [iamnotagentleman](https://github.com/iamnotagentleman)
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
Zappa fails on deploy
> botocore.errorfactory.NotFoundException: An error oc... | closed | 2021-02-20T12:41:55Z | 2024-04-13T18:36:57Z | https://github.com/zappa/Zappa/issues/758 | [
"no-activity",
"auto-closed"
] | jneves | 3 |
sinaptik-ai/pandas-ai | data-visualization | 1,458 | FileNotFoundError: [Errno 2] No such file or directory: '/exports/charts/7f792cad-32b6-4385-b334-585a5d46e23a.png' | ### System Info
pandasai 2.3.0
ubuntu 0.20.04.1
python 3.9
### 🐛 Describe the bug
I looked up similar problems in the past and found that the drawing problems of GPT-3.5 and BambooLLM have been solved, but I still have the same problem when I run the code.
```python
import os
import pandas as pd
from pandasai... | open | 2024-12-09T06:57:57Z | 2025-02-27T02:38:35Z | https://github.com/sinaptik-ai/pandas-ai/issues/1458 | [
"bug"
] | Catherineasdzz | 3 |
onnx/onnxmltools | scikit-learn | 551 | SparkML OneHotEncoder conversion is wrong | SparkML OneHotEncoder conversion is implemented wrong. It just so happens to handle the conversion when there is one input column and one output column. Once you try multiple inputCols and outputCols, the generated ONNX graph is wrong.
Repro:
```python
from pyspark.ml.feature import OneHotEncoder
from onnxcon... | closed | 2022-05-21T01:46:31Z | 2022-05-27T19:28:19Z | https://github.com/onnx/onnxmltools/issues/551 | [] | memoryz | 1 |
HIT-SCIR/ltp | nlp | 676 | 请问使用过程中,会自动的去huggingface.co下载模型吗?这边提示“'HTTPSConnectionPool(host='huggingface.co', port=443)” | 版本4.2.13
在使用过程中,会有如下提示
`'HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /LTP/small/resolve/main/config.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x00000203832C0700>, 'Connection to huggingface.co timed out. (connect timeout=10)'))' thrown w... | closed | 2023-11-07T09:26:16Z | 2023-11-07T09:29:18Z | https://github.com/HIT-SCIR/ltp/issues/676 | [] | yu285509945 | 1 |
flairNLP/flair | nlp | 3,561 | [Question]: Clearer Instructions For Reporting Vulnerabilites | ### Question
Following up on https://github.com/flairNLP/flair/issues/2656 which was closed as stale - these instructions are still not correct, and there's no clear way to report security issues. Any update on that? | closed | 2024-10-28T09:59:34Z | 2024-11-22T15:55:25Z | https://github.com/flairNLP/flair/issues/3561 | [
"question"
] | DorTumarkinCx | 0 |
art049/odmantic | pydantic | 23 | Update documentation's Filtering.md to include Bitwise Operator Warning | There's this Python Bitwise operator warning found in Documentation [API Reference > odmantic.query](https://art049.github.io/odmantic/api_reference/query/#odmantic.query.QueryExpression) which, in my humble opinion, should be added to [Filtering > Logical Operators' section](https://art049.github.io/odmantic/filtering... | closed | 2020-10-25T20:23:13Z | 2020-10-25T20:52:53Z | https://github.com/art049/odmantic/issues/23 | [] | adeelsohailahmed | 1 |
katanaml/sparrow | computer-vision | 21 | Issue while training the model. | Hi Folks, Greetings of the day to y'all. It is very commendable of the work that you have done and I highly appreciate the wok.
However, I found an error while running the training code on colab. I request the team to have a look into and get me the resolving steps. I am getting this error after running one epoch.
B... | closed | 2023-07-27T06:30:19Z | 2023-07-31T19:16:40Z | https://github.com/katanaml/sparrow/issues/21 | [] | AGRocky | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.