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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pandas-dev/pandas | pandas | 60,429 | DOC: Missing 'pickleshare' package when running 'sphinx-build' command | ### Pandas version checks
- [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation
https://github.com/pandas-dev/pandas/blob/106f33cfce16f4e08f6ca5bd0e6e440ec9a94867/requirements-dev.txt#L26
... | closed | 2024-11-27T04:36:42Z | 2024-12-03T21:21:21Z | https://github.com/pandas-dev/pandas/issues/60429 | [
"Build",
"Docs"
] | hwhsu1231 | 4 |
mirumee/ariadne | graphql | 80 | Make Resolver type definition more accurate | Our current type for `Resolver` is `Callable[..., Any]`, catching any arguments and relasing anything.
This is because its currently impossible to tpe `Callable` that accepts `*args` or `**kwagrs`.
This issue is [known to MyPy authors](https://github.com/python/typing/issues/264 but a the time of writing no solu... | open | 2018-12-13T16:32:26Z | 2022-02-21T18:53:56Z | https://github.com/mirumee/ariadne/issues/80 | [
"enhancement"
] | rafalp | 2 |
ResidentMario/missingno | pandas | 62 | Suggest adding test coverage and code quality trackers | [landscape.io](https://landscape.io) is helpful for tracking test coverage for your package.
[coveralls.io](https://coveralls.io) is helpful for linting and tracking the code quality for your package.
Both are free services for public repos and can be paired with the continuous integration services mentioned in #... | closed | 2018-01-31T03:23:50Z | 2020-04-09T21:12:43Z | https://github.com/ResidentMario/missingno/issues/62 | [] | rhiever | 0 |
ivy-llc/ivy | numpy | 28,340 | Fix Frontend Failing Test: jax - math.tensorflow.math.argmin | To-do List: https://github.com/unifyai/ivy/issues/27496 | closed | 2024-02-20T08:14:20Z | 2024-02-20T10:21:20Z | https://github.com/ivy-llc/ivy/issues/28340 | [
"Sub Task"
] | Sai-Suraj-27 | 0 |
scanapi/scanapi | rest-api | 474 | Move Wiki to Read The Docs | ## Feature request
### Description the feature
<!-- A clear and concise description of what the new feature is. -->
Move Wiki to Read The Docs. To have everything in a single place. It should be easier for contributors.
We need to wait for #469 to be done first. | open | 2021-08-01T14:54:58Z | 2021-08-01T14:55:20Z | https://github.com/scanapi/scanapi/issues/474 | [
"Documentation",
"Multi Contributors",
"Status: Blocked",
"Wiki"
] | camilamaia | 0 |
agronholm/anyio | asyncio | 671 | `ClosedResourceError` vs. `BrokenResourceError` is sometimes backend-dependent, and is sometimes not raised at all (in favor of a non-AnyIO exception type) | ### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### AnyIO version
main
### Python version
CPython 3.12.1
### What happened?
see the title. here are some rep... | open | 2024-01-17T08:26:06Z | 2025-03-24T11:18:49Z | https://github.com/agronholm/anyio/issues/671 | [
"bug"
] | gschaffner | 0 |
JaidedAI/EasyOCR | pytorch | 404 | Tajik Language | Here's needed data. Can you tell me when your ocr can learn it, so i can use it? Thank you!
[easyocr.zip](https://github.com/JaidedAI/EasyOCR/files/6220472/easyocr.zip)
| closed | 2021-03-29T08:59:30Z | 2021-03-31T01:36:32Z | https://github.com/JaidedAI/EasyOCR/issues/404 | [] | KhayrulloevDD | 1 |
deepinsight/insightface | pytorch | 2,461 | Wild Anti-Spoofing dataset providing is stop? | Hello,
I'm interested in Anti-Spoofing dataset.
A month ago, I had submitted the application to get the permission of dataset.
But, I haven't received any contact.
Do you still provide the dataset?
Thanks. | closed | 2023-10-25T08:12:30Z | 2023-11-17T01:53:53Z | https://github.com/deepinsight/insightface/issues/2461 | [] | ralpyna | 7 |
HumanSignal/labelImg | deep-learning | 515 | Draw Squares Resets | OS: Windows 7 (x64)
PyQt version: Installed labelImg from binary; otherwise PyQt5
labelImg binary version: v1.8.1
Issue: I set the "Draw Squares" setting in 'Edit". However, when scrolling in (CTRL* + Scroll wheel) the setting is disabled even though it is still checked in 'Edit'. Upon further inspection, I discov... | open | 2019-10-25T14:27:42Z | 2019-10-25T14:27:42Z | https://github.com/HumanSignal/labelImg/issues/515 | [] | JulianOrteil | 0 |
jupyter/docker-stacks | jupyter | 1,520 | Failed write to /etc/passwd | From @bilke:
> @maresb Does this part got lost?
>
> I am asking because the following does not work anymore:
>
```bash
$ docker run --rm -p 8888:8888 -v $PWD:/home/jovyan/work --user `id -u $USER` \
--group-add users my_image
Running: start.sh jupyter lab
id: cannot find name for user ID 40841
WARNING... | closed | 2021-11-10T11:14:43Z | 2021-12-15T10:23:30Z | https://github.com/jupyter/docker-stacks/issues/1520 | [] | maresb | 4 |
numpy/numpy | numpy | 28,394 | ENH: Compiled einsum path support | ### Proposed new feature or change:
`einsum_path` pre-analyzes the best contraction strategy for an Einstein sum; fine. `einsum` can accept that contraction strategy; also fine. I imagine that this works well in the case that there are very few, very large calls to `einsum`.
Where this breaks down is the case where t... | open | 2025-02-26T20:23:41Z | 2025-03-16T19:31:39Z | https://github.com/numpy/numpy/issues/28394 | [
"01 - Enhancement"
] | gtoombs-avidrone | 11 |
Guovin/iptv-api | api | 438 | docker容器闪退 | 在爱快 docker 上运行tv-driver,运行命令类似。
```
docker run -v /etc/docker/config:/tv-driver/config -v /etc/docker/output:/tv-driver/output -d -p 8000:8000 guovern/tv-driver
```
闪退,日志如下:
```
cron: unrecognized service
/tv-driver/updates/fofa/request.py:73: TqdmMonitorWarning: tqdm:disabling monitor support (monitor_int... | closed | 2024-10-22T12:33:22Z | 2024-11-05T08:32:53Z | https://github.com/Guovin/iptv-api/issues/438 | [
"question"
] | snowdream | 4 |
ultralytics/yolov5 | machine-learning | 12,533 | !yolo task=detect mode=predict | 2023-12-21 09:13:37.146006: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2023-12-21 09:13:37.146066: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to registe... | closed | 2023-12-21T09:16:19Z | 2024-10-20T19:35:02Z | https://github.com/ultralytics/yolov5/issues/12533 | [
"Stale"
] | SkripsiFighter | 7 |
nolar/kopf | asyncio | 166 | Invalid attribute apiVersion in build_object_reference() | > <a href="https://github.com/olivier-mauras"><img align="left" height="50" src="https://avatars3.githubusercontent.com/u/1299371?v=4"></a> An issue by [olivier-mauras](https://github.com/olivier-mauras) at _2019-08-06 05:54:25+00:00_
> Original URL: https://github.com/zalando-incubator/kopf/issues/166
>
... | closed | 2020-08-18T19:59:31Z | 2020-08-23T20:48:38Z | https://github.com/nolar/kopf/issues/166 | [
"wontfix",
"archive"
] | kopf-archiver[bot] | 0 |
schemathesis/schemathesis | graphql | 1,762 | Documentation += report format | Finding out how can I see the report file generated. Neither file extension nor any hints in documentation.
Can it be added to the documentation near the option? Is it gzip compressed data? (did not manage to unzip yet...) Or what tool to use to read it? I only found:
`--report FILENAME Upload test report to Sc... | closed | 2023-08-18T10:27:40Z | 2023-08-21T15:28:02Z | https://github.com/schemathesis/schemathesis/issues/1762 | [] | tsyg | 2 |
jupyterlab/jupyter-ai | jupyter | 671 | Change the list of provided Anthropic and Bedrock models | <!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
<!--
Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whol... | closed | 2024-03-04T22:41:39Z | 2024-03-07T19:38:37Z | https://github.com/jupyterlab/jupyter-ai/issues/671 | [
"enhancement"
] | srdas | 2 |
aleju/imgaug | deep-learning | 3 | Cant load augmenters | As said in the README, I copied the required files into my directory and ran the
`from imgaug import augmenters as iaa`
but I get an error
"ImportError: cannot import name 'augmenters'" | closed | 2016-12-10T16:34:31Z | 2016-12-10T17:52:29Z | https://github.com/aleju/imgaug/issues/3 | [] | SarthakYadav | 9 |
deepspeedai/DeepSpeed | pytorch | 7,041 | ambiguity in Deepspeed Ulysses | Hi,
There is a discrepancy between Figure 2 and Section 3.1 in the DeepSpeed-Ulysses paper (https://arxiv.org/abs/2309.14509). My understanding from the text is that the entire method simply partitions the sequence length N across P available devices, and that’s it. However, Figure 3 seems to suggest that there is an ... | closed | 2025-02-16T10:56:21Z | 2025-02-24T07:45:24Z | https://github.com/deepspeedai/DeepSpeed/issues/7041 | [] | rasoolfa | 0 |
graphql-python/graphql-core | graphql | 226 | How to pass additional information to GraphQLResolveInfo | Hi there 😊
I was looking at this PR on Strawberry: https://github.com/strawberry-graphql/strawberry/pull/3461
and I was wondering if there's a nicer to pass the input extensions data around, so I stumbled on the ExecutionContext class which can be useful for us to customise the GraphQLResolveInfo data[1], but I ... | open | 2024-08-27T10:24:57Z | 2025-02-02T09:09:50Z | https://github.com/graphql-python/graphql-core/issues/226 | [] | patrick91 | 2 |
Ehco1996/django-sspanel | django | 412 | 启动失败,错误报告 No module named 'django_crontab' | **问题的描述**
使用2.4版的release https://github.com/Ehco1996/django-sspanel/releases/tag/2.4
命令 docker-compose run --rm web python manage.py collectstatic --noinput 后报错 No module named 'django_crontab'
**项目的配置文件**
**如何复现**
wget https://codeload.github.com/Ehco1996/django-sspanel/zip/2.4
unzip django-sspanel-2.4
... | closed | 2020-10-04T03:30:30Z | 2020-10-04T10:12:52Z | https://github.com/Ehco1996/django-sspanel/issues/412 | [
"bug"
] | jackjieYYY | 2 |
gradio-app/gradio | python | 9,977 | Queuing related guides contain outdated information about `concurrency_count` | ### Describe the bug
These guides related to queuing still refer to `concurrency_count`:
- [Queuing](https://www.gradio.app/guides/queuing)
- [Setting Up a Demo for Maximum Performance](https://www.gradio.app/guides/setting-up-a-demo-for-maximum-performance)
However, as confirmed in #9463:
> The `concurrency_c... | closed | 2024-11-17T23:13:20Z | 2024-11-24T05:47:38Z | https://github.com/gradio-app/gradio/issues/9977 | [
"good first issue",
"docs/website"
] | the-eddie | 3 |
sqlalchemy/alembic | sqlalchemy | 595 | Adding a unique constraint doesn't work when more than one columns are given. | So I tried adding a unique constraint for two columns of a table at the same time and migrating to it. This works if I drop the database and create the new one using these changes but I cannot migrate to the new database version using alembic.
Here's the class I want to add the constraint to:
```
class UserItems(B... | closed | 2019-08-25T08:44:50Z | 2019-09-17T16:55:26Z | https://github.com/sqlalchemy/alembic/issues/595 | [
"question"
] | Nikitas-io | 4 |
TracecatHQ/tracecat | automation | 7 | CrowdStrike Integration | You can start with my CS_BADGER it's API for CS's Splunk uses MFA / persistent tokens. :
I know it's gross ... I want to rewrite it with PING auth but I suck with SAML in python
https://github.com/freeload101/SCRIPTS/blob/master/Bash/CS_BADGER/CS_BADGER.sh
| closed | 2024-03-20T19:17:05Z | 2024-06-16T19:14:51Z | https://github.com/TracecatHQ/tracecat/issues/7 | [
"enhancement",
"integrations"
] | freeload101 | 5 |
deepset-ai/haystack | nlp | 8,912 | `tools_strict` option in `OpenAIChatGenerator` broken with `ComponentTool` | **Describe the bug**
When using `ComponentTool` and setting `tools_strict=True` OpenAI API is complaining that `additionalProperties` of the schema is not `false`.
**Error message**
```---------------------------------------------------------------------------
BadRequestError Traceback (most ... | closed | 2025-02-24T13:42:08Z | 2025-03-03T15:23:26Z | https://github.com/deepset-ai/haystack/issues/8912 | [
"P1"
] | tstadel | 0 |
sgl-project/sglang | pytorch | 4,013 | [Bug] Qwen2.5-32B-Instruct-GPTQ-Int answer end abnormally,Qwen2.5-32B-Instruct answer is ok,use vllm is ok | ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr... | closed | 2025-03-03T06:32:39Z | 2025-03-05T07:41:11Z | https://github.com/sgl-project/sglang/issues/4013 | [] | Flynn-Zh | 5 |
piskvorky/gensim | nlp | 3,234 | Update release instructions | https://github.com/RaRe-Technologies/gensim/wiki/Maintainer-page is out of date
- We don't use gensim-wheels repo anymore - everything happens in the main gensim repo
- Wheel building is less of a pain now - GHA takes care of most things
- Some release scripts appear out of date, e.g. prepare.sh
- A general descr... | open | 2021-09-14T13:45:07Z | 2021-09-14T13:45:17Z | https://github.com/piskvorky/gensim/issues/3234 | [
"documentation",
"housekeeping"
] | mpenkov | 0 |
plotly/dash | plotly | 2,761 | [BUG] extending a trace in callback using extendData property doesn't work for a figure with multi-level axis | Hello, plotly community,
I'm seeking your help in resolving a trace extension issue for a multi-level axis figure.
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip list | grep dash` below
-
```
dash ... | closed | 2024-02-16T00:06:01Z | 2024-07-25T13:13:30Z | https://github.com/plotly/dash/issues/2761 | [] | dmitrii-erkin | 2 |
ploomber/ploomber | jupyter | 922 | lint failing when using `ploomber nb --remove` | From Slack:
> Currently, in ploomber, after running ploomber nb remove, the parameters cell is empty. This causes checkers to complain as product variable doesn’t exist.
I would be great if instead of being empty, it was a TypedDic | open | 2022-07-19T15:01:57Z | 2022-07-19T15:02:05Z | https://github.com/ploomber/ploomber/issues/922 | [] | edublancas | 0 |
ydataai/ydata-profiling | data-science | 1,514 | Bug Report | ### Current Behaviour
IndexError: list index out of range
### Expected Behaviour
The data is getting summarized but during generating report structure it gives IndexError: list index out of range
### Data Description
Dataset link - https://www.kaggle.com/datasets/himanshupoddar/zomato-bangalore-resta... | open | 2023-12-05T14:15:17Z | 2024-01-18T07:24:14Z | https://github.com/ydataai/ydata-profiling/issues/1514 | [
"information requested ❔"
] | Shashankb1910 | 2 |
tortoise/tortoise-orm | asyncio | 1,774 | Enums not quoted (bug of pypika-torotise) | **Describe the bug**
Reported here: https://github.com/tortoise/pypika-tortoise/issues/7
**To Reproduce**
```py
from tortoise import Model, fields, run_async
from tortoise.contrib.test import init_memory_sqlite
from tortoise.fields.base import StrEnum
class MyModel(Model):
id = fields.IntField(pk=True... | closed | 2024-11-17T19:10:02Z | 2024-11-19T08:55:17Z | https://github.com/tortoise/tortoise-orm/issues/1774 | [] | waketzheng | 0 |
mwaskom/seaborn | data-visualization | 3,318 | Add read-only permissions to ci.yaml GitHub workflow | Seaborn's ci.yaml workflow currently run with write-all permissions. This is dangerous, since it opens the project up to supply-chain attacks. [GitHub itself](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-secrets) recommends ensuring all workflows run with minimal permis... | closed | 2023-04-12T14:08:36Z | 2023-04-12T23:19:14Z | https://github.com/mwaskom/seaborn/issues/3318 | [] | pnacht | 0 |
flasgger/flasgger | rest-api | 544 | swag_from with specs arguments not working properly | When used swag_from with specs argument multiple times for one endpoint and different methods results in overwriting text in doc.
```@bp.route("/<string:order_number>", methods=["GET", "PUT", "DELETE"])
@swag_from(specs=doc_shipment_delete, methods=["DELETE"])
@swag_from(specs=doc_shipment_put, methods=["PUT"])
@sw... | open | 2022-08-04T11:59:54Z | 2022-08-08T06:38:08Z | https://github.com/flasgger/flasgger/issues/544 | [] | Zbysekz | 3 |
reloadware/reloadium | django | 64 | Won't work with remote developing. | **Describe the bug**
**To Reproduce**
Steps to reproduce the behavior:
1. Meau -> Tools -> Deployment -> Configuration, add a configuration to connect your server, map the project folder on the local disk and the server.
2. Meau -> File -> Setting -> Project: Name -> Python Interpreter -> Add Interpreter, add a... | closed | 2022-11-09T14:52:37Z | 2022-11-23T08:01:08Z | https://github.com/reloadware/reloadium/issues/64 | [] | 00INDEX | 3 |
modelscope/modelscope | nlp | 867 | cpu memory leak | After I calling the skin retouch pipeline, CPU memory increase about 100Mb for one time, later callings will keep on increasing the memory, does this relate to CPU memory leak? | closed | 2024-05-25T09:59:23Z | 2024-07-21T01:56:15Z | https://github.com/modelscope/modelscope/issues/867 | [
"Stale"
] | garychan22 | 4 |
anselal/antminer-monitor | dash | 47 | Support for PORT | Hi there,
##I use the same network IP for all my miners, and only have a different port for each miner, if I fill in for example 192.168.1.200:4030, it won't work. I know this is not wrong or anything, but would it be possible to have support for ports as well to solve this quite simple issue?
Thank you
PS. P... | closed | 2018-01-08T15:48:32Z | 2018-01-09T21:44:14Z | https://github.com/anselal/antminer-monitor/issues/47 | [
":dancing_men: duplicate"
] | webhunter69 | 9 |
horovod/horovod | tensorflow | 3,303 | Is there an example of distributed training using only CPU | I want to try distributed training with multiple machines using CPU. What command should I use to start it? Is there an example for reference | closed | 2021-12-08T10:08:25Z | 2021-12-08T10:33:15Z | https://github.com/horovod/horovod/issues/3303 | [] | liiitleboy | 0 |
flasgger/flasgger | rest-api | 239 | instructions for apispec example are underspecified, causing TypeError | New to flasgger and was interested in the apispec example, but unfortunately the instructions seem out of date?
Quoting https://github.com/rochacbruno/flasgger#readme
> Flasgger also supports Marshmallow APISpec as base template for specification, if you are using APISPec from Marshmallow take a look at [apispec ex... | closed | 2018-09-12T00:31:02Z | 2018-09-13T04:40:31Z | https://github.com/flasgger/flasgger/issues/239 | [
"duplicate"
] | jab | 1 |
serengil/deepface | deep-learning | 773 | Question : Datasets used for training Emotion Recognition | Hi serengil!!
Thanks for the excellent work you have done. It is really helpful, I would really like to use you model for emotion recognition, I just had one doubt could you please mention on exactly `which datasets was the model for emotion recognition trained on` ?
Thanks for your reply in advance!!! | closed | 2023-06-06T10:38:06Z | 2023-06-06T10:43:58Z | https://github.com/serengil/deepface/issues/773 | [
"question"
] | Aayush2003Gupta | 1 |
microsoft/qlib | deep-learning | 1,019 | Download csi300 info failed | ## 🐛 Bug Description
It seems orginal website changed their path
<img width="840" alt="image" src="https://user-images.githubusercontent.com/4394975/160270928-ffc6828d-fe40-43ef-868e-7bf6b4fa15ba.png">
## To Reproduce
Steps to reproduce the behavior:
1.
1.
1.
## Expected Behavior
<!-- A clear and ... | closed | 2022-03-27T07:15:10Z | 2023-10-23T12:51:32Z | https://github.com/microsoft/qlib/issues/1019 | [
"bug"
] | liujianliuku | 2 |
ipython/ipython | data-science | 14,166 | Run tutorials in Manimgl with error `NoneType` | <!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories.
If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org.
If you are unsure, it's ok to post here, though, there are few ... | open | 2023-09-17T05:56:04Z | 2023-09-17T05:56:04Z | https://github.com/ipython/ipython/issues/14166 | [] | prexhu | 0 |
InstaPy/InstaPy | automation | 5,859 | ERROR: Command errored out with exit status 1 [ PLEASE HELP ME WITH INSTAPY INSTALLATION ] | running build_ext
error: [WinError 2] The system cannot find the file specified
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\jose\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\j... | closed | 2020-10-31T07:51:30Z | 2020-11-01T03:24:06Z | https://github.com/InstaPy/InstaPy/issues/5859 | [] | alpha-digger | 0 |
Netflix/metaflow | data-science | 1,380 | Replace deprecated imp module with importlib |
This project uses the [`imp` module](https://docs.python.org/3/library/imp.html) which has been deprecated since Python 3.4 and removed in 3.12:
* Raised `PendingDeprecationWarning` since [3.4 (2014)](https://github.com/python/cpython/commit/e4f41deccf94ccc798b1eb1f44657ade66669a60)
* Raised `DeprecationWarning... | closed | 2023-04-29T12:36:42Z | 2023-05-08T14:25:25Z | https://github.com/Netflix/metaflow/issues/1380 | [] | hugovk | 0 |
Kanaries/pygwalker | matplotlib | 124 | [Feat] Workflow for programmatically exporting a plot | A typical workflow is probably to explore the dataset using PyGWalker, create some plots and finally export the plot as an image.
What would be the best way forward to recreate the plot using an exported visualization configuration and programmatically export the plot?
In my opinion, such an interaction with PyGWa... | closed | 2023-06-02T07:20:58Z | 2023-08-03T01:17:12Z | https://github.com/Kanaries/pygwalker/issues/124 | [
"enhancement",
"P1"
] | Julius-Plehn | 10 |
Johnserf-Seed/TikTokDownload | api | 131 | 视频命名问题 emoji去除 | 视频下载 保存的文件名含有Unicode字符的emoji 可否加个匹配直接替换掉 谢
 | closed | 2022-04-16T01:38:24Z | 2022-04-16T11:12:27Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/131 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | sym9518 | 2 |
fastapi/sqlmodel | pydantic | 533 | Data Integrity: Raise error on attempt to delete an object required via a Relationship | ### 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 | 2023-01-18T20:25:03Z | 2023-02-09T15:50:03Z | https://github.com/fastapi/sqlmodel/issues/533 | [
"question"
] | clstaudt | 8 |
PaddlePaddle/models | nlp | 5,329 | 如何实现添加热词功能? | 如何在源码的基础上修改,自定义自己的热词,来提高识别这些词语的权重? | open | 2021-07-20T15:36:24Z | 2021-07-25T03:55:04Z | https://github.com/PaddlePaddle/models/issues/5329 | [] | shanmon110 | 1 |
graphql-python/graphene-django | graphql | 1,530 | Error debugging | **problem**
The code generated an error, and Graphene Django returned the error through a response, which increased the difficulty of debugging
**django setting**
Directly throwing global settings in the development environment is a good choice
| open | 2024-07-25T06:24:30Z | 2024-07-25T06:24:30Z | https://github.com/graphql-python/graphene-django/issues/1530 | [
"✨enhancement"
] | HuLight | 0 |
scikit-learn/scikit-learn | machine-learning | 30,817 | sample_weight is silently ignored in LogisticRegressionCV.score when metadata routing is enabled | ### Describe the bug
I'm not sure if it is a proper bug, or my lack of understanding of the metadata routing API ;)
When `enable_metadata_routing=True`, the `score` method of a `LogisticRegressionCV` estimator will ignore `sample_weight`.
```python
set_config(enable_metadata_routing=True)
logreg_cv = LogisticRegressi... | open | 2025-02-12T15:49:01Z | 2025-02-16T23:23:32Z | https://github.com/scikit-learn/scikit-learn/issues/30817 | [
"Bug",
"Metadata Routing"
] | antoinebaker | 5 |
Urinx/WeixinBot | api | 120 | 接受到的消息可以分辨是否是屏蔽的群消息吗? | 接受到的消息可以分辨是否是屏蔽的群消息吗?
| open | 2016-10-29T10:11:47Z | 2016-10-29T10:11:47Z | https://github.com/Urinx/WeixinBot/issues/120 | [] | luckysta | 0 |
pydantic/pydantic-ai | pydantic | 497 | Feature Request: Support for OpenAI o1 Model | The OpenAI o1 model introduces several new features, including:
- Structured responses
- Tool calling
- Developer (formerly system) prompts
Additionally, it offers improved pricing compared to the currently supported o1-preview model in pydantic-ai.
These enhancements could significantly improve the library’s ... | closed | 2024-12-19T14:10:45Z | 2025-01-31T00:40:37Z | https://github.com/pydantic/pydantic-ai/issues/497 | [
"new models"
] | lucasprim | 8 |
public-apis/public-apis | api | 3,195 | Cat-Facts
| closed | 2022-06-18T09:39:48Z | 2022-07-15T21:26:35Z | https://github.com/public-apis/public-apis/issues/3195 | [] | shoxnazar | 0 | |
ScottfreeLLC/AlphaPy | pandas | 39 | Error During save_predictions | **Describe the bug**
Attempting to run the MarketFlow tutorial, the code throws an error after plot generation, during what seems like its attempt to write the data.
**To Reproduce**
Steps to reproduce the behavior:
1. ~> mflow --train 2019-01-01
2. ~> mflow --predict 2020-07-21
both train and predict flags ... | open | 2020-07-21T01:12:05Z | 2021-09-22T19:03:46Z | https://github.com/ScottfreeLLC/AlphaPy/issues/39 | [
"bug"
] | minger88 | 2 |
benbusby/whoogle-search | flask | 1,015 | Option to block webcrawlers (robots.txt) | **Describe the feature you'd like to see added**
In order to block webcrawlers and indexers, Whoogle should serve a `/robots.txt` similar to the following
```
User-agent: *
Disallow: /
```
This could be toggled with a new environment variable like `WHOOGLE_DISABLE_INDEXING` that is turned off by default to match ... | closed | 2023-06-03T06:53:32Z | 2023-06-26T22:18:10Z | https://github.com/benbusby/whoogle-search/issues/1015 | [
"enhancement"
] | ufUNnxagpM | 0 |
gradio-app/gradio | python | 10,512 | Links in Dataframe do not open on click | ### Describe the bug
Hi, I am not able to click in the links defined in a gr.Dataframe with 5.14.0. It was possible with 5.9.1 .
### Have you searched existing issues? 🔎
- [x] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
with gr.Blocks() as app:
with gr.Accordi... | closed | 2025-02-05T11:01:49Z | 2025-02-06T13:14:12Z | https://github.com/gradio-app/gradio/issues/10512 | [
"bug",
"Priority",
"💾 Dataframe",
"Regression"
] | cuccatodavide | 1 |
amidaware/tacticalrmm | django | 1,577 | Search by Windows Version | Hi,
We would greatly appreciate having an option to search Windows devices by their Windows Version (e.g., _21H2_, _22H2_, etc.). This feature would help us quickly verify whether updates were successfully installed on the devices.
Thank you for considering our request.
Best regards, Alex | closed | 2023-07-28T05:26:56Z | 2024-03-12T14:16:21Z | https://github.com/amidaware/tacticalrmm/issues/1577 | [] | Linux-Alex | 4 |
ultralytics/ultralytics | machine-learning | 19,513 | pt model to an ONNX model, different result | When using the official tool to convert a PyTorch (pt) model to an ONNX model, it is found that when inferring the same image using the pt model and the ONNX model, the results are inconsistent. | open | 2025-03-04T09:16:58Z | 2025-03-12T22:44:15Z | https://github.com/ultralytics/ultralytics/issues/19513 | [
"non-reproducible",
"exports"
] | GXDD666 | 7 |
unit8co/darts | data-science | 2,427 | How to access and use functionalities of the underlying / wrapped regression models? | Is it possible to use methods/functions of the models which Darts wraps around?
For example for LGBM, is it possible to create a Darts LGBM model object but still use this [plot_importance](https://lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.plot_importance.html#lightgbm.plot_importance) function from the o... | closed | 2024-06-24T14:08:36Z | 2024-07-15T09:22:41Z | https://github.com/unit8co/darts/issues/2427 | [
"question",
"q&a"
] | ETTAN93 | 1 |
plotly/plotly.py | plotly | 4,141 | Area charts: area() got an unexpected keyword argument 'stackgaps' | Hi, I have issues with different area charts which I'm using to monitor the presence of different types of events.
My data in my area charts are going all over the place because values seem by default to be interpolated for the traces which have no data at one "location" (for a given month, in my case)
's ta | Hi @twopirllc,
I'm playing with the new improved `strategy()` method, it's quite an improvement nice work ! You should push it to `pip` ;)
In my workflow, I'm computing a bunch of data on the indicators and then select the relevant ones. However, I don't know _a priori_ which ones nor their parameters, and they a... | closed | 2020-07-26T20:24:42Z | 2020-09-29T16:56:00Z | https://github.com/twopirllc/pandas-ta/issues/81 | [
"enhancement"
] | drpaprika | 16 |
microsoft/nlp-recipes | nlp | 583 | Nlp | closed | 2020-04-10T07:55:10Z | 2020-04-13T22:43:53Z | https://github.com/microsoft/nlp-recipes/issues/583 | [] | sagarkumar2804 | 1 | |
MaartenGr/BERTopic | nlp | 1,320 | BaseRepresentation in Multiple Representations raises an exception | Hi,
I'm trying to use BaseRepresentation in Multiple Representations in the following way:
```
self.representation_model = {
'Main': BaseRepresentation,
'KeyBert': KeyBERTInspired(top_n_words=self.top_n_words, random_state=42),
'KeyBertMMR': [
... | closed | 2023-06-06T08:43:58Z | 2023-06-06T22:41:18Z | https://github.com/MaartenGr/BERTopic/issues/1320 | [] | piotrcelinski | 2 |
agronholm/anyio | asyncio | 422 | Cannot mark tests programmatically for anyio | I used to mark all my tests for `pytest-asyncio` using this hook in my `conftest.py` file (here adopted for anyio already):
```py
import inspect
import pytest
def pytest_collection_modifyitems(session, config, items): # noqa
for item in items:
# pylint: disable=protected-access
if (
... | open | 2022-02-28T13:25:13Z | 2024-02-26T19:55:29Z | https://github.com/agronholm/anyio/issues/422 | [
"documentation",
"pytest plugin"
] | chbndrhnns | 8 |
MaartenGr/BERTopic | nlp | 2,255 | RuntimeError: Failed to import transformers.integrations.integration_utils because of the following error (look up to see its traceback): Failed to import transformers.modeling_utils because of the following error (look up to see its traceback): partially initialized module 'torch._dynamo' has no attribute 'external_ut... | ### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
!pip install bertopic
from bertopic import BERTopic
RuntimeError: Failed to import transformers.integrations.integration_utils because of the following error (look up to see its traceback):
Failed t... | closed | 2024-12-24T16:26:53Z | 2024-12-30T16:22:07Z | https://github.com/MaartenGr/BERTopic/issues/2255 | [
"bug"
] | tempdeltavalue | 3 |
horovod/horovod | machine-learning | 3,223 | docker build error | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet)
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: Ubuntu 18.04.3 LTS
11. GCC version:
12. CMake version:
13. Docker... | closed | 2021-10-14T09:37:24Z | 2021-10-15T14:19:39Z | https://github.com/horovod/horovod/issues/3223 | [
"bug"
] | behome | 2 |
rougier/matplotlib-tutorial | matplotlib | 2 | A typo in your blog "Matplotlib tutorial" | I understand that I should not post a typo in your blog here, but this is the only way I can contact you, since your blog points here.
In your blog "Matplotlib tutorial", chapter "Simple Plot", section "Instantiating defaults", `# savefig("../figures/exercice_2.png",dpi=72)` could be changed to `plt.savefig("../figure... | closed | 2015-10-08T15:40:41Z | 2021-03-29T05:43:05Z | https://github.com/rougier/matplotlib-tutorial/issues/2 | [] | JohnCoconut | 2 |
marshmallow-code/apispec | rest-api | 35 | Should marshmallow helpers respect `only`, `exclude`? | When introspecting `Nested` fields, we don't check for the `only` or `exclude` attributes. For example:
``` python
class FooSchema(Schema):
bar = fields.Str()
baz = fields.Str()
class BobSchema(Schema):
foo = fields.Nested(FooSchema, only=('bar', ))
```
If we call `schema2jsonschema(BobSchema)`, the nest... | closed | 2015-10-24T05:09:46Z | 2019-01-25T14:12:20Z | https://github.com/marshmallow-code/apispec/issues/35 | [] | jmcarp | 6 |
noirbizarre/flask-restplus | flask | 209 | Updating from v.0.9.0 to v.0.9.2 with issues | Hi,
I've got an application using Flask-RESTplus in version 0.9.0. I wanted to upgrade it to the newest version v.0.9.2. My unit tests failed due to the fact that I didn't include "Content-Type: application/json" header. Is it now required? It may broke integration with my clients. Is there a way to disable it and trus... | open | 2016-10-20T14:51:49Z | 2018-09-27T11:40:33Z | https://github.com/noirbizarre/flask-restplus/issues/209 | [
"bug"
] | jpowie01 | 0 |
deepset-ai/haystack | machine-learning | 8,356 | Rename internal mentions of `from_socket` and `to_socket` to `sender_socket` and `receiver_socket` | The internal data of the `Pipeline` graph stores some informations about its edges, like the name of the inputs and outputs of the connected Components.
In [newer parts](https://github.com/deepset-ai/haystack/blob/3016c5ca93b2532836f3ffd2d4bd31114e8ddfa3/haystack/core/component/types.py#L48) of the code like in `Inp... | open | 2024-09-11T15:39:09Z | 2025-01-10T09:28:22Z | https://github.com/deepset-ai/haystack/issues/8356 | [
"type:refactor",
"topic:DX",
"P3"
] | silvanocerza | 0 |
deepakpadhi986/AI-Resume-Analyzer | streamlit | 4 | Whats this error bro and explain briefly how to sort it out ..plz explain step by step to sort this error bcz just i m beginner | 
| closed | 2023-11-27T05:54:24Z | 2023-11-28T11:33:55Z | https://github.com/deepakpadhi986/AI-Resume-Analyzer/issues/4 | [] | Sudharsan912 | 1 |
pyeve/eve | flask | 847 | Different MONGO_QUERY_BLACKLIST for GET vs POST | Is it possible, or could it be possible, to have a different `MONGO_QUERY_BLACKLIST` for different HTTP methods?
The main reason I ask is, I would like to be able to search using `$regex` for read only queries, without exposing any ability to alter the database by regex matching.
| closed | 2016-03-30T12:12:22Z | 2016-03-31T07:20:25Z | https://github.com/pyeve/eve/issues/847 | [] | harryjubb | 2 |
coqui-ai/TTS | pytorch | 4,018 | [Bug] 安装TTS失败 | ### Describe the bug
Traceback (most recent call last):
File "/root/miniconda3/envs/xtts_v2/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/root/miniconda3/envs/xtts_v2/lib/python3.10/site-packages/pip/_vendo... | closed | 2024-10-10T08:28:19Z | 2024-12-28T11:58:06Z | https://github.com/coqui-ai/TTS/issues/4018 | [
"bug",
"wontfix"
] | Alex-DeepL | 12 |
mlfoundations/open_clip | computer-vision | 13 | training perf for single GPU is not good | Hi, I was training clip using single GPU. After profiling, I noticed that the perf of CLIP training was not good, as we can see from the picture below. GPU idle time is almost twice of GPU active due to the sem_timedwait as blocked in CPU. Any idea we can solve this unnecessary block? Thanks!
,在训练时报错RuntimeError: output with shape [1, 256] doesn't match the broadcast shape [200, 256],试了一下午了,怎么办捏 | closed | 2023-03-18T16:09:48Z | 2023-04-12T15:08:43Z | https://github.com/svc-develop-team/so-vits-svc/issues/53 | [] | thekingofcircus | 15 |
plotly/dash-table | dash | 892 | Page selection disappears when number of pages decreases to one | dash-table version: 4.11.3
Browsers tested: Chromium 78.0.3904.70, Edge 83.0.478.58
On tables where the number of entries (and in consqeuence the number of pages) may change dynamically, dash-table will remain on the currently selected page. If I am on page 4/8 and the number of pages reduces to 2, I will then be o... | closed | 2021-04-20T11:44:07Z | 2021-06-25T15:28:01Z | https://github.com/plotly/dash-table/issues/892 | [] | mhnrchs | 0 |
jupyter-incubator/sparkmagic | jupyter | 334 | Issue with basic SELECT/or JSON file | Hi,
Running a simple PySpark command in SparkMagic:
%%sql
SELECT 1, 2, 3
causes the Error: Cannot parse object as JSON: '['b\'{"1":1,"2":2,"3":3}\'']'
This same error occurs when loading a simple JSON file with content `{"name":"test"}`:
CREATE TEMPORARY TABLE Test
USING org.apache.spark.sql.json
OPTIONS (p... | closed | 2017-02-28T17:16:42Z | 2017-03-09T00:16:04Z | https://github.com/jupyter-incubator/sparkmagic/issues/334 | [] | daithang1111 | 10 |
glumpy/glumpy | numpy | 9 | glumpy.test() returns: AttributeError: 'module' object has no attribute 'test' | Hi,
I just installed glumpy but can't even run the test.
``` Python
>>> import glumpy
>>> glumpy.test()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-8-f27e1516c606> in <module>()
----> 1 glumpy.tes... | closed | 2014-12-06T17:56:00Z | 2014-12-14T13:41:10Z | https://github.com/glumpy/glumpy/issues/9 | [] | arne-cl | 3 |
blacklanternsecurity/bbot | automation | 2,252 | When using BBot as a Python Library the Scan Name Directory Generated Uses Random Name Instead of User-Specified Name | **Description**
When running a scan using `Scanner()`, BBOT creates an output folder with a randomly generated name, even when the user explicitly sets the `name` parameter.
This makes it difficult to track scans, automate processes, and manage output files predictably.
**Code Used**
```Python
from bbot.scanner imp... | open | 2025-02-06T06:29:12Z | 2025-03-12T19:30:53Z | https://github.com/blacklanternsecurity/bbot/issues/2252 | [
"bug"
] | vaarg | 3 |
CTFd/CTFd | flask | 1,813 | Submissions should link directly to the user that submitted | Submissions don't link directly to the user in team mode which means you need to search to see what user submitted for a given team.
| closed | 2021-02-27T15:09:18Z | 2021-03-16T19:32:38Z | https://github.com/CTFd/CTFd/issues/1813 | [
"completed"
] | ColdHeat | 0 |
remsky/Kokoro-FastAPI | fastapi | 218 | TensorRT | **Describe the feature you'd like**
Deplying the model with TensorRT would speed up further. Perhaps we can consider having a new option to enable TensorRT model on NVIDIA GPU | closed | 2025-03-04T06:41:10Z | 2025-03-05T02:39:07Z | https://github.com/remsky/Kokoro-FastAPI/issues/218 | [] | wangjia184 | 1 |
streamlit/streamlit | data-science | 10,346 | Zoom with px.scatter_mapbox() composant from plotly.express doesn't work with streamlit 1.42.0 but ok with 1.38.0 | ### 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
Hi,
I think there are a bug on new version s... | closed | 2025-02-05T09:20:33Z | 2025-02-11T21:36:52Z | https://github.com/streamlit/streamlit/issues/10346 | [
"type:bug",
"feature:st.plotly_chart"
] | tmosc | 9 |
dynaconf/dynaconf | flask | 690 | [bug] Dynamic variables are evaluated before environment variables populate values | **Describe the bug**
When using dynamic variables, we have noticed that they receive the value set in the settings file(s) and are not updated when those referenced settings are overridden by an environment variable.
**To Reproduce**
Steps to reproduce the behavior:
my_settings.yaml
```yaml
SERVER:
VERSION... | closed | 2021-11-15T20:24:02Z | 2023-07-13T19:11:02Z | https://github.com/dynaconf/dynaconf/issues/690 | [
"bug",
"LazyIssue"
] | JacobCallahan | 2 |
pinry/pinry | django | 148 | feature request: support for other db engines | The documentation suggests that you can db engines other than sqlite by editing local_settings.py, but this is not accurate as the image does not include the db clients necessary to use those engines. | closed | 2019-06-01T14:59:38Z | 2019-06-01T20:39:38Z | https://github.com/pinry/pinry/issues/148 | [] | norweeg | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,579 | I can't bypass cloudflare | ```
from time import sleep
from selenium.common import TimeoutException
from selenium.webdriver.support import expected_conditions as EC
import undetected_chromedriver as uc # the driver
from selenium.webdriver.common.by import By # to find various items on the page
from selenium.webdriver.chrome.options impo... | open | 2023-09-24T21:52:46Z | 2023-12-18T12:44:15Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1579 | [] | mcsham | 4 |
huggingface/datasets | tensorflow | 6,917 | WinError 32 The process cannot access the file during load_dataset | ### Describe the bug
When I try to load the opus_book from hugging face (following the [guide on the website](https://huggingface.co/docs/transformers/main/en/tasks/translation))
```python
from datasets import load_dataset, Dataset
dataset = load_dataset("Helsinki-NLP/opus_books", "en-fr", features=["id", "tran... | open | 2024-05-24T07:54:51Z | 2024-05-24T07:54:51Z | https://github.com/huggingface/datasets/issues/6917 | [] | elwe-2808 | 0 |
nltk/nltk | nlp | 2,451 | Mesure Arabic Text similarity | I need to find the similarity between many documents that contain Arabic language plain texts.
Example: input: text1="اهلا وسهلا", text2="اهلا وسهلا"
Output: Similarity = 1.0 | closed | 2019-10-31T16:15:42Z | 2020-01-21T09:10:01Z | https://github.com/nltk/nltk/issues/2451 | [
"invalid"
] | MohammadModallal | 0 |
jupyterlab/jupyter-ai | jupyter | 883 | Some providers (e.g. HuggingFace) not working in chat nor in streaming completer | ## Description
```
Traceback (most recent call last):
File "/jupyter_ai/chat_handlers/base.py", line 170, in on_message
await self.process_message(message)
File "/jupyter_ai/chat_handlers/default.py", line 104, in process_message
async for chunk in self.llm_chain.astream(
File "/langchain_c... | closed | 2024-07-09T11:07:50Z | 2024-07-12T17:59:20Z | https://github.com/jupyterlab/jupyter-ai/issues/883 | [
"bug",
"regression"
] | krassowski | 8 |
robotframework/robotframework | automation | 5,319 | Process based (Popen) Concurrancy in robotframework | Many aproaches are currently in the making how to make robotframework concurancy capable.
[Adding threads ](https://github.com/robotframework/robotframework/issues/5294), is a very ambitious one.
Others are about concurrent keywords, or [logging](https://github.com/robotframework/robotbackgroundlogger) from threads...... | closed | 2025-01-16T20:57:30Z | 2025-01-16T21:25:01Z | https://github.com/robotframework/robotframework/issues/5319 | [] | franzhaas | 0 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 75 | 抖音分享口令提取不了链接 | 1e--.:/ 复制打开抖音,看看【栗子熟了的作品】只存在了38年的最强王朝# 隋朝 # 杨坚 # 杨... ЭGaNlj6lqVQVFv8Э | closed | 2022-09-14T11:51:52Z | 2022-11-09T21:02:29Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/75 | [
"help wanted"
] | LukyBruce | 4 |
JaidedAI/EasyOCR | machine-learning | 320 | Can it be used in php? | Can it be used in php? | closed | 2020-12-02T06:33:20Z | 2022-03-02T09:24:09Z | https://github.com/JaidedAI/EasyOCR/issues/320 | [] | netwons | 0 |
google-research/bert | tensorflow | 942 | Pre-Training BERT from scratch using Tokenized input file and custom vocabulary file for Khmer language | Hi!
I would like to know if it's possible for me to use tokenized/segmented documents as my input file to the `create_pretraining_data.py`. The main reason for this is because the segmentation/tokenization for the Khmer language is different than that of English.
```
Original:
វាមានមកជាមួយនូវ
Segmented:... | open | 2019-11-27T07:10:25Z | 2019-11-28T01:49:23Z | https://github.com/google-research/bert/issues/942 | [] | nikmuhammadnaim | 1 |
tflearn/tflearn | tensorflow | 782 | wide and deep help. | Run on default everything,
Training
---------------------------------
Run id: wide+deep
Log directory: /tmp/tflearn_logs/
INFO:tensorflow:Summary name BinaryAccuracy/wide_regression_0 (raw) is illegal; using BinaryAccuracy/wide_regression_0__raw_ instead.
INFO:tensorflow:Summary name BinaryAccuracy_1/deep_regr... | open | 2017-06-06T03:54:06Z | 2017-06-06T03:54:06Z | https://github.com/tflearn/tflearn/issues/782 | [] | lancerts | 0 |
holoviz/panel | jupyter | 7,118 | Flaky UI tests for ToggleIcon and Tabulator on MacOS | With latest 9404b4348a80a190b3dcda7f270ba3e5b3c10210 on MacOS I get a few UI test fails.
One run see [full log](https://gist.github.com/cdeil/3cc8f61ffea180d0f06bbc6ea07bd0cb) where these fail:
```
FAILED panel/tests/ui/pane/test_textual.py::test_textual_app - TimeoutError: wait_until timed out in 5000 millisecond... | open | 2024-08-10T18:07:37Z | 2024-08-13T10:01:58Z | https://github.com/holoviz/panel/issues/7118 | [] | cdeil | 4 |
explosion/spaCy | machine-learning | 12,299 | SpanCategorizer gives 0 scores for Danish language | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
<!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. -->
I have converted the Danish datasets to SpaCy SpanCategorizer format. Here is s... | closed | 2023-02-17T17:35:34Z | 2023-02-20T14:08:18Z | https://github.com/explosion/spaCy/issues/12299 | [] | mirfan899 | 2 |
custom-components/pyscript | jupyter | 336 | Issue installing opencv-python using requirements.txt | I understand this is somewhat complicated and perhaps not within the scope of pyscript. I added `opencv-python` to `requirements.txt` and reloaded the integration. I then get this log in home assistant:
```
Collecting opencv-python
Using cached opencv-python-4.5.5.64.tar.gz (89.9 MB)
Installing build dependen... | open | 2022-03-23T01:52:01Z | 2022-03-23T01:52:01Z | https://github.com/custom-components/pyscript/issues/336 | [] | NickM-27 | 0 |
huggingface/transformers | deep-learning | 36,830 | Build for Windows and VS 2022 does not compile CUDA sources | ### System Info
I am trying to build the **transformers** package **v4.48.1** from source
for platform *Windows 10*
with python *v3.12*
*pytorch 2.5.1+cu124*
and *CUDA 12.4*
along with *Visual Studio 2022*.
I have executed `vcvarsall.bat x64` , furthermore
all known environment variables like
* `set CUDA... | open | 2025-03-19T16:18:50Z | 2025-03-23T18:37:12Z | https://github.com/huggingface/transformers/issues/36830 | [
"bug"
] | JRGit4UE | 4 |
Farama-Foundation/Gymnasium | api | 1,162 | [Proposal] AsyncVectorEnv with Graph observation spaces | ### Proposal
Add support for environments with `Graph` observation spaces in `AsyncVectorEnv` in Gymnasium. Currently, `AsyncVectorEnv` assumes observations can be stacked in a typical array-like format. However, environments that return graph-based observations (e.g., adjacency matrices, node/edge features) are incom... | open | 2024-09-17T06:04:04Z | 2024-09-17T11:00:48Z | https://github.com/Farama-Foundation/Gymnasium/issues/1162 | [
"enhancement"
] | ramondalmau | 1 |
d2l-ai/d2l-en | data-science | 2,523 | pip install d2l==1.0.0b0 Fails to Install on Linux Mint/Ubuntu 22.04 | Error Message:
Collecting d2l==1.0.0b0
Using cached d2l-1.0.0b0-py3-none-any.whl (141 kB)
Collecting jupyter (from d2l==1.0.0b0)
Using cached jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Requirement already satisfied: numpy in /home/remote/miniconda3/envs/pt/lib/python3.10/site-packages (from d2l==1.0.0b0) (1... | closed | 2023-07-01T17:56:41Z | 2023-07-01T18:12:09Z | https://github.com/d2l-ai/d2l-en/issues/2523 | [] | k7e7n7t | 1 |
matterport/Mask_RCNN | tensorflow | 2,788 | Could not build a TypeSpec for KerasTensor | Hi Everybody
I've faced this error during Creating the training model,
TypeError: Could not build a TypeSpec for KerasTensor(type_spec=TensorSpec(shape=(None, None, 4), dtype=tf.float32, name=None), name='tf.math.truediv_1/truediv:0', description="created by layer 'tf.math.truediv_1'") of unsupported type <cla... | open | 2022-03-08T05:03:25Z | 2022-03-16T07:40:23Z | https://github.com/matterport/Mask_RCNN/issues/2788 | [] | Isamalatby | 5 |
pydata/xarray | pandas | 10,094 | Make `compat="override"` more strict. | ### What happened?
The `compat="override"` option in the various combining functions, avoids comparing values for compatibility and simply picks the first occurence of a variable, and inserts it in the result.
This can be dangerous if the values are of differing dimensionality:
```python
ds1 = xr.Dataset({"x": 0})
ds... | open | 2025-03-03T20:08:31Z | 2025-03-17T16:35:02Z | https://github.com/pydata/xarray/issues/10094 | [
"bug",
"topic-combine"
] | dcherian | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.