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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
jupyter-incubator/sparkmagic | jupyter | 738 | [qn] Equivalent to `%run -i localscript.py` that runs a script on the cluster | [qn] Is there an equivalent to `%run -i localscript.py` that runs a script on the cluster?
E.g. In the local notebook, I have
```py
x=1
y=2
```
in the `localscript.py`.
And would like to run this on the cluster itself.
Currently running `%run` will run the script locally on the notebook instead of the cluster. | closed | 2021-10-29T09:57:40Z | 2021-11-12T04:37:41Z | https://github.com/jupyter-incubator/sparkmagic/issues/738 | [] | shern2 | 2 |
Yorko/mlcourse.ai | scikit-learn | 624 | A2 demo - strict inequalities in problem statement but >= and <= in solution | question 1.7:
>height is strictly less than 2.5%-percentile
[https://en.wikipedia.org/wiki/Inequality_(mathematics)](https://en.wikipedia.org/wiki/Inequality_(mathematics)) | closed | 2019-09-24T16:31:09Z | 2019-09-29T20:56:01Z | https://github.com/Yorko/mlcourse.ai/issues/624 | [] | flinge | 1 |
pyeve/eve | flask | 580 | retrieving sub resources returns empty | With a sub resource configured as below:
invoices = {
'url': 'people/<regex("[a-f0-9]{24}"):contact_id>/invoices'
POST to people/<contact_id>/invoices was successful. The document was created in Mongo collection "invoices". However, GET people/<contact_id>/invoices returns empty.
```
...
```
| closed | 2015-03-24T14:17:06Z | 2015-03-27T17:36:10Z | https://github.com/pyeve/eve/issues/580 | [] | guonsoft | 5 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,681 | [Bug]: Getting and error: runtimeerror: no hip gpus are available | ### Checklist
- [ ] 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
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2024-11-25T14:13:29Z | 2024-11-25T14:13:29Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16681 | [
"bug-report"
] | Bassoopioka | 0 |
babysor/MockingBird | deep-learning | 455 | 求助,预处理失败,请帮忙看一下 | D:\Aria2\Sound_File_Processing-master\Sound_File_Processing-master>python pre.py D:\Aria2\aidatatang_200zh -d aidatatang_200zh -n 10
python: can't open file 'D:\Aria2\Sound_File_Processing-master\Sound_File_Processing-master\pre.py': [Errno 2] No such file or directory | closed | 2022-03-15T07:27:09Z | 2022-03-15T09:15:57Z | https://github.com/babysor/MockingBird/issues/455 | [] | tsyj9850 | 0 |
IvanIsCoding/ResuLLMe | streamlit | 15 | App not working | closed | 2023-06-12T05:31:03Z | 2023-06-13T23:43:45Z | https://github.com/IvanIsCoding/ResuLLMe/issues/15 | [] | Amjad-AbuRmileh | 3 | |
explosion/spaCy | data-science | 12,946 | lookups in Language.vocab do not reproduce | ## How to reproduce the behaviour:
With this function:
```
import spacy
import numpy as np
nlp = spacy.load("en_core_web_md")
def get_similar_words(aword, top_k=4):
word = nlp.vocab[str(aword)]
others = (w for w in nlp.vocab if np.count_nonzero(w.vector))
similarities = ( (w.text, w.similarit... | closed | 2023-08-31T18:21:01Z | 2023-09-01T16:23:33Z | https://github.com/explosion/spaCy/issues/12946 | [
"feat / vectors"
] | mpjanus | 1 |
jina-ai/clip-as-service | pytorch | 195 | E:GRAPHOPT:[gra:opt:139]:fail to optimize the graph! | [**Prerequisites**]
> Please fill in by replacing `[ ]` with `[x]`.
* [√ ] Are you running the latest `bert-as-service`?
* [√ ] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`?
* [... | closed | 2019-01-17T02:22:22Z | 2019-01-17T04:15:20Z | https://github.com/jina-ai/clip-as-service/issues/195 | [] | HannahXu | 10 |
coqui-ai/TTS | python | 3,029 | [Feature request] | <!-- Welcome to the 🐸TTS project!
We are excited to see your interest, and appreciate your support! --->
**🚀 Feature Description**
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Solution**
<!-- A clear and concise description of what you want to happe... | closed | 2023-10-03T18:29:37Z | 2023-10-03T18:29:53Z | https://github.com/coqui-ai/TTS/issues/3029 | [
"feature request"
] | Parvezkhan0 | 0 |
widgetti/solara | jupyter | 791 | AppBar does not play nicely with themes | Hi,
I noticed that whenever `solara.AppBar()` is used in an app (or a page of an app), it somehow messes up with the theme.
[Example of of things going wrong](https://py.cafe/snippet/solara/v1#c=H4sIALjw6WYAA5VW227bOBD9FUN9SApEgiU7thNAwLaLLvq42C12H5piQUm0xVoiGZJKohb59z0zkhUnvSR1gACc-wzPHOprVJpKRpeRaq1xYeZNI5y40... | open | 2024-09-17T21:28:30Z | 2024-09-18T15:05:12Z | https://github.com/widgetti/solara/issues/791 | [] | JovanVeljanoski | 2 |
quantmind/pulsar | asyncio | 311 | passing a TemporaryFile to client.HttpRequest fails | * **pulsar version**:
2.0.2
* **python version**:
3.6.5
* **platform**:
Linux/Ubuntu16.04
## Description
Appending a TemporaryFile to a post request fails with this trace:
File "/opt/venv/dc-venv/lib/python3.6/site-packages/pulsar/apps/http/client.py", line 919, in _request
request = HttpRequest(self, ur... | open | 2018-08-09T16:38:11Z | 2018-08-09T16:42:12Z | https://github.com/quantmind/pulsar/issues/311 | [] | DavHau | 0 |
taverntesting/tavern | pytest | 404 | Need support for handling images(jpg/png) in request's data section for REST API | Currently Tavern is not supporting if we place the image in the data section of the request. As of now it accepts only "json","yaml","yml" as per source code referenced. Could you please let me know how to do it.
**pyets.ini:**
I have included this image in .ini file because directly not able to reference the ima... | closed | 2019-08-12T11:33:53Z | 2019-08-30T14:58:40Z | https://github.com/taverntesting/tavern/issues/404 | [] | kvenkat88 | 2 |
youfou/wxpy | api | 442 | 无法接受到群消息 | 我登录微信机器人后发现可以接受到好友及公众号的消息,但无法接受群消息,但是我在网页登录微信web版,发现可以接受到群消息,所以想请问下是不是API出现了问题 | open | 2020-02-26T04:14:27Z | 2020-02-26T04:14:27Z | https://github.com/youfou/wxpy/issues/442 | [] | ROC-D | 0 |
chatanywhere/GPT_API_free | api | 131 | [Enhancement] 请支持免费KEY对新版gpt-3.5-turbo (gpt-3.5-turbo-1106)的调用 | 请支持免费Key对新版gpt-3.5-turbo (gpt-3.5-turbo-1106)的调用
| closed | 2023-11-09T07:53:53Z | 2023-11-09T08:47:06Z | https://github.com/chatanywhere/GPT_API_free/issues/131 | [] | kiritoko1029 | 0 |
huggingface/datasets | deep-learning | 6,481 | using torchrun, save_to_disk suddenly shows SIGTERM | ### Describe the bug
When I run my code using the "torchrun" command, when the code reaches the "save_to_disk" part, suddenly I get the following warning and error messages:
Because the dataset is too large, the "save_to_disk" function splits it into 70 parts for saving. However, an error occurs suddenly when it reac... | open | 2023-12-08T13:22:03Z | 2023-12-08T13:22:03Z | https://github.com/huggingface/datasets/issues/6481 | [] | Ariya12138 | 0 |
GibbsConsulting/django-plotly-dash | plotly | 205 | Handling dash.exceptions.PreventUpdate | Dash allows the use of this special exception, `dash.exceptions.PreventUpdate`, when no components need updating, even though a callback is triggered.
Because callbacks are triggered on page load, I use this `PreventUpdate` feature quite a bit.
They are raised during this line in `dash_wrapper.py`:
```
res = ... | closed | 2019-12-03T15:26:59Z | 2019-12-04T16:15:01Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/205 | [] | interrogator | 3 |
christabor/flask_jsondash | flask | 85 | Clear api results field on modal popup | Just to prevent any confusion as to what is loaded there.
| closed | 2017-03-01T19:04:52Z | 2017-03-02T20:28:18Z | https://github.com/christabor/flask_jsondash/issues/85 | [
"enhancement"
] | christabor | 0 |
tensorlayer/TensorLayer | tensorflow | 643 | Tensorboard No scalar data was found and No graph definition files were found | ### Issue Description
I can't generate graph or scalar data in Tensorboard.
I have create a code for CNN, but I can't understand why can't generate graph or scalar data.
And other error is:
InvalidArgumentError: You must feed a value for placeholder tensor 'y' with dtype float and shape [?,10]
[[Node: y = Placeh... | closed | 2018-05-21T11:17:54Z | 2018-05-21T20:39:38Z | https://github.com/tensorlayer/TensorLayer/issues/643 | [] | AnaValeriaS | 1 |
modelscope/data-juicer | data-visualization | 175 | [MM] audio duration filter | 1. Support audio reading better.
2. Add a Filter based on the duration of audios. | closed | 2024-01-12T07:09:42Z | 2024-01-17T09:57:16Z | https://github.com/modelscope/data-juicer/issues/175 | [
"enhancement",
"dj:multimodal",
"dj:op"
] | HYLcool | 0 |
LAION-AI/Open-Assistant | python | 3,707 | Bug chat | Hi, I cannot write a chat in Open Assistant, Is this normal ? | closed | 2023-10-04T19:20:18Z | 2023-11-28T07:34:09Z | https://github.com/LAION-AI/Open-Assistant/issues/3707 | [] | NeWZekh | 3 |
aio-libs/aiomysql | sqlalchemy | 92 | How to get the log for sql | How to get the log for sql statement
| closed | 2016-08-03T14:57:52Z | 2017-04-17T10:33:46Z | https://github.com/aio-libs/aiomysql/issues/92 | [] | 631068264 | 5 |
pydata/xarray | pandas | 9,539 | Creating DataTree from DataArrays | ### What is your issue?
Original issue can be found here: https://github.com/xarray-contrib/datatree/issues/320
## Creating DataTree from DataArrays
What are the best ways to create a DataTree from DataArrays?
I don't usually work with Dataset objects, but rather with DataArray objects. I want the option to re-... | open | 2024-09-23T19:00:26Z | 2024-09-23T19:28:14Z | https://github.com/pydata/xarray/issues/9539 | [
"design question",
"topic-DataTree"
] | eni-awowale | 1 |
microsoft/JARVIS | deep-learning | 48 | Error when start web server. | ```
(jarvis) m200@DESKTOP-K0LFJU8:~/workdir/JARVIS/web$ npm run dev
> vue3-ts-vite-router-tailwindcss@0.0.0 dev
> vite
file:///home/m200/workdir/JARVIS/web/node_modules/vite/bin/vite.js:7
await import('source-map-support').then((r) => r.default.install())
^^^^^
SyntaxError: Unexpected reserved word... | closed | 2023-04-05T16:56:29Z | 2023-04-07T06:18:28Z | https://github.com/microsoft/JARVIS/issues/48 | [] | lychees | 2 |
graphql-python/graphene-django | graphql | 943 | Date type not accepting ISO DateTime string. | This causes error

But this works fine
 welcome",
"typing"
] | mjpieters | 3 |
keras-team/autokeras | tensorflow | 1,746 | Bug: predict doesn't work when final_fit is not performed | ### Bug Description
When final_fit is not performed, there are downstream issues with predict.
The issue is in `autokeras/engine/tuner.py` in `AutoTuner.search` when the `else` branch is evaluated in line 220.
```
model = self.get_best_models()[0]
history = None
pipeline =... | open | 2022-06-29T06:33:38Z | 2024-03-26T07:18:28Z | https://github.com/keras-team/autokeras/issues/1746 | [
"bug report"
] | psaks | 8 |
yvann-ba/Robby-chatbot | streamlit | 67 | Can we able to connect other SQL and NoSQL databases | Thanks @yvann-hub for great project.
I would like to know, Can we able to connect other SQL and NoSQL databases like mongodb databases to make a natural language query on its data. Is that possible?! | open | 2023-10-20T06:05:00Z | 2023-10-20T06:05:39Z | https://github.com/yvann-ba/Robby-chatbot/issues/67 | [] | sainisanjay | 0 |
PedroBern/django-graphql-auth | graphql | 142 | Nested Form field? | # Prerequisites
* [ ] Is it a bug?
* [*] Is it a new feature?
* [*] Is it a a question?
* [ ] Can you reproduce the problem?
* [ ] Are you running the latest version?
* [ ] Did you check for similar issues?
* [ ] Did you perform a cursory search?
For more information, see the [CONTRIBUTING](https://github.c... | closed | 2022-01-29T06:26:28Z | 2022-01-30T16:25:16Z | https://github.com/PedroBern/django-graphql-auth/issues/142 | [] | saileshkush95 | 0 |
autogluon/autogluon | data-science | 3,980 | [Tabular] Improve feature_metadata verification | When a user specifies a custom `feature_metadata` object during fit, add additional guardrails to verify the compatibility between this feature metadata and the user provided training data, otherwise cryptic errors can occur downstream. There might also be a bug with NaN fills in this scenario.
AutoGluon Version: 1.... | open | 2024-03-14T18:58:00Z | 2024-11-02T02:13:19Z | https://github.com/autogluon/autogluon/issues/3980 | [
"bug",
"enhancement",
"module: tabular",
"priority: 2"
] | Innixma | 0 |
rasbt/watermark | jupyter | 9 | Why not use an ISO-8601 date format? | Hi there. Out of curiosity - how come you're not using an ISO-8601 date format (e.g. 2015-01-02 where this is unambiguously the 2nd of Jan 2015 and cannot be the 1st of Feb)? Would you accept a PR to switch to ISO-8601?
| closed | 2016-01-29T15:32:08Z | 2016-01-31T18:10:13Z | https://github.com/rasbt/watermark/issues/9 | [] | ianozsvald | 9 |
christabor/flask_jsondash | plotly | 116 | Switch chart types should ensure old el is removed. | This might not be an issue in all cases, but when converting from Image to Iframe (or vice versa), there is old content pushed down below when the new wrapper is appended. It should delete the old content first.
Once saved and after refresh, this problem doesn't exist, but it's a minor UI annoyance.
| closed | 2017-05-17T22:01:20Z | 2017-05-20T00:52:55Z | https://github.com/christabor/flask_jsondash/issues/116 | [
"bug"
] | christabor | 0 |
microsoft/nni | tensorflow | 5,758 | USER_CANCELED | 
When I submit the code to run on the server, without performing any operations, the status changes to "USER_CANCELED". Even the NNI code that used to run successfully before is now encountering this issue when I try to run... | closed | 2024-03-19T11:25:33Z | 2024-03-28T02:32:51Z | https://github.com/microsoft/nni/issues/5758 | [] | fantasy0905 | 0 |
albumentations-team/albumentations | machine-learning | 1,717 | [Feature Request] Return parameters from applied pipeline in Compose | It would be a great feature for debugging and for self supervised learning to have functionality exiting in ReplayCompose in Compose:
- [x] Return what transforms with what parameters were applied.
- [x] Reapply Compose based on a given set of transform parameters | closed | 2024-05-10T18:38:04Z | 2024-05-30T18:56:00Z | https://github.com/albumentations-team/albumentations/issues/1717 | [
"enhancement"
] | ternaus | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,288 | Make `Mapped` covariant | ### Describe the use case
`Mapped` is currently invariant. It would make sense to have it covariant. For instance, it would help better support describing SQLAlchemy tables with protocols.
(Already discussed in #10287 - this is mainly a copy-paste of it)
### Databases / Backends / Drivers targeted
All
### Exampl... | closed | 2023-08-28T15:13:55Z | 2023-12-27T22:12:35Z | https://github.com/sqlalchemy/sqlalchemy/issues/10288 | [
"orm",
"use case",
"typing"
] | RomeoDespres | 8 |
tensorly/tensorly | numpy | 412 | AttributeError: module 'tensorly' has no attribute 'SVD_FUNS' | When trying to access the partial_tucker() , getting the Attribute Error.
partial_tucker(layer.weight.data,modes=[0, 1], rank=ranks, init='svd')
**Error:**
AttributeError: module 'tensorly' has no attribute 'SVD_FUNS' | closed | 2022-06-20T17:13:43Z | 2022-06-20T17:33:58Z | https://github.com/tensorly/tensorly/issues/412 | [] | vemusharan | 1 |
piskvorky/gensim | nlp | 3,054 | Support for supervised models in FastText | #### Problem description
This is a feature request for the supervised part of the FastText model
#### Steps/code/corpus to reproduce
No code. I just wonder why the supervised part of FastText is not available.
#### Versions
```zsh
>>> import platform; print(platform.platform())
Linux-5.4.0-47-generic-x86... | closed | 2021-02-27T14:01:19Z | 2021-02-27T15:55:52Z | https://github.com/piskvorky/gensim/issues/3054 | [
"feature"
] | VolodyaCO | 1 |
thtrieu/darkflow | tensorflow | 676 | How to test the network? | I want to test the network with the trained model. How can I test the model with the Pascal VOC 2007 test set?
Additionally, How many times should I train the network? the number of epochs is designated as 2000, but I think it is too many (compared to the Faster R-CNN). Should I use the pre-defined parameters? | open | 2018-03-28T10:50:47Z | 2021-10-15T02:45:47Z | https://github.com/thtrieu/darkflow/issues/676 | [] | bareblackfoot | 6 |
noirbizarre/flask-restplus | api | 605 | Integrating database (mysql) with Flask-restplus | I am using the flask and flask_restplus to build an rest api in python. The directory structure i followed is same in the link below under the heading Multiple APIs with reusable namespaces
https://flask-restplus.readthedocs.io/en/stable/scaling.html
Now I am trying to add mySql database connection and for that I... | closed | 2019-03-12T12:51:23Z | 2019-03-12T16:13:31Z | https://github.com/noirbizarre/flask-restplus/issues/605 | [] | NiharikaSinghal | 0 |
plotly/dash | jupyter | 2,824 | Can callback be set to take effect with the current page or globally | Can callback be set to take effect with the current page or globally? Is this more reasonable? | closed | 2024-03-31T08:31:56Z | 2024-04-02T17:16:57Z | https://github.com/plotly/dash/issues/2824 | [] | jaxonister | 1 |
jupyter/docker-stacks | jupyter | 2,018 | Docker Hub subscription about to expire. | @mathbunnyru you seem to be the most active contributor.
Just to warn you that the docker subscription is about to expire and be downgraded to "free" in 6 days. I've contacted the Jupyter EC, they are aware on working on it I suppose. | closed | 2023-10-25T15:41:48Z | 2023-10-26T13:30:37Z | https://github.com/jupyter/docker-stacks/issues/2018 | [] | Carreau | 7 |
ploomber/ploomber | jupyter | 542 | run profiling to determine loading times | We need to optimize the time it takes ploomber to load when running
`ploomber`
or `ploomber --help`
We need to run profiling and see the different load times of the python packages and how we can optimize it to get a faster user response. | closed | 2022-02-04T21:57:48Z | 2022-02-24T15:20:28Z | https://github.com/ploomber/ploomber/issues/542 | [
"good first issue"
] | idomic | 5 |
AirtestProject/Airtest | automation | 1,122 | 连接不了手机,识别不到app | **描述问题bug**
项目运行后,打开相应APP,会循环出现以下提示信息:
iOS connection failed, please try pressing the home button to return to the desktop and try again.
iOS连接失败,请尝试按home键回到桌面后再重试
最后项目停止报错信息如下:
wda.exceptions.WDAStaleElementReferenceError: WDARequestError(status=110, value={'error': 'stale element reference', 'message': ... | open | 2023-04-06T08:38:03Z | 2023-04-06T08:38:03Z | https://github.com/AirtestProject/Airtest/issues/1122 | [] | yuanyuan0808 | 0 |
pytest-dev/pytest-django | pytest | 290 | Please included tests in pypi release | Downstream developers love to test during installation and packaging. Please include tests.
| closed | 2015-11-09T11:19:26Z | 2018-09-16T07:03:16Z | https://github.com/pytest-dev/pytest-django/issues/290 | [] | jlec | 2 |
plotly/jupyter-dash | dash | 98 | Re-define `@app.callback` in jupyter raise error: `Duplicate callback outputs` | When I run this cell **second** time since I need to modify some code in it, it show me errors.
This means when I modify the `update_figure`, I need to restart the kernel then re-run all the things again.
`
and
`dataset = fetch_mldata('MNIST original')
`
I get the following error, which states : OSError: could not read bytes when trying to fetch mldata.
Here is the e... | closed | 2016-11-03T12:44:52Z | 2018-04-14T06:24:57Z | https://github.com/dnouri/nolearn/issues/308 | [] | RohanVB | 2 |
awesto/django-shop | django | 851 | Sending Customer email verification | Ive hacked, but the guest user feature make it Illogical to have customer verify their emails, apart for adding a reCAPTCHA, what is the best way to not have robots and or fake users? please let me know. | closed | 2021-04-06T17:02:26Z | 2021-09-08T01:39:01Z | https://github.com/awesto/django-shop/issues/851 | [] | SudoStain | 1 |
plotly/dash | flask | 3,200 | Dev UI Dash 3 | In Dash 3, dev UI:
- cannot be minimized
- is a much larger footprint
Please migrate this position to being a footer vs positioned on top of the app.
@gvwilson | closed | 2025-03-06T22:30:55Z | 2025-03-13T20:56:19Z | https://github.com/plotly/dash/issues/3200 | [
"feature",
"P2"
] | BSd3v | 2 |
automl/auto-sklearn | scikit-learn | 886 | instantiate sklearn model or get_params from Configuration object | I was looking around in the code for a way to instantiate an sklearn model based on a `Configuration` object. My use-case is that I try to implement a generalized way of getting standard metadata about a completed autosklearn run. Eg, I call `autosklearn_model.get_models_with_weights()` and that ends up containing some... | closed | 2020-06-27T06:40:22Z | 2021-04-13T08:44:47Z | https://github.com/automl/auto-sklearn/issues/886 | [
"enhancement"
] | chrisbarber | 2 |
Anjok07/ultimatevocalremovergui | pytorch | 859 | Last Error Received: | Last Error Received:
Process: VR Architecture
If this error persists, please contact the developers with the error details.
Raw Error Details:
MemoryError: "Unable to allocate 2.97 GiB for an array with shape (2, 769, 259296) and data type complex64"
Traceback Error: "
File "UVR.py", line 6565, in proce... | open | 2023-10-05T01:19:37Z | 2023-10-05T01:19:37Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/859 | [] | huawang761 | 0 |
plotly/jupyterlab-dash | dash | 1 | Add support for Windows | This looks great, but I see that Windows isn't currently supported. It would be lovely to have this extension available to us | open | 2018-12-06T22:45:53Z | 2020-05-20T00:13:31Z | https://github.com/plotly/jupyterlab-dash/issues/1 | [
"enhancement"
] | mungojam | 10 |
JaidedAI/EasyOCR | pytorch | 415 | 有藏语识别嘛? | closed | 2021-04-12T08:54:26Z | 2022-03-02T09:24:57Z | https://github.com/JaidedAI/EasyOCR/issues/415 | [] | ChChwang | 1 | |
PokeAPI/pokeapi | graphql | 355 | Site portal to static site | > What about converting the site portal to a static site? Right now it uses Django templates. I can work on that next.
From #350. Templates: https://github.com/PokeAPI/pokeapi/tree/master/templates
The 404 page might be useful as well: https://www.netlify.com/docs/redirects/#custom-404
Requirement: since we're... | closed | 2018-09-07T23:39:08Z | 2018-09-23T00:56:49Z | https://github.com/PokeAPI/pokeapi/issues/355 | [] | neverendingqs | 23 |
yzhao062/pyod | data-science | 1 | load_cardio() and load_letter() do not work under Ubuntu 14.04 | While running comb_example.py, the program may fail due to loadmat() function.
A quick workaround is to use synthesized data instead of real-world datasets.
This only affects comb_example.py. Will be addressed in the next release. | closed | 2018-05-21T18:56:21Z | 2018-06-05T19:52:12Z | https://github.com/yzhao062/pyod/issues/1 | [
"good first issue"
] | yzhao062 | 1 |
Farama-Foundation/Gymnasium | api | 472 | [Question] AttributeError: 'NoneType' object has no attribute 'glfwGetCurrentContext' | ### Question
Hi!
I'm learning how to use `gymnasium` and encounter the following error:
```
Exception ignored in: <function WindowViewer.__del__ at 0x7effa4dad560>
Traceback (most recent call last):
File "/home/rlc/mambaforge/envs/tianshou/lib/python3.7/site-packages/gymnasium/envs/mujoco/mujoco_rendering.... | closed | 2023-04-28T03:16:41Z | 2023-04-28T06:38:56Z | https://github.com/Farama-Foundation/Gymnasium/issues/472 | [
"question"
] | zichunxx | 2 |
aminalaee/sqladmin | sqlalchemy | 459 | Split column_searchable_list into differente fields on frontend. | ### Discussed in https://github.com/aminalaee/sqladmin/discussions/457
<div type='discussions-op-text'>
<sup>Originally posted by **iagobalmeida** March 31, 2023</sup>
Hey there, is there any out of the box way of spliting the different searchable columns into different fields in the frontend?
If not, what cl... | open | 2023-03-31T14:56:23Z | 2023-03-31T14:56:53Z | https://github.com/aminalaee/sqladmin/issues/459 | [
"UI"
] | aminalaee | 0 |
yt-dlp/yt-dlp | python | 11,867 | Youtube VR player client "android_vr" does not work with cookies to bypass age gate | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update ... | closed | 2024-12-21T19:56:28Z | 2024-12-23T23:26:36Z | https://github.com/yt-dlp/yt-dlp/issues/11867 | [
"site-bug",
"site:youtube"
] | ronaldeustace | 7 |
geopandas/geopandas | pandas | 2,450 | QST: How to select individuals columns using GeoPandas | - [x ] I have searched the [geopandas] tag on [StackOverflow](https://stackoverflow.com/questions/tagged/geopandas) and [GIS StackExchange](https://gis.stackexchange.com/questions/tagged/geopandas) for similar questions.
- [ x] I have asked my usage related question on [StackOverflow](https://stackoverflow.com) or [... | closed | 2022-06-04T14:44:31Z | 2022-06-05T07:17:58Z | https://github.com/geopandas/geopandas/issues/2450 | [
"question"
] | martina-dev-11 | 2 |
newpanjing/simpleui | django | 328 | 后台菜单国际化 | **你希望增加什么功能?**
** what features do you wish to add? * *
1.增加后台菜单的国际化
**留下你的联系方式,以便与你取得联系**
** what would you like to see optimized? * *
QQ:1404711457
E-mail:1404711457@qq.com
| closed | 2020-12-15T06:46:30Z | 2021-02-05T06:32:49Z | https://github.com/newpanjing/simpleui/issues/328 | [
"enhancement"
] | Aiminsun | 1 |
AutoGPTQ/AutoGPTQ | nlp | 504 | [BUG]RuntimeError: The temp_state buffer is too small in the exllama backend for GPTQ with act-order. | **Describe the bug**
RuntimeError: The temp_state buffer is too small in the exllama backend for GPTQ with act-order. Please call the exllama_set_max_input_length function to increase the buffer size for a sequence length >=2960:
from auto_gptq import exllama_set_max_input_length
model = exllama_set_max_input_length... | open | 2024-01-04T06:22:45Z | 2024-01-04T06:22:45Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/504 | [
"bug"
] | Essence9999 | 0 |
keras-team/autokeras | tensorflow | 971 | How can the user provide custom ranges for ConvBlock kernel_size | Hi
I tried to use ConvBlock by giving it a list of custom kernel sizes, using the parameter kernel_size=[7, 9, 13] for example. It throws an error.
I observed that inside the ConvBlock class, the hp.Choice('kernel_size', [x, y, z], default=x) is used.
How can the user provide custom kernel sizes from his code wh... | closed | 2020-02-15T10:54:32Z | 2020-04-23T05:38:24Z | https://github.com/keras-team/autokeras/issues/971 | [
"wontfix"
] | picsag | 3 |
psf/requests | python | 6,233 | Can not send json and files same as data and files | Some scenarios with requests can not be done straightforward.
For example when I want to send json and files in multipart form, I use `data` and `files` parameters in requests method.
But if data has some `None` values, it will be dropped from request body. So for this problem I use `json` parameter instead of `data`... | closed | 2022-09-07T06:18:50Z | 2023-09-08T00:03:08Z | https://github.com/psf/requests/issues/6233 | [] | sssanikhani | 1 |
LAION-AI/Open-Assistant | python | 3,082 | Make Markdown'ed links more noticeable | (Both for Chat and Tasks) For now, you can notice them only by bold text. I suggest adding colors or underline them. For GH it's: [Google](https://google.com/)
 | closed | 2023-05-08T00:27:32Z | 2023-05-24T12:22:13Z | https://github.com/LAION-AI/Open-Assistant/issues/3082 | [
"website",
"UI/UX"
] | echo0x22 | 6 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,117 | pip install -r requirements.txt, ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' | This is my first time using this software or coding. Please speak in simple terms.
(voice-software) PS C:\windows> cd..
(voice-software) PS C:\> cd Users
(voice-software) PS C:\Users> cd adria
(voice-software) PS C:\Users\adria> cd OneDrive
(voice-software) PS C:\Users\adria\OneDrive> cd Desktop
(voice-softwar... | closed | 2022-09-25T03:30:36Z | 2023-01-08T08:55:12Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1117 | [] | Atlas5779 | 3 |
custom-components/pyscript | jupyter | 54 | Feature request: debounce decorator | Sometimes you will want to limit triggers to a specific frequency. Therefore I would like to suggest a decorator that provides this functionality.
It would be similar to the existing @time_active decorator, only it would check the time elapsed since the last time a task was called. If that time exceeds a provided t... | closed | 2020-10-24T10:00:06Z | 2020-10-26T02:30:35Z | https://github.com/custom-components/pyscript/issues/54 | [] | phha | 8 |
miguelgrinberg/Flask-Migrate | flask | 341 | Error on flask db upgrade | Hi! I'm trying to implement flask_migrate on my project. I use app factory pattern and followed the instructions from the blog. After setting "FLASK_APP=run.py", `flask db init` works fine and creates every file as expected. I create a test model, run `flask db migrate`, and the script is generated just fine. But when ... | closed | 2020-05-17T22:28:57Z | 2020-10-09T19:03:05Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/341 | [
"question"
] | guillermohs9 | 9 |
thp/urlwatch | automation | 48 | UnicodeEncodeError: 'ascii' codec can't encode character '\xfc' in position 6 | The following exception happens, when the return value from a shell script contains umlaute (ä, ö, ü):
```
Traceback (most recent call last):
File "/usr/bin/urlwatch", line 376, in <module>
main(parser.parse_args())
File "/usr/bin/urlwatch", line 343, in main
report.finish()
File "/usr/lib/python3.5/site-pack... | closed | 2016-02-10T15:23:20Z | 2016-02-16T15:13:02Z | https://github.com/thp/urlwatch/issues/48 | [] | marbon87 | 14 |
davidsandberg/facenet | computer-vision | 1,206 | Training over a pretrained model | I was using pretrained model for face recognition, and wanted to use in an attendance system but turns out that model give some wrong predictions of similar person. I tried to train that pretrained model with my dataset. My dataset is around 4500 images including 30 people. I want to know is my approach appropriate to ... | open | 2021-08-16T05:09:13Z | 2023-04-11T14:16:33Z | https://github.com/davidsandberg/facenet/issues/1206 | [] | RAJA-PARIKSHAT | 4 |
CTFd/CTFd | flask | 1,889 | Easier to change user mode | We need to make it easier to change between user and teams mode. If anything we should simply detect that the user wants to switch and then tell them of the downsides of it. It should be easy to do from Users -> Teams but the opposite would need to be a lossy conversion. | closed | 2021-05-12T19:02:02Z | 2021-07-23T19:07:00Z | https://github.com/CTFd/CTFd/issues/1889 | [] | ColdHeat | 0 |
encode/httpx | asyncio | 2,453 | S | The starting point for issues should usually be a discussion...
https://github.com/encode/httpx/discussions
Possible bugs may be raised as a "Potential Issue" discussion, feature requests may be raised as an "Ideas" discussion. We can then determine if the discussion needs to be escalated into an "Issue" or not.
... | closed | 2022-11-20T10:35:07Z | 2022-11-21T09:11:06Z | https://github.com/encode/httpx/issues/2453 | [] | truestorybaby | 0 |
apify/crawlee-python | web-scraping | 98 | Simplify argument type `requests` | Somewhere we use the following:
```python
requests: list[BaseRequestData | Request]
```
Let's refactor the code to accept only one type.
On the places where we need to use:
```python
arg_name: list[Request | str]
```
Let's use a different identifier than `requests`, e.g. `sources`.
See the followi... | closed | 2024-04-09T16:39:41Z | 2024-06-18T22:12:01Z | https://github.com/apify/crawlee-python/issues/98 | [
"t-tooling",
"debt"
] | vdusek | 1 |
RobertCraigie/prisma-client-py | pydantic | 27 | Add support for native query engine bindings | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Prisma has experimental support for natively binding the query engine to the node client, this reduces the overhead between the client and the rust binary, improving performance.
We should look into... | open | 2021-06-21T17:31:26Z | 2023-02-25T20:10:23Z | https://github.com/RobertCraigie/prisma-client-py/issues/27 | [
"kind/improvement",
"topic: internal",
"topic: perf",
"level/advanced",
"priority/medium"
] | RobertCraigie | 4 |
plotly/dash | jupyter | 2,220 | [BUG] CI swallowing some errors | Specifically in lint-unit - for example [this run](https://app.circleci.com/pipelines/github/plotly/dash/3978/workflows/6436f15e-3401-4e8b-8dfc-de6d0d1c569a/jobs/65966) has two:
`dash-html-components/scripts/extract-elements.js` (during `npm run build.sequential`) fails with:
```
Error: Unexpected number of elem... | closed | 2022-09-06T21:31:15Z | 2023-04-21T14:46:06Z | https://github.com/plotly/dash/issues/2220 | [] | alexcjohnson | 0 |
pywinauto/pywinauto | automation | 968 | Get Caret position for the current element | Here is [how](https://stackoverflow.com/questions/61368790/how-can-i-get-the-caret-position-from-a-textbox-in-another-application-not-the) to grab caret position for the current element using UIautomation in C++ or C#
So in order for this work were going to need access to `IUIAutomationTextPattern2` As mentioned in ... | open | 2020-08-08T20:12:27Z | 2023-11-24T23:09:08Z | https://github.com/pywinauto/pywinauto/issues/968 | [] | LexiconCode | 4 |
ydataai/ydata-profiling | data-science | 1,376 | Further analysis | ### Current Behaviour
say that I think the data type detected by ydata-profiling is what I want. So if I want to do more analysis on these data how can I access each variables?
### Expected Behaviour
I want to use other kind of visualization like box plot or scatter plot and so on. So I need that detected data type... | closed | 2023-07-03T16:17:58Z | 2023-08-09T15:44:20Z | https://github.com/ydataai/ydata-profiling/issues/1376 | [
"question/discussion ❓"
] | Fatemeh490 | 3 |
PrefectHQ/prefect | automation | 16,600 | Setting `enforce_parameter_schema: false` in yaml is ignored | ### Bug summary
Similar to https://github.com/PrefectHQ/prefect/issues/16409 I could have sworn the original PR included a fix for yaml processing too?
Anyway, the cli flag is now fixed, but setting `enforce_parameter_schema: false` has no effect on deploy
### Version info
```Text
Version: 3.1.11
API... | closed | 2025-01-03T21:29:07Z | 2025-01-07T17:29:05Z | https://github.com/PrefectHQ/prefect/issues/16600 | [
"bug"
] | ciarancourtney | 1 |
deeppavlov/DeepPavlov | nlp | 823 | TF dependency requires specific CPU commands | I try:
- build docker Image on Intel Core computer
- use it on Xeon
I get following error:
2019-03-05 19:16:44.991 INFO in 'deeppavlov.core.data.simple_vocab'['simple_vocab'] at line 103: [loading vocabulary from /root/.deeppavlov/models/ner_rus/word.dict]
2019-03-05 19:16:45.81 INFO in 'deeppavlov.core.data... | closed | 2019-04-30T09:05:29Z | 2019-04-30T09:41:51Z | https://github.com/deeppavlov/DeepPavlov/issues/823 | [] | bavadim | 3 |
pennersr/django-allauth | django | 3,106 | Gitea provider does not work by default with gitea.com | It seems the Gitea provider expects a [/user](https://github.com/pennersr/django-allauth/blob/master/allauth/socialaccount/providers/gitea/views.py#L25) endpoint. But this 404's. It appears the Gitea project added a `login/oauth/userinfo` endpoint for this instead. The new endpoint uses "sub" for the ID instead of "id"... | closed | 2022-06-02T20:32:19Z | 2022-06-07T09:13:32Z | https://github.com/pennersr/django-allauth/issues/3106 | [] | bufke | 3 |
ipython/ipython | data-science | 14,111 | AttributeError: module 'psutil' has no attribute 'Process' | Hello
I'm getting the following error when trying to run a jupyter notebook
```
[I 11:07:25.643 NotebookApp] KernelRestarter: restarting kernel (2/5), new random ports
Traceback (most recent call last):
File "/home/bob/.pyenv/versions/3.8.16/lib/python3.8/runpy.py", line 194, in _run_module_as_main
retu... | open | 2023-07-06T23:10:23Z | 2023-07-10T17:37:11Z | https://github.com/ipython/ipython/issues/14111 | [] | magick93 | 1 |
Lightning-AI/pytorch-lightning | data-science | 20,409 | Errors when deploying PyTorch Lightning Model to AWS SageMaker TrainingJobs: SMDDP does not support ReduceOp | ### Bug description
Hi, I am trying to follow the DDP (Distributed Data Parallel) guidance ([Guide 1](https://aws.amazon.com/blogs/machine-learning/run-pytorch-lightning-and-native-pytorch-ddp-on-amazon-sagemaker-training-featuring-amazon-search/), [Guide 2](https://docs.aws.amazon.com/sagemaker/latest/dg/data-paral... | closed | 2024-11-09T00:58:05Z | 2024-11-09T20:40:07Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20409 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | ZihanChen1995 | 0 |
pallets/flask | flask | 5,268 | When was 'Blueprint.before_app_first_request' deprecated and what replaces it? | I have resumed work on a Flask 1.x-based project after some time has passed, and sorting through deprecations and removals that have happened in the interim. The first place I got stuck was the `@bp.before_app_first_request` decorator.
Except to note that <q>`app.before_first_request` and `bp.before_app_first_reques... | closed | 2023-09-29T23:06:44Z | 2023-10-15T00:06:15Z | https://github.com/pallets/flask/issues/5268 | [] | ernstki | 1 |
slackapi/python-slack-sdk | asyncio | 1,107 | slack_sdk.rtm_v2.RTMClient.on with a custom callback | In the v1 RTM client there was a way to specify a custom callback, so I could do something like this:
```
import slack_sdk
class SlackBot:
def __init__(self, token):
self.rtm = slack_sdk.rtm_v2.RTMClient(
token=self.config["bot_access_token"]
)
# How to do the decorator h... | closed | 2021-08-28T01:50:45Z | 2021-10-21T21:38:33Z | https://github.com/slackapi/python-slack-sdk/issues/1107 | [
"question",
"rtm-client",
"Version: 3x"
] | michael-robbins | 9 |
apify/crawlee-python | automation | 804 | Circular dependnency on from crawlee.storages import Dataset | Currently `from crawlee.storages import Dataset ` will fail on circular dependency. This makes also some of our examples fail on circular import for example try this one: https://crawlee.dev/python/docs/examples/beautifulsoup-crawler
Restructure the code to prevent the circular dependency.
Probably introduced by `f... | closed | 2024-12-11T12:54:07Z | 2024-12-11T13:33:15Z | https://github.com/apify/crawlee-python/issues/804 | [
"bug",
"t-tooling",
"v0.5"
] | Pijukatel | 0 |
deepspeedai/DeepSpeed | deep-learning | 6,636 | [BUG] if not install cuda,pip3 install deepspeed==0.14.0, failed in installed_cuda_version() | **Describe the bug**
not install cuda, and not cpu,gpu device.
pip3 install deepspeed==0.14.0, failed in installed_cuda_version()
**To Reproduce**
Steps to reproduce the behavior:
not install cuda in sys,
pip3 install deepspeed==0.14.0
**Expected behavior**
A clear and concise description of what you expected to ... | closed | 2024-10-17T09:12:14Z | 2024-10-22T01:50:29Z | https://github.com/deepspeedai/DeepSpeed/issues/6636 | [
"bug",
"build"
] | hijeffwu | 4 |
tensorflow/tensor2tensor | machine-learning | 1,565 | MultiProblem hparams, loss increasing | ### Description
I am trying to use multi-problem. Think of my problem as translating an English layman text to an English domain expert language - like layman text to legal text, or something like that. From a language perspective, both sides of the translation are English with slightly different characteristics. I ... | open | 2019-05-01T00:34:57Z | 2019-05-01T00:34:57Z | https://github.com/tensorflow/tensor2tensor/issues/1565 | [] | tensorator | 0 |
Miserlou/Zappa | django | 1,956 | ReadTimeoutError on Zappa Deploy | After deploying my Flask app successfully several times, `zappa deploy` stopped working. When I try to deploy, I get the following error:
```
Read timeout on endpoint URL: "{not disclosing my URL for security reasons}"
Error: Unable to upload to S3. Quitting.
```
## Expected Behavior
When deploying, Zappa shou... | open | 2019-11-08T13:19:05Z | 2022-12-02T11:55:13Z | https://github.com/Miserlou/Zappa/issues/1956 | [] | Faaab | 1 |
tableau/server-client-python | rest-api | 1,233 | cgi module is deprecated and will be removed in python 3.13 | Per [PEP-0594](https://peps.python.org/pep-0594/), the cgi module will be removed in the 3.13 release. Starting to see notices popping up for this now.
INFO - /usr/local/lib/python3.11/site-packages/tableauserverclient/server/endpoint/datasources_endpoint.py:1: DeprecationWarning: 'cgi' is deprecated and slated for ... | open | 2023-05-18T20:03:59Z | 2024-10-11T19:05:19Z | https://github.com/tableau/server-client-python/issues/1233 | [
"infra"
] | shortywz | 2 |
iMerica/dj-rest-auth | rest-api | 161 | Idea: Allow session usage without Token model | # Use case
Sometimes it's desirable to have a SPA that only uses session authentication. Sessions are very simple and work sufficiently well when the SPA is running all under one domain.
# Problem
It's not obvious how to do this. The quickstart suggests enabling `rest_framework.authtoken`. There is a setting t... | closed | 2020-10-30T16:54:15Z | 2021-12-20T16:33:56Z | https://github.com/iMerica/dj-rest-auth/issues/161 | [] | bufke | 7 |
pydata/xarray | numpy | 9,437 | Example datatree for use in tutorial documentation | ### What is your issue?
Copied from https://github.com/xarray-contrib/datatree/issues/100 additional comments are there.
## Example datatree for use in tutorial documentation
What would help me enormously with [writing documentation](https://github.com/xarray-contrib/datatree/issues/61) would be a killer example... | open | 2024-09-07T14:05:59Z | 2024-09-07T14:05:59Z | https://github.com/pydata/xarray/issues/9437 | [
"topic-documentation",
"topic-DataTree"
] | eni-awowale | 0 |
Textualize/rich | python | 2,498 | Colored text incorrect width. | Using color markers within a Panel messes up the border (probably misestimates the width of the string due to control characters).
Note: top Panel is uncolored, its yellow because of my terminal theme.
 | - every database update could trigger refresh of all cache values or clear of all cache values
- it can be part of save and update base meths | closed | 2023-06-09T07:35:41Z | 2023-08-02T08:55:54Z | https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/issues/92 | [] | grillazz | 0 |
vanna-ai/vanna | data-visualization | 802 | FerratDB | I would like to be able to work through **FerratDB which is a wrapper for PostgeSQL**
https://docs.ferretdb.io/
I want to interact with json data inside sql
I would like to use mongoDB but it is not SQL
so I think FerratDB is a great option
as a result we will get a **search like regular sql but with the ability to ... | open | 2025-03-11T06:33:34Z | 2025-03-11T06:33:34Z | https://github.com/vanna-ai/vanna/issues/802 | [] | pit123-00 | 0 |
developmentseed/lonboard | data-visualization | 8 | `Map.save` for offline (outside of Python) use | - Serialize the Arrow table to a base64 string
- Create an HTML file with data, layer parameters, etc | closed | 2023-09-29T18:11:09Z | 2023-11-03T21:48:51Z | https://github.com/developmentseed/lonboard/issues/8 | [
"javascript"
] | kylebarron | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.