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
koaning/scikit-lego
scikit-learn
457
[BUG] GroupedPredictor doesn't allow for nans in input
The `GroupedPredictor` raises an error (`ValueError: Input contains NaN, infinity or a value too large for dtype('float64').`) even if the `estimator` can handle missing values itself. ```python from sklego.meta import GroupedPredictor import numpy as np from sklearn.pipeline import make_pipeline from sklearn.li...
closed
2021-04-09T13:15:58Z
2022-04-15T06:22:37Z
https://github.com/koaning/scikit-lego/issues/457
[ "bug", "good first issue" ]
pavelkrizek
2
streamlit/streamlit
deep-learning
10,169
Pending changes to a widget are not submitted if interrupted by `st.rerun()` or `st.switch_page()`.
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient information below to help reproduce this issue. ### Summary This might not be a bug exactly, but the cons...
open
2025-01-13T00:24:32Z
2025-01-28T17:22:17Z
https://github.com/streamlit/streamlit/issues/10169
[ "type:bug", "status:confirmed", "priority:P3", "feature:st.rerun" ]
sfc-gh-dmatthews
2
errbotio/errbot
automation
1,629
entrypoint plugins fail to load in python 3.9>
**Describe the bug** entrypoint plugins unable to load in versions older than 3.9 **Environment (please complete the following information):** - Errbot version: master - Python version: 3.9 (and earlier) - Using a virtual environment: yes - Using Docker: no **Additional context** ``` ImportError: cannot ...
closed
2023-01-22T18:40:46Z
2023-02-04T04:55:02Z
https://github.com/errbotio/errbot/issues/1629
[ "type: bug" ]
sijis
0
huggingface/transformers
python
36,145
Problems with Training ModernBERT
### System Info - `transformers` version: 4.48.3 - Platform: Linux-6.8.0-52-generic-x86_64-with-glibc2.35 - Python version: 3.12.9 - Huggingface_hub version: 0.28.1 - Safetensors version: 0.5.2 - Accelerate version: 1.3.0 - Accelerate config: not found - PyTorch version (GPU?): 2.6.0+cu126 (True) - Tensorflow version...
closed
2025-02-12T04:04:50Z
2025-02-14T04:21:22Z
https://github.com/huggingface/transformers/issues/36145
[ "bug" ]
hyunjongkimmath
4
graphql-python/graphene-sqlalchemy
sqlalchemy
97
How to setup create_engine
Hi All, Sorry if I had to ask this, I followed the official tutorial http://docs.graphene-python.org/projects/sqlalchemy/en/latest/ and another tutorial https://github.com/Getmrahul/Flask-Graphene-SQLAlchemy I am having some errors in the sample app of the official tutorial of graphene , I am a bit confused on...
closed
2017-11-27T10:45:11Z
2023-02-24T14:55:45Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/97
[]
efvaldez1
2
matplotlib/matplotlib
data-visualization
29,233
[Bug]: xkcd mode broken on RC/dev
### Bug summary I think something with font fallback is going very wonky b/c instead of falling back cause of missing comic neue, it's producing abstract art. ### Code for reproduction ```Python import matplotlib.pyplot as plt plt.xkcd() plt.plot([1,2,3]) ``` ### Actual outcome ![Figure_1](https:/...
closed
2024-12-05T05:10:28Z
2024-12-05T22:08:22Z
https://github.com/matplotlib/matplotlib/issues/29233
[]
story645
5
graphdeco-inria/gaussian-splatting
computer-vision
519
Keep camera under the constructed 3d scene
Is there a way to know if my camera (using its position/translation vector) is moving out of the constructed region? I want to render video using the model, but keep the camera inside the constructed area. Thanks.
open
2023-12-04T17:44:54Z
2023-12-04T17:44:54Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/519
[]
AdityaDhaulakhandi
0
kynan/nbstripout
jupyter
38
Fix Windows tests
Tests are currently failing on Windows due to cram not unifying line endings, see brodie/cram#9.
closed
2016-09-21T23:10:16Z
2022-12-08T20:16:15Z
https://github.com/kynan/nbstripout/issues/38
[ "help wanted", "type:tests" ]
kynan
5
AutoGPTQ/AutoGPTQ
nlp
500
install auto-gptq error
Error when install Autogptq in rhel8 ppc64le. in docker. pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/ error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [19 lines of output] python: can't...
open
2023-12-28T11:33:28Z
2024-10-30T22:38:26Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/500
[ "bug" ]
jesulo
12
TencentARC/GFPGAN
pytorch
365
Mahfuz Emon
New Account
closed
2023-04-16T12:48:53Z
2023-04-16T12:49:11Z
https://github.com/TencentARC/GFPGAN/issues/365
[]
emonvai12q
0
lorien/grab
web-scraping
194
CDATA in XML
It looks like wrapper around lxml do not handle CDATA correctly. ``` xml <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE login><login><loginRequest valid="yes"><userid><![CDATA[43242342]]></userid><cookiename><![CDATA[hlive98]]></cookiename><cookievalue><![CDATA[PVAiEDlibjMXljrIld]]></cookiev alue><cookiedate><![CDA...
closed
2016-06-21T18:08:49Z
2016-11-06T20:06:50Z
https://github.com/lorien/grab/issues/194
[]
oiwn
2
mars-project/mars
scikit-learn
2,706
[BUG] `estimate_pandas_size` results in a big error for MultiIndex
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** `estimate_pandas_size` results a big error for MultiIndex. **To Reproduce** ``` Python In [43]: idx1 = pd.MultiIndex.from_arrays( ......
closed
2022-02-11T08:15:17Z
2022-02-11T15:45:20Z
https://github.com/mars-project/mars/issues/2706
[ "type: bug", "mod: dataframe" ]
hekaisheng
0
adbar/trafilatura
web-scraping
330
Proxy support to Trafilatura
Currently, I'm having trouble accessing some websites and I believe that using a proxy might help solve this issue. If there is no natively proxy support in Trafilatura (didn't find in docs), I would like to suggest adding this functionality for future versions.
closed
2023-04-23T00:05:03Z
2024-08-28T15:22:04Z
https://github.com/adbar/trafilatura/issues/330
[ "enhancement" ]
andremacola
4
DistrictDataLabs/yellowbrick
scikit-learn
749
Confusion Matrix Probability Histogram
@ianozsvald suggested an interesting extension to the Confusion Matrix: one which displays a histogram of probabilities in each square: ![download](https://user-images.githubusercontent.com/745966/52827067-49ea6500-3091-11e9-9103-47855846a108.png) Code is here: https://github.com/ianozsvald/data_science_delive...
open
2019-02-15T00:47:45Z
2019-04-17T12:11:28Z
https://github.com/DistrictDataLabs/yellowbrick/issues/749
[ "type: feature" ]
bbengfort
35
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
813
Dataset image size
Hi! I have a question about a dataset. Does the data set have to be square? Is it possible to study and test without resizing?
closed
2019-10-23T07:57:57Z
2020-08-23T22:13:22Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/813
[]
Migita6
5
huggingface/diffusers
deep-learning
10,379
QuantizedFluxTransformer2DModel save bug
### Describe the bug QuantizedFluxTransformer2DModel save bug ### Reproduction ``` class QuantizedFluxTransformer2DModel(QuantizedDiffusersModel): base_class = FluxTransformer2DModel transformer = FluxTransformer2DModel.from_pretrained( 'black-forest-labs/FLUX.1-Fill-dev', subfold...
open
2024-12-25T10:22:30Z
2025-01-24T15:02:51Z
https://github.com/huggingface/diffusers/issues/10379
[ "bug", "stale" ]
huangjun12
1
yt-dlp/yt-dlp
python
12,268
Problem to download video from FranceTv
### 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 a bug unrelated to a specific site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http...
closed
2025-02-03T16:00:46Z
2025-02-03T16:19:00Z
https://github.com/yt-dlp/yt-dlp/issues/12268
[ "duplicate", "site-bug" ]
luisdesiro
1
flairNLP/flair
nlp
2,996
flair erroring out in libcublasLt.so.11 module
Using flair 0.11.3. Getting below error for from flair.data import Sentence. Not clear on what is causing the issue. It worked on local laptop but running in AzureML Compute instance giving below error. One observation - In local flair did not install nvidia-cuda-runtime-cu11 & other nvidia related packages. Below err...
closed
2022-11-23T20:20:06Z
2022-11-23T20:51:11Z
https://github.com/flairNLP/flair/issues/2996
[ "question" ]
rayamoh
1
aiogram/aiogram
asyncio
794
Webhook executor creates another one loop
## Context Sometimes we need to run own loop before running `webhook_executor`. E.g. to get remote config and choose update method: `webhook_executor` or `polling_executor`. ```python async def main(): settings = await get_app_settings() loop = asyncio.get_event_loop() if settings.update_method =...
closed
2021-12-22T07:59:10Z
2024-04-22T19:30:48Z
https://github.com/aiogram/aiogram/issues/794
[ "bug" ]
Olegt0rr
2
babysor/MockingBird
pytorch
342
训练自己模型正常 可是替换成 社区提供的模型 不一会 就报错然后自动终止(小白求教)
提供的免费模型 我都用了,但无一例外全部报错 ,最后的括号出现(70,512)或者(512,512)或者(0,512) 有人说模型版本和软件版本不配套 求大神 帮忙 解答下 这个该怎么解决。自己训练的模型 实在是不会自己收敛 搞出来的五六百兆的模型根本没法用
open
2022-01-15T06:18:47Z
2022-03-29T13:02:35Z
https://github.com/babysor/MockingBird/issues/342
[]
wangxiang125488
4
python-gino/gino
sqlalchemy
705
Multihost string example
* GINO version:1.0.1 * Python version: 3.7 * asyncpg version: 0.18.3 ### Description Hello, i want to pass couple of hosts to connection string, is it possible to do so with Gino? I want to achive same behavior as in psql for example - to connect to the first avaliable host. ### What I Did I Tried ...
open
2020-06-22T14:23:37Z
2021-03-06T08:11:27Z
https://github.com/python-gino/gino/issues/705
[ "feature request" ]
Smosker
9
piskvorky/gensim
data-science
2,962
preprocessing.strip_punctuation does not handle Unicode
#### Problem description `RE_PUNCT` in [`parsing/preprocessing.py`](https://github.com/RaRe-Technologies/gensim/blob/e210f73c42c5df5a511ca27166cbc7d10970eab2/gensim/parsing/preprocessing.py#L62), which is the substance of [`preprocessing.strip_punctuation`](https://github.com/RaRe-Technologies/gensim/blob/e210f73c...
open
2020-09-28T13:33:46Z
2020-09-29T07:30:24Z
https://github.com/piskvorky/gensim/issues/2962
[ "feature" ]
sciatro
7
Lightning-AI/pytorch-lightning
deep-learning
20,450
Make sure the upcoming change in the default for `weights_only` from False to True is handled correctly
### Bug description Reference: https://dev-discuss.pytorch.org/t/bc-breaking-change-torch-load-is-being-flipped-to-use-weights-only-true-by-default-in-the-nightlies-after-137602/2573 ### What version are you seeing the problem on? master ### How to reproduce the bug ```python - ``` ### Error messages and logs -...
open
2024-11-26T12:18:22Z
2025-02-03T10:29:53Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20450
[ "ver: 2.4.x", "ver: 2.6.x" ]
lantiga
1
sqlalchemy/sqlalchemy
sqlalchemy
10,528
Floor division between decimal numerator and integer denominator is wrong
### Describe the bug Doing a floor division `//` between a decimal numerator (float / numeric) and an int denominator results in the wrong sql ### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected _No response_ ### SQLAlchemy Version in Use 2.x ### DBAPI (i.e...
open
2023-10-23T15:43:00Z
2023-10-24T17:11:42Z
https://github.com/sqlalchemy/sqlalchemy/issues/10528
[ "bug", "sql", "datatypes", "great mcve" ]
CaselIT
4
Miserlou/Zappa
django
2,217
Decorating a event function may cause unexpected errors
## Context It's not technically a bug, but current behaviour of a mechanism to run a scheduled function just doesn't seem to be correct. Adding a very subtle, safe looking change can cause scheduled events to fail. ## Expected Behavior Event functions should be required to accept kwargs ## Actual Behavior Para...
open
2021-05-05T14:01:25Z
2021-05-05T14:05:08Z
https://github.com/Miserlou/Zappa/issues/2217
[]
mlubimow
0
thtrieu/darkflow
tensorflow
1,126
How can I train with my own dataset? help wanted
I'm trying to train darkflow with my own dataset. I have installed darkflow, created test images and made annotations (Pascal VOC & YOLO). If I have understood correctly the darkflow training requires Pascal VOC? My problem is that I don't know how to start the training. Am I supposed to get weights as a result ...
closed
2020-01-14T16:14:20Z
2020-01-16T15:34:21Z
https://github.com/thtrieu/darkflow/issues/1126
[]
Mikkochu
3
explosion/spaCy
machine-learning
11,986
spaCy 3.4 depends on numpy 1.15.0 which has known vulnerabilities
I ran the [new Google OSV scanner tool](https://github.com/google/osv-scanner) on a local copy of the spaCy repo, and it reports several vulnerabilities in the minimum numpy version: ```shell ➜ ~/go/bin/osv-scanner -r spaCy/ Scanning dir spaCy/ Scanning /home/ilab-user/spaCy/ at commit c9d9d6847f9685c21eeec01f4b...
closed
2022-12-16T16:07:05Z
2023-02-09T00:02:12Z
https://github.com/explosion/spaCy/issues/11986
[ "third-party" ]
dwvisser
4
Lightning-AI/pytorch-lightning
data-science
20,557
Need a strategy to gather and compute validation loss on the whole validation dataset
### Description & Motivation After lightning 2.0, the `validation_epoch_end(self, outputs):` function is deprecated. instead, we are asked to use a so called `on_validation_epoch_end(self)` callback, but this call back takes no parameters. so we should save the validation outpus, into a self.validataion_outpus p...
open
2025-01-22T08:22:17Z
2025-02-12T01:15:50Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20557
[ "feature", "needs triage" ]
JohnHerry
2
facebookresearch/fairseq
pytorch
5,424
Question for the Facebook research team on XLM applied to new written langauge
## ❓ Questions and Help Sorry I'm asking this here, I really hope you don't mind. Is there anyone who could give a little insight in applying your Cross-lingual Language Model Pretraining [to the following use case?](https://github.com/King-Darius/XLM_Rongorongo/) There are a few unique challenges that I think p...
open
2024-01-17T21:42:07Z
2024-01-17T21:42:07Z
https://github.com/facebookresearch/fairseq/issues/5424
[ "question", "needs triage" ]
King-Darius
0
plotly/dash
dash
2,356
Remove sourcemap links from bundles when we publish without sourcemaps
Hi, when installing dash-player (versions > 1.0), the file /dash_player/dash_player.min.js.map is somehow missing. I installed the package via poetry, which uses pip under the shell to install. Installation worked without errors or warnings. I could add the .zipped package and get the file from there for now.
open
2022-11-24T12:09:45Z
2024-08-13T19:23:13Z
https://github.com/plotly/dash/issues/2356
[ "infrastructure", "feature", "P3" ]
afey89
5
AutoGPTQ/AutoGPTQ
nlp
96
NotImplementedError: Cannot copy out of meta tensor; no data!
I encountered this error while trying to quantize OPT-IML-30B, but quantizing OPT-IML-1.3B succeeded. I use `AutoGPTQForCausalLM.from_pretrained(model_name, max_memory=...)` and encounter this issue with both 2x and 3x A100s (40GB). In another repository that encountered this error, it was caused by [problematic off...
closed
2023-05-22T10:10:29Z
2023-05-24T18:01:18Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/96
[]
larekrow
5
gunthercox/ChatterBot
machine-learning
1,746
integrate chatterbot with spacy instead of nltk?
hi, spacy is a very fast library for nlp which has all the features of nltk. it is written in cython which make it so much faster. it also has support for 49 languages, and more can be implemented. why not use it instead of nltk?
closed
2019-06-06T09:02:26Z
2025-02-18T22:50:13Z
https://github.com/gunthercox/ChatterBot/issues/1746
[]
brightening-eyes
9
wkentaro/labelme
computer-vision
340
Language transliteration.
Can it be possible to integrate some language multilingual-transliteration tool (for e.g. https://www.google.co.in/inputtools/try/)? It will be very helpful in annotating scene text data. Thanks. #RequestForFeature
closed
2019-03-04T12:19:50Z
2019-04-17T14:37:38Z
https://github.com/wkentaro/labelme/issues/340
[]
shubhampateliitm
3
sinaptik-ai/pandas-ai
data-science
882
Allow using custom heads through Agent
### 🚀 The feature Using a custom head [is possible and documented](https://docs.pandas-ai.com/en/latest/custom-head/) for privacy/verbosity reasons when using a `SmartDataframe`. An `Agent` behaves similarly to a `SmartDataframe` or a `SmartDatalake`, so using a custom head seems like should be possible. ### Mot...
closed
2024-01-19T16:03:49Z
2024-09-26T10:57:38Z
https://github.com/sinaptik-ai/pandas-ai/issues/882
[]
aaossa
2
graphdeco-inria/gaussian-splatting
computer-vision
1,157
GLFW not loading
I got my custom training set to run, and am ready to view it with the SIBR real-time viewer, but when I run the prompt `sibr_viewers/bin/SIBR_remoteGaussian_app.exe -m output\test1 --iteration 30000`, `I get [SIBR] -- INFOS --: Initialization of GLFW`, and then nothing. No window, no error message, nothing about op...
open
2025-02-08T21:04:39Z
2025-02-08T21:39:39Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1157
[]
bridgebrain
1
HumanSignal/labelImg
deep-learning
805
[Feature Request] Show done/total
In the file list, it would be nice to add a done/total indicator to see your progress on labeling all the images. Thanks
closed
2021-10-18T19:40:58Z
2022-06-09T15:27:01Z
https://github.com/HumanSignal/labelImg/issues/805
[]
Enzodtz
1
JaidedAI/EasyOCR
pytorch
1,017
'charmap' codec can't encode character '\u2588' in position 12: character maps to <undefined>
I know this issue already existed here: #298 But i can't solve it like mentioned there because i am building it using PyInstaller which just ignores setting the environment variable `PYTHONIOENCODING=utf-8` and/or `PYTHONUTF8=1` And it is the only library thet seems to have a problem with it. Is there any other ...
open
2023-05-13T12:37:07Z
2024-06-07T11:49:00Z
https://github.com/JaidedAI/EasyOCR/issues/1017
[]
Sharrnah
1
pyeve/eve
flask
1,286
bson.errors.InvalidDocument when inserting a list of DBRefs with allow_unknown=True
### Expected Behavior Tell us what should happen. Below are the steps to reproduce the issue: 1. Modify the settings.py in eve-demo repo by adding ALLOW_UNKNOW=True 2. Start the demo application locally and try to create a work by posting to `works` resource with '{"assigned_to_additional_references":[{"$ref":"...
closed
2019-06-10T08:03:50Z
2019-12-14T19:42:28Z
https://github.com/pyeve/eve/issues/1286
[ "stale" ]
smeng9
1
python-visualization/folium
data-visualization
1,295
How to draw the wind animation using leaflet-velocity?
#### Please add a code sample or a nbviewer link, copy-pastable if possible I want to draw a wind animation like this: https://github.com/danwild/leaflet-velocity but I don't know how to do with python/Folium, or other method? I see on the website below that he wants to do this in python, but he/she didn't give the...
closed
2020-04-16T09:21:57Z
2020-04-16T13:16:13Z
https://github.com/python-visualization/folium/issues/1295
[]
ying951
1
slackapi/python-slack-sdk
asyncio
1,404
Slack python client uploading blank files
I'm using the following python/slack_sdk code to upload a series of files to a slack channel: ``` from slack_sdk import WebClient WebClient(token=os.getenv('SLACK_LOGGING_BOT_TOKEN')).files_upload_v2(channel=channel_id,initial_comment=initial_comment,file=file_name) ``` Uploading works, the problem is that somet...
closed
2023-09-21T17:43:44Z
2023-10-11T22:39:16Z
https://github.com/slackapi/python-slack-sdk/issues/1404
[ "bug", "web-client", "server-side-issue" ]
DPLATA
21
thtrieu/darkflow
tensorflow
1,176
AssertionError: Image is not a np.ndarray
Hi Thtrieu and anyone, can you help me to solve this problem? i'm using Tiny Yolo VOC and just 1 class picture Traceback (most recent call last): File "D:\-\YOLO\darkflow-master\YOLOwithimg.py", line 19, in <module> result = tfnet.return_predict(imgcv) File "D:\-\YOLO\darkflow-master\darkflow\net\flow.py...
open
2020-06-01T11:09:22Z
2020-06-01T11:09:22Z
https://github.com/thtrieu/darkflow/issues/1176
[]
ahmdwhydin
0
public-apis/public-apis
api
3,639
https://members.dollarsfortasks.com/register.php?referral=rockinganand2399
Join to earn
closed
2023-09-21T14:56:00Z
2023-09-21T17:47:05Z
https://github.com/public-apis/public-apis/issues/3639
[]
rockinganand2399
0
mljar/mljar-supervised
scikit-learn
87
Control all parameters of the learning
Right now user can not control all parameters of the learning, for example, the number of minimum steps of the algorithm (see discussion in https://github.com/mljar/mljar-supervised/issues/86). Please add a method to set any parameter of the learning algorithm.
closed
2020-05-13T12:52:43Z
2020-08-26T15:11:38Z
https://github.com/mljar/mljar-supervised/issues/87
[ "enhancement" ]
pplonski
1
sammchardy/python-binance
api
1,549
[SSL: UNEXPECTED_EOF_WHILE_READING]
Description: I'm encountering an SSL error when trying to fetch API permissions using the Binance Python SDK. Specifically, the program fails with an SSLError mentioning [SSL: UNEXPECTED_EOF_WHILE_READING]. This happens every time I try to call the /sapi/v1/account/apiRestrictions endpoint, even though my API keys an...
closed
2025-01-27T16:48:35Z
2025-02-01T19:46:03Z
https://github.com/sammchardy/python-binance/issues/1549
[]
GauravDucker
4
modin-project/modin
pandas
6,734
BUG: cross join raises ValueError: do not recognize join method cross
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
closed
2023-11-10T19:56:37Z
2023-12-05T11:50:32Z
https://github.com/modin-project/modin/issues/6734
[ "bug 🦗", "P2" ]
mvashishtha
1
qubvel-org/segmentation_models.pytorch
computer-vision
946
Need Help in Modification
post is removed as no one responded!
closed
2024-10-13T20:22:46Z
2024-11-01T19:17:28Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/946
[]
ghost
0
indico/indico
sqlalchemy
6,672
Payment method duplication and per-registration choices
**Is your feature request related to a problem? Please describe.** Consider the following case. We may have to pay for registration fee and accommodation fee on Indico. Registration fee has to be paid by one payment method to the institute and accommodation fee by another method to the hotel. We don't want participa...
closed
2024-12-14T05:06:59Z
2024-12-14T12:24:13Z
https://github.com/indico/indico/issues/6672
[ "enhancement" ]
laf070810
2
ipython/ipython
data-science
13,840
Badly formed notebook tracebacks ending with `AssertionError: Pieces mismatches`
We've been having this new issue for a while now, probably about a few months. In some cases the tracebacks displayed in a Jupyter Notebook seem to be incorrectly parsed at some point and cause an `AssertionError` to be raised. After some long bug hunting I've been able to reproduce the error consistently with the foll...
closed
2022-11-22T10:56:01Z
2022-12-04T01:31:37Z
https://github.com/ipython/ipython/issues/13840
[ "bug", "external-software-interaction" ]
maximlt
5
robinhood/faust
asyncio
691
How to optimize my CPU/ RAM resource?
Currently, I have 2 workers for my little data pipeline One is used to receive data from twitter and save to mongodb One is using NLP to process the data. NLP is the slow process for each item. Therefore, both 2 workers are set 100 concurrencies now but no matter how many concurrencies I set. The CPU is just used ...
open
2020-11-20T09:33:25Z
2020-11-20T09:33:25Z
https://github.com/robinhood/faust/issues/691
[]
tmclouisluk
0
ultralytics/ultralytics
machine-learning
18,814
Install with numpy 2.2.1 using poetry on windows / linux fails
### 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 Install ### Bug Attempting to create a lock file along side numpy 2.2.1 using poetry on windows / linux fails with: ``` B...
closed
2025-01-22T06:32:26Z
2025-01-23T02:20:09Z
https://github.com/ultralytics/ultralytics/issues/18814
[ "bug", "dependencies" ]
Teriks
9
plotly/dash-core-components
dash
759
Need to add dashCoreComponents examples for R package
In advance of the submission to CRAN, we should add inline examples to the `dashCoreComponents` R package via the `dash-info.yaml` file. These examples would complement the existing online documentation available at https://dashr.plot.ly, and in many cases offer the same code snippets, but in offline-viewable forma...
closed
2020-02-25T21:18:06Z
2020-05-29T17:58:24Z
https://github.com/plotly/dash-core-components/issues/759
[ "in progress", "dash-stage-in_review" ]
rpkyle
1
yzhao062/pyod
data-science
306
multi-thread inference in KNN
Dear pyod dev team. I noticed that although I have selected n_job=10 for KNN, when I perform inference the process is single-threaded. Is there a chance to make inference utilise the same methods that training does with multiple threads? Thanks a lot!
open
2021-05-23T16:19:32Z
2021-05-23T16:19:32Z
https://github.com/yzhao062/pyod/issues/306
[]
kvougas
0
chatanywhere/GPT_API_free
api
344
能否支持沉浸式翻译
支持它,刚需
open
2024-12-25T17:14:54Z
2024-12-26T03:33:17Z
https://github.com/chatanywhere/GPT_API_free/issues/344
[]
bbylw
1
ultralytics/yolov5
deep-learning
13,234
Hyperparameters explanation
### 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 Hi, i searched in the doc but I don't find any information more than the commend p...
closed
2024-07-31T09:29:19Z
2024-10-20T19:51:10Z
https://github.com/ultralytics/yolov5/issues/13234
[ "question" ]
simalessandri
4
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
63
训练好的权重
感谢您做的这个教程!太棒了! 有已经训练好的weights吗 出于学习目的不想去训练
closed
2020-10-16T03:26:34Z
2020-10-16T04:44:23Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/63
[]
EthanCodesss
3
vitalik/django-ninja
rest-api
1,086
[Question] Custom Validation for post body Json fields.
I'm upgrading from 0.22.2 to 1.1.0 and many tests are failing. Previously I was overriding my Schema's __init__ and preforming my validations in there. ``` class MySchema(Schema): def __init__(self, **data: dict[str, Any]): super().__init__(**data) self._validate_args() ``` However i...
open
2024-02-16T23:27:26Z
2024-02-28T06:22:04Z
https://github.com/vitalik/django-ninja/issues/1086
[]
ethanli722
1
graphistry/pygraphistry
jupyter
28
how to unbind an attribute?
(+ @thibaudh @padentomasello ) I bound `point_size` for one graph, and wanted to unbind for another, and couldn't: setting `g.bind(point_size=None)` is ignored. I don't think this is the expected behavior..
closed
2015-08-12T01:41:01Z
2020-06-10T06:44:42Z
https://github.com/graphistry/pygraphistry/issues/28
[ "enhancement" ]
lmeyerov
9
Kinto/kinto
api
3,475
Crash with `psycopg2.errors.InvalidTextRepresentation` (bigint) with last_modified = `1733242309482"`
``` (psycopg2.errors.InvalidTextRepresentation) invalid input syntax for type bigint: "1733242309482"" LINE 7: AND as_epoch(last_modified) > '1733242309482"' ^ [SQL: SELECT id, as_epoch(last_modified) AS last_modified, data F...
closed
2024-12-10T14:54:51Z
2024-12-11T17:37:48Z
https://github.com/Kinto/kinto/issues/3475
[ "bug" ]
leplatrem
0
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
975
Multiple results shown on each epoch
Hi, is there any way I can get multiple results on each epoch? Right now there's only one result shown on html for each epoch.
open
2020-04-01T22:34:33Z
2020-04-02T18:39:28Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/975
[]
Songloading
1
vllm-project/vllm
pytorch
14,574
[CI failed]: V1 Test Failed due to "No available memory for the cache blocks" in GitHub Actions
### Anything you want to discuss about vllm. I encountered c1 test failure when running CI while initiating the merge request code code link:https://github.com/vllm-project/vllm/pull/14377 The error is as follows: [2025-03-10T15:07:20Z] INFO 03-10 08:07:20 [gpu_model_runner.py:1067] Model loading took 0.2389 GB and 0...
open
2025-03-10T17:59:54Z
2025-03-12T00:24:00Z
https://github.com/vllm-project/vllm/issues/14574
[ "misc" ]
cynthieye
1
mljar/mljar-supervised
scikit-learn
633
Installing error
I have tried with pip, conda and clonning and I still have the same error ImportError: DLL load failed while importing _imaging: The specified module could not be found. I also tried with the right spicy and sklearn and nothing
closed
2023-06-27T03:11:27Z
2024-03-04T13:34:01Z
https://github.com/mljar/mljar-supervised/issues/633
[]
ConnyGarcia
3
marshmallow-code/flask-smorest
rest-api
471
Setting ETag for empty JSON list
If API server returns empty JSON list, it should not return ETag header because there is no resource that can be cached and compared using ETag. The ETag is used to determine if the resource has changed since the last request, so that the client can use the cached resource if it has not changed and request a new resour...
closed
2023-03-10T00:22:26Z
2023-03-10T20:53:03Z
https://github.com/marshmallow-code/flask-smorest/issues/471
[]
sergeyklay
2
JaidedAI/EasyOCR
pytorch
695
Can anybody fix my problem pls.
- I cant import easyocr although i installed it successfully, so i used this code to import easy ocr: !pip install git+https://github.com/jaidedai/easyocr.git cd easyocr !python setup.py install import easyocr - After that i write : detection_threshold = 0.7 image = image_np_with_detections scores = list(filt...
open
2022-03-26T14:51:12Z
2022-03-26T14:53:31Z
https://github.com/JaidedAI/EasyOCR/issues/695
[]
Tfyourhelp
0
akfamily/akshare
data-science
5,598
AKShare 接口问题报告 ,给客服反映结果
![Image](https://github.com/user-attachments/assets/f73d2ddb-e8d9-4652-9af8-8820f0cc0cf3)
closed
2025-02-15T11:04:01Z
2025-02-15T14:23:50Z
https://github.com/akfamily/akshare/issues/5598
[ "bug" ]
ookaoooo
2
horovod/horovod
machine-learning
3,811
Horovod Issue with Tensorboard
**Environment:** 1. Framework: (TensorFlow, Keras, PyTorch, MXNet) Tensorflow 3. Framework version: 2.9.1 5. Horovod version: 0.25.0 7. MPI version: 4.1.4 9. CUDA version: 11.4 11. NCCL version: 2.10.3 13. Python version: 3.9.5 15. Spark / PySpark version: 3.3.0 17. Ray version: N/A 19. OS and versio...
closed
2023-01-09T02:57:20Z
2023-01-11T20:36:28Z
https://github.com/horovod/horovod/issues/3811
[ "bug" ]
andrejfd
1
nvbn/thefuck
python
720
Doesn't handle quotes and arguments with spaces well
v3.24 using Python 3.5.3, on Ubuntu 17.04, GNU bash 4.4.7(1)-release. Using an alias, but with no alias is indifferent: $ theheck "catt 'My File'" cat My File [enter/↑/↓/ctrl+c] $ theheck "catt My\ File" cat My File [enter/↑/↓/ctrl+c] $ theheck "ehco -e '\n'" echo -e \n [e...
open
2017-10-27T19:53:22Z
2021-09-29T19:00:04Z
https://github.com/nvbn/thefuck/issues/720
[ "help wanted", "hacktoberfest", "HackIllinois" ]
admirabilis
3
xonsh/xonsh
data-science
4,961
COMMANDS_CACHE_SIZE_WARNING set in .xonshrc is ignored, warning still shows
Hi, I have a simple problem: ``` Warning! Found 6,324 executable files in the PATH directories! ~ via  v18.8.0 🐍 v3.10.6 ❯ ``` This annoying message shows and I have found COMMANDS_CACHE_SIZE_WARNING to supposedly disable it by setting the number above 6000. I have tried all ways of setting this environme...
closed
2022-10-06T05:02:57Z
2022-11-15T11:56:10Z
https://github.com/xonsh/xonsh/issues/4961
[ "xonshrc" ]
oxysoft
5
microsoft/JARVIS
pytorch
155
Can run on windows platform?
after downlaod all models,excute the next command: python models_server.py --config config.yaml // local_deployment: standard it goes wrong: PS D:\gitlab\JARVIS\server> python models_server.py --config config.yaml The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows. ...
open
2023-04-16T23:53:45Z
2023-12-07T11:58:03Z
https://github.com/microsoft/JARVIS/issues/155
[]
WangShaoyu1
3
donnemartin/system-design-primer
python
642
Invalid Link How to Ace System Design Interview
This is invalid link [https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/](url) . Please provide correct one
open
2022-02-25T16:09:47Z
2025-02-12T21:12:28Z
https://github.com/donnemartin/system-design-primer/issues/642
[ "needs-review" ]
MrKhan0747
2
modelscope/modelscope
nlp
450
TypeError: VideoCaptioningPipeline: HiTeAForAllTasks: 'NoneType' object is not callable
您好,在进行视频字幕生成的时候出现的问题。 推理代码: from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks model_id = 'damo/multi-modal_hitea_video-captioning_base_en' input_caption = 'http://xke-repo.oss-cn-hangzhou.aliyuncs.com/models/release/vid_hitea_videocap.avi' pipeline_caption = pipeline(Tasks....
closed
2023-08-08T16:34:27Z
2023-08-08T16:38:05Z
https://github.com/modelscope/modelscope/issues/450
[]
Accept-AI
1
deezer/spleeter
tensorflow
342
[Bug] name your bug
## Description Used in both cases: Spleet gui result: Spleeter works fine on Win7, but produces this, on Win10: ## Step to reproduce Installed: python-3.8.2.exe Miniconda3-latest-Windows-x86_64.exe then (without errors): pip install spleeter conda install numba ## Output Informationen über...
closed
2020-04-25T18:33:39Z
2020-04-27T08:32:31Z
https://github.com/deezer/spleeter/issues/342
[ "bug", "invalid" ]
Ry3yr
0
mljar/mercury
data-visualization
336
Using mercury with multiple conda environments
Hello: I 'm getting the "Waiting for worker..." error and following few answers, it seems it might be an installation problem... So I would like to ask how should I install mercury in this case: I have multiple notebooks working with different conda environments, and I would like to use docker-compose to make those n...
closed
2023-07-16T18:40:23Z
2023-08-07T11:54:54Z
https://github.com/mljar/mercury/issues/336
[]
gussabina
2
chatanywhere/GPT_API_free
api
314
api报错
**Describe the bug 描述bug** A clear and concise description of what the bug is. **To Reproduce 复现方法** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Screenshots 截图** If applicable, add screenshots to help explain your problem. <img width="754" alt...
open
2024-10-29T04:23:08Z
2024-10-29T10:02:55Z
https://github.com/chatanywhere/GPT_API_free/issues/314
[]
zoeywy
8
tensorly/tensorly
numpy
526
numpy.core._exceptions._ArrayMemoryError
#### Describe the bug <!-- A clear and concise description of what the bug is. -->I want to complete the CP decomposition using parafac, but as long as the tensor is too large to complete and produces the following error. How should I solve this problem? I am very eager for your help. import numpy as np from t...
closed
2023-09-06T08:26:31Z
2023-09-14T13:40:30Z
https://github.com/tensorly/tensorly/issues/526
[]
SCIKings
2
nolar/kopf
asyncio
480
[archival placeholder]
This is a placeholder for later issues/prs archival. It is needed now to reserve the initial issue numbers before going with actual development (PRs), so that later these placeholders could be populated with actual archived issues & prs with proper intra-repo cross-linking preserved...
closed
2020-08-18T20:07:41Z
2020-08-18T20:07:42Z
https://github.com/nolar/kopf/issues/480
[ "archive" ]
kopf-archiver[bot]
0
pallets-eco/flask-sqlalchemy
sqlalchemy
1,033
Set isolation level for individual transactions (or individual sessions)
In SQLAlchemy, the isolation level can be set for an individual transaction: https://docs.sqlalchemy.org/en/14/orm/session_transaction.html#setting-isolation-for-individual-transactions However, it states that >A key caveat regarding isolation level is that the setting cannot be safely modified on a Connection whe...
closed
2022-01-31T06:29:37Z
2022-10-03T00:21:48Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/1033
[]
k-time
1
sqlalchemy/alembic
sqlalchemy
987
remove "pylons" app template for 1.8
this template is from decades ago from the old pre-pyramid form of pylons and is certainly not functional, for example it refers to "wsgi_app" that isn't even created in the default case.
closed
2022-02-07T19:51:39Z
2022-05-31T20:51:45Z
https://github.com/sqlalchemy/alembic/issues/987
[ "bug", "migration environment" ]
zzzeek
1
K3D-tools/K3D-jupyter
jupyter
369
Hover callback not working on points object
I'm attempting to apply callbacks to points objects so I can plot some data and display information about the points interactively. Running the mesh_callback.ipynb example works, but if I replace the mesh with points, the callback no longer displays any labels. Any help in figuring out how to get callbacks on sing...
closed
2022-08-04T13:29:17Z
2022-08-04T22:45:21Z
https://github.com/K3D-tools/K3D-jupyter/issues/369
[]
davidwhealey
1
fastapi/sqlmodel
sqlalchemy
285
How to use Pickle Type
### 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-03-25T14:43:22Z
2022-03-26T19:02:46Z
https://github.com/fastapi/sqlmodel/issues/285
[ "question" ]
RamDurgaSai
3
coqui-ai/TTS
pytorch
3,800
[Bug] on large text with device=cpu, tts_to_file will throw RuntimeError bad allocation
### Describe the bug When running text-to-speech on an english model, when tts tries to write the .wav file, it runs out of memory. I'm running on cpu only. My machine has ~14GB available RAM I ran the code on around 20 pages of text, everything worked before tts.tts_to_file, but then it threw runtimeError bad al...
closed
2024-06-27T00:55:12Z
2025-01-10T15:04:10Z
https://github.com/coqui-ai/TTS/issues/3800
[ "bug", "wontfix" ]
ArmoredExplorer
8
ydataai/ydata-profiling
data-science
855
> Could you provide the minimal information to reproduce this error?
> Could you provide the minimal information to reproduce this error? > > * the minimal code you are using to generate the report > * which environment you are using (jupyter notebook, console or IDE) and packages (`pip freeze > packages.txt`) > * a sample or description of the dataset (`df.head()`, `df.info()`) ...
closed
2021-10-07T22:40:49Z
2021-10-08T17:56:12Z
https://github.com/ydataai/ydata-profiling/issues/855
[]
tripathishivam1444
2
neuml/txtai
nlp
164
Process task actions concurrently
Currently, multi-action tasks allow parallel execution against the data but are processed single threaded. This change will enable concurrent processing with the following two modes: - thread: Multithreading pool. Doesn't help with CPU driven actions due to GIL but can help with I/O bound actions. - process: Multip...
closed
2021-11-29T23:21:49Z
2021-11-29T23:29:52Z
https://github.com/neuml/txtai/issues/164
[]
davidmezzetti
0
horovod/horovod
pytorch
2,984
Horovod can not load model from MLflow to predict Spark Dataframe
**Environment:** 1. Framework: (TensorFlow, Keras, ) 2. Framework version: horovod[tensorflow,keras,pytorch,mxnet,spark]==0.21.3 3. Horovod version:horovod[tensorflow,keras,pytorch,mxnet,spark]==0.21.3 **Bug report:** Based on the databricks example of https://docs.databricks.com/_static/notebooks/deep-learn...
open
2021-06-15T03:10:05Z
2021-06-15T19:41:39Z
https://github.com/horovod/horovod/issues/2984
[ "bug" ]
zhixingheyi-tian
1
Sanster/IOPaint
pytorch
389
[BUG] ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
``` (base) C:\Users\28622>conda activate lama (lama) C:\Users\28622>lama-cleaner --model=lama --device=cuda --port=8080 - Platform: Windows-10-10.0.22621-SP0 - Python version: 3.10.11 - torch: 1.13.1+cu117 - torchvision: 0.14.1+cu117 - Pillow: 10.0.1 - diffusers: 0.16.1 - transformers: 4.27.4 - opencv-pyt...
closed
2023-10-04T07:05:04Z
2024-05-04T03:38:27Z
https://github.com/Sanster/IOPaint/issues/389
[]
Amazon90
10
laughingman7743/PyAthena
sqlalchemy
69
Using WorkGroup in API requests
Hi, Athena WorkGroup allows you to isolate queries for teams, applications etc. You can read more about Athena WorkGroup here https://docs.aws.amazon.com/athena/latest/ug/user-created-workgroups.html. I don't see a way to submit a query in particular `WorkGroup` rather than the `primary` which is default. ```p...
closed
2019-02-25T01:00:31Z
2019-03-05T12:56:02Z
https://github.com/laughingman7743/PyAthena/issues/69
[]
sharath-thirunagaru
3
benlubas/molten-nvim
jupyter
270
[Bug] Functions are not loaded on time
_make sure to do the following:_ _read the README_ _check existing issues (the `config problem` tag is helpful)_ _try with the latest version of molten and image.nvim, latest releases and then main/master branches_ _run `:UpdateRemotePlugins`_ - OS: Arch Linux - NeoVim Version: 0.10.3 - Python Version: 3.13.1 ...
closed
2025-01-07T02:43:18Z
2025-02-17T13:58:46Z
https://github.com/benlubas/molten-nvim/issues/270
[ "bug" ]
Frankwii
4
huggingface/transformers
pytorch
36,561
Improving expected test results
Several tests use the concept of "expected" results. Sometimes the expected results are dependant on the environment. We've used `torch.cuda.get_device_capability()` to differentiate between different cuda environments, and this has worked fairly well so far. I recently started adding expected results for AMD devices ...
open
2025-03-05T13:34:16Z
2025-03-05T13:34:16Z
https://github.com/huggingface/transformers/issues/36561
[]
ivarflakstad
0
ydataai/ydata-profiling
jupyter
1,595
Docs: Update notebook installation guideline from ydata_profiling
### Current Behaviour I get a `ModuleNotFoundError: No module named 'ydata_profiling'` error message in Jupyter notebook when I import the `ydata-profiling` module. The package version is `4.8.3` and I installed it with `pip`. ### Expected Behaviour I would expect for the module to be found. ### Code th...
open
2024-05-18T17:53:36Z
2024-07-11T20:19:47Z
https://github.com/ydataai/ydata-profiling/issues/1595
[ "documentation 📖" ]
simonespa
7
skypilot-org/skypilot
data-science
4,058
Confusing error message when shutting down a SkyPilot service that is already in the process of shutting down
<!-- Describe the bug report / feature request here --> When running `sky serve down -a`, I received the message: ``` Terminating all services. Proceed? [Y/n]: No service to terminate. ``` However, when I tried to shut down the SkyPilot controller using `sky down sky-serve-controller-6eabc0cb -y`, I got the fo...
open
2024-10-10T06:34:30Z
2024-12-19T23:08:53Z
https://github.com/skypilot-org/skypilot/issues/4058
[]
andylizf
0
litestar-org/litestar
pydantic
3,388
Enhancement(v3): Replace config objects with plugins
### Summary The application object accepts some config objects that we have internal special handling for, e.g., Logging, CSRF, Allowed Hosts, and CORS. These things could be configured by plugin which would be more consistent with other things that are configured on the application, and would help reduce the numbe...
open
2024-04-13T14:48:36Z
2025-03-20T15:54:35Z
https://github.com/litestar-org/litestar/issues/3388
[ "Enhancement" ]
peterschutt
0
littlecodersh/ItChat
api
403
如何@群成员
我拼接成字符串“@XXX ........” 这种并不会真@ 需要怎么做
closed
2017-06-07T09:55:14Z
2019-03-01T16:01:24Z
https://github.com/littlecodersh/ItChat/issues/403
[ "question" ]
zhangweimomo
2
akfamily/akshare
data-science
5,708
stock_us_pink_spot_em,美股粉单只能取200条数据
HI 东财美股粉单的这个【stock_us_pink_spot_em】接口只能取200条数据,2天前是好的,麻烦尽快修复一下,谢谢! Best Regards
closed
2025-02-20T02:22:04Z
2025-02-20T09:15:31Z
https://github.com/akfamily/akshare/issues/5708
[ "bug" ]
yhwei791108
1
simple-login/app
flask
2,108
Web UI not opening
### Discussed in https://github.com/simple-login/app/discussions/2107 <div type='discussions-op-text'> <sup>Originally posted by **mrehanabbasi** May 14, 2024</sup> I recently migrated from 4.6.5-beta (simple-login/app) to v4.43.0 (simple-login/app-ci). All the emails are redirecting properly but I cannot access...
open
2024-05-15T23:38:07Z
2024-06-21T21:24:47Z
https://github.com/simple-login/app/issues/2108
[]
mrehanabbasi
1
sinaptik-ai/pandas-ai
pandas
1,359
No results with local llama models
### System Info python=3.11.7 ### 🐛 Describe the bug import pandas as pd from pandasai import SmartDataframe from langchain_community.llms import Ollama # Sample DataFrame data = { 'Month': ['January', 'February', 'March', 'April'], 'Revenue': [1000, 1500, 1300, 1700], 'Profit': [200, 300, 250,...
closed
2024-09-06T15:01:27Z
2024-12-13T16:08:47Z
https://github.com/sinaptik-ai/pandas-ai/issues/1359
[ "bug" ]
anilmadishetty2498
1
pyppeteer/pyppeteer
automation
73
Overhaul docs
Eventually, we are going to need to update the docs. This issue discusses some problems that I think eventually should be addressed. Feel leave any comments you have about anything. ### What docs generator to use? The abandoned project used sphinx. There are remnants of that left behind. I must admit I'm not e...
open
2020-03-28T22:54:09Z
2020-04-21T05:26:33Z
https://github.com/pyppeteer/pyppeteer/issues/73
[ "discussion" ]
Mattwmaster58
9
assafelovic/gpt-researcher
automation
196
ModuleNotFoundError: No module named 'agent.prompts'; 'agent' is not a package
I am using llama2-7b model in place of open AI ,I am facing issue . from agent.prompts import auto_agent_instructions ModuleNotFoundError: No module named 'agent.prompts'; 'agent' is not a package. Can anyone inform me what need to solve this error. Thanks
closed
2023-10-01T07:23:36Z
2023-10-04T14:18:48Z
https://github.com/assafelovic/gpt-researcher/issues/196
[]
Bhavya-TR
1
quantmind/pulsar
asyncio
240
Media content refactoring
The Media content derive from String but its implementation of insert and prepend is not consistent with the base class.
closed
2016-08-22T17:45:47Z
2016-10-10T15:10:05Z
https://github.com/quantmind/pulsar/issues/240
[ "wsgi", "enhancement" ]
lsbardel
0
nteract/papermill
jupyter
355
Render parameter code cells with linting rules
Large parameters print on a single line, which can be nasty to read. We should format the outputs so they're presented as someone would write the code in reality. Let's figure out how to pretty print the language contents, at least for python if not for all languages. `papermill Untitled.ipynb Untitled-out.ipynb -y ...
open
2019-05-06T14:02:54Z
2019-12-29T22:51:23Z
https://github.com/nteract/papermill/issues/355
[ "enhancement" ]
MSeal
2
Johnserf-Seed/TikTokDownload
api
594
[BUG] Mac M2 conda环境下载运行报错。
**描述出现的错误** 运行 TikTokMultiGUI.py 程序出错 **bug复现** 复现这次行为的步骤: 1.直接下载最新源码,然后运行TikTokMultiGUI.py 提示缺少的依赖一步步安装依赖。 2.电脑的python环境是conda 安装的python3.11.4 确认终端里面的是正确的conda python 3.11.4版本 **截图** [Imgur](https://imgur.com/rXndFwB) **桌面(请填写以下信息):** -操作系统:Mac Mini M2 13.5.2 (22G91) -vpn代理:无 -项目版本:1.4.2.2 -py版...
open
2023-10-28T13:54:30Z
2023-10-29T05:47:34Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/594
[ "无效(invalid)" ]
eluotao
0
amisadmin/fastapi-amis-admin
fastapi
28
请问有将轮播图加入到模型中的例子吗
closed
2022-06-25T05:27:02Z
2022-10-01T02:31:39Z
https://github.com/amisadmin/fastapi-amis-admin/issues/28
[]
saturosfz
0