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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
geopandas/geopandas | pandas | 3,138 | ENH: support multiple geometry columns in read_postgis | #### Is your feature request related to a problem?
I'm loading the results of a PostGIS query with multiple geometry columns, and I wish geopandas would convert all of them. The problem is that now, only one of the columns is converted to a real geometry type and the other geometries I have to convert myself using `... | open | 2024-01-12T15:38:26Z | 2024-05-28T10:11:14Z | https://github.com/geopandas/geopandas/issues/3138 | [
"enhancement",
"postgis"
] | Gijs-Koot | 6 |
jupyter/nbgrader | jupyter | 1,464 | Fails to install with miniconda on Windows | ### Operating system
Windows 10
### `nbgrader --version`
n/a since the installation failed
### `jupyterhub --version` (if used with JupyterHub)
```
(base) C:\Users\Stefnotch>jupyterhub --version
'jupyterhub' is not recognized as an internal or external command,
operable program or batch file.
```
### `j... | closed | 2021-07-13T11:59:58Z | 2021-07-13T12:26:10Z | https://github.com/jupyter/nbgrader/issues/1464 | [] | stefnotch | 1 |
lepture/authlib | django | 361 | Authlib 0.15.x crashing with httpx 0.18.2 | After upgrading to HTTPX 0.18.2, the starlette oauth module (provided by Authlib) started to crash.
When i call the oauth authorize_redirect method, i get the following error: Invalid "auth" argument: <httpx._config.UnsetType object at 0x7fb5ac920310>"}
In HTTPX 0.18.1, everything works like a charm.
| closed | 2021-06-24T16:16:05Z | 2021-06-25T00:04:56Z | https://github.com/lepture/authlib/issues/361 | [
"bug"
] | alessandroralc | 2 |
cleanlab/cleanlab | data-science | 359 | CI: Performance Benchmarking during CI | We want our CI to assess the performance of the code to avoid regressions.
These are benchmarks that should run via Github Actions, but also be optionally disabled/enabled via a simple boolean flag.
* Runtime Benchmarks: Some of these benchmarks should time the execution of certain cleanlab function calls, and repor... | open | 2022-08-23T23:42:15Z | 2022-12-17T05:00:23Z | https://github.com/cleanlab/cleanlab/issues/359 | [] | jwmueller | 0 |
tfranzel/drf-spectacular | rest-api | 1,286 | Not allowed to use word "Request" as a part of serializer name for some reason | **Describe the bug**
I was extending my API and creating new serializers. After adding another one and regenerating the schema I encountered this error message:
```
Warning [FilledFormAnswerViewSet > FilledFormAnswerSerializer > FormQuestionSerializer]: Encountered 2 components with identical names "FormQuestionRe... | open | 2024-09-04T12:54:10Z | 2024-09-04T12:54:10Z | https://github.com/tfranzel/drf-spectacular/issues/1286 | [] | KristobalJunta | 0 |
jupyterhub/repo2docker | jupyter | 1,195 | Supporting JupyterHub singleuser 3.0.0 | I had a look at what's required for this to bump `jupyterhub-singleuser` to `3.0.0` (https://github.com/jupyterhub/binderhub/pull/1544#issuecomment-1278971454).
JupyterHub 3.0.0 requires Python 3.7+
## Python 3.7, 3.8, 3.9, 3.10 environments
This is easy, just update
https://github.com/jupyterhub/repo2docker/bl... | closed | 2022-10-14T22:11:48Z | 2023-02-15T18:28:33Z | https://github.com/jupyterhub/repo2docker/issues/1195 | [
"needs: discussion"
] | manics | 0 |
yt-dlp/yt-dlp | python | 11,849 | Can't download video (and subtitles) when many comments | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug unrelated to a specific site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http... | open | 2024-12-18T15:38:47Z | 2024-12-21T06:12:37Z | https://github.com/yt-dlp/yt-dlp/issues/11849 | [
"question"
] | defder-su | 11 |
sigmavirus24/github3.py | rest-api | 555 | Not installing on OS X El Capitan with Python 2.7 | EDIT: The problem below was actually triggered by a binary compatible but different Python(Stackless).
There is currently a problem on OS X.
Actually, this is a cryptography issue.
But since I think this package is much more popular,
it is probably adequate to report the error here.
The cure to this problem is this:
... | closed | 2016-01-28T00:14:17Z | 2020-08-11T15:31:46Z | https://github.com/sigmavirus24/github3.py/issues/555 | [
"Needs documentation"
] | ctismer | 7 |
JohnSnowLabs/nlu | streamlit | 100 | Where to obtain "license_keys"? | All the colab examples I wanted to run [e.g. this one](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/3.Clinical_Entity_Resolvers.ipynb) are asking for a license file via `files.upload()`.
How do I obtain one?
Thanks. | closed | 2022-02-17T21:48:46Z | 2022-02-28T16:17:51Z | https://github.com/JohnSnowLabs/nlu/issues/100 | [
"question"
] | CatChenal | 2 |
widgetti/solara | jupyter | 70 | [Feature Request] Create a solara component for a scrollable text area | Often times you want a scrollable text area for markdown, text, sql, code, anything really. You should be able to do something like
```
with sl.Scrollable(max_height="500px"):
sl.Markdown("## Hi")
sl.Markdown(<some_long_text>)
```
or something similar. Currently, I need to do this, which would be nea... | open | 2023-04-15T16:39:54Z | 2024-12-27T15:05:52Z | https://github.com/widgetti/solara/issues/70 | [
"enhancement",
"good first issue"
] | Ben-Epstein | 0 |
pyppeteer/pyppeteer | automation | 149 | [Question] Would you like to have a recorder for pyppeteer? | Hi,
I'm Thach - Smart Monkey's author.
I have added a functionality to Smart Money for exporting a project to Puppeteer code (jest puppeteer). Here is the video for demo: https://www.youtube.com/watch?v=eBzK85MOo-A
In the most of cases, you don't need to write any line of code for creating a test suite.
I ha... | open | 2020-07-09T13:29:23Z | 2022-08-12T07:01:57Z | https://github.com/pyppeteer/pyppeteer/issues/149 | [
"enhancement",
"discussion"
] | nglthach | 4 |
kizniche/Mycodo | automation | 650 | DHT22 unable to activate with daemon | ## Mycodo Issue Report:
- Specific Mycodo Version: 7.4.3
#### Problem Description
Please list:
- trying to add and activate DHT22 unit
- tested the unit seperately and works but seems to run into an error with the mycodo daemon
### Errors
Error: Could not activate Input controller with ID 7829a1e3... | closed | 2019-04-21T12:41:36Z | 2019-04-30T20:25:42Z | https://github.com/kizniche/Mycodo/issues/650 | [] | jlb-qi | 3 |
nltk/nltk | nlp | 2,478 | ValueError when unpickling ParentedTree with Python 3.7 or higher | While working in Python 3.6, when unpickling a ParentedTree with Python 3.7 or Python 3.8 following ValueError occurs:
`ValueError: Can not insert a subtree that already has a parent.`
Following example script produces the Error:
```python
import pickle
from nltk.tree import ParentedTree
tree = ParentedTr... | closed | 2019-12-14T18:09:56Z | 2021-11-12T13:31:54Z | https://github.com/nltk/nltk/issues/2478 | [] | movabo | 3 |
miguelgrinberg/python-socketio | asyncio | 207 | permessage-deflate compression support | Official Socket.IO [since 1.4.0](https://socket.io/blog/socket-io-1-4-0/) supports compression via [permessage-deflate (rfc7692)](https://tools.ietf.org/html/rfc7692).
What would be needed to support that here? Or is it better to support that perhaps with a middleware or something? | closed | 2018-10-19T08:53:27Z | 2018-10-31T16:44:03Z | https://github.com/miguelgrinberg/python-socketio/issues/207 | [
"enhancement"
] | gordol | 7 |
reloadware/reloadium | flask | 95 | PyCharm with virtualenv and reloadium plugin does not work - No module named reloadium.corium | PyCharm Pro 2022.3.1 with virtualenv and Python 3.10 after icon click "Debug 'dl' with Reloadium" debug console output:
/home/user/py310env/bin/python -m reloadium pydev_proxy /home/user/pycharm/plugins/python/helpers/pydev/pydevd.py --multiprocess --save-signatures --qt-support=auto --client 127.0.0.1 --port 41999 ... | closed | 2023-01-30T11:39:30Z | 2023-06-17T02:37:48Z | https://github.com/reloadware/reloadium/issues/95 | [] | saphireee | 6 |
google-research/bert | nlp | 542 | How do you train custom corpus with bert? | I am using a domain specific dataset for text classification.
But major of my data points are treated with [UNK] token in Bert.
Can I please get help on how to keep my custom corpus tokens? | open | 2019-04-03T07:11:47Z | 2019-07-19T08:51:05Z | https://github.com/google-research/bert/issues/542 | [] | shadylpstan | 1 |
sczhou/CodeFormer | pytorch | 56 | !python no longer working in colab | !python is not working (for me) in Colab any longer.
Fix:
Use
%run
instead of
!python
in ALL instances. This fixes the issue.
Also, if .jpg not working, but sure not using saved version from clipboard in windows which stores as JPG (all caps) --- be sure extension is all lower case. | closed | 2022-10-22T04:30:15Z | 2022-11-20T07:57:52Z | https://github.com/sczhou/CodeFormer/issues/56 | [] | Rob-Milliken | 0 |
fugue-project/fugue | pandas | 232 | [BUG] transform does not work for Fugue DataFrames | **Describe the bug**
The problem is here https://github.com/fugue-project/fugue/blob/ff004917b48b31796f064cc390e1465efcd6cfd4/fugue/interfaceless.py#L67
**Expected behavior**
It should be `result`, otherwise it will just return the original dataframe
**Environment (please complete the following information):**
... | closed | 2021-07-22T23:33:01Z | 2021-07-23T01:23:27Z | https://github.com/fugue-project/fugue/issues/232 | [
"bug",
"high priority",
"core feature"
] | goodwanghan | 0 |
autogluon/autogluon | computer-vision | 4,794 | Functionality to resume from checkpoint in `TimeSeriesPredictor` | ## Description
`MultiModelPredictor.load` allows one to specify `resume=True` to allow you to resume training from a checkpoint. Is there any plan to include similar functionality for `TimeSeriesPredictor.load` and the associated training procedures? Or a way to hack it perhaps. I have a large selection of large time ... | closed | 2025-01-14T12:27:26Z | 2025-01-22T15:44:42Z | https://github.com/autogluon/autogluon/issues/4794 | [
"enhancement",
"module: timeseries"
] | chrissype | 3 |
google-deepmind/sonnet | tensorflow | 110 | snt.Conv2DTranspose and tf.layers.conv2d_transpose yield different results | The sonnet documentation states the about the Conv2DTranspose:
> This acts as a light wrapper around the TensorFlow op `tf.nn.conv2d_transpose`
> abstracting away variable creation and sharing.
```tf.layers.conv2d_transpose(inputs, filters=64, kernel_size=1, strides=5, padding='valid')```
--> yields shape `(?, ... | closed | 2018-12-05T06:13:25Z | 2020-04-17T09:19:01Z | https://github.com/google-deepmind/sonnet/issues/110 | [] | ferreirafabio | 2 |
holoviz/panel | matplotlib | 7,347 | Opening xarray dataset suppresses panel error messages | <!--
Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](https://discourse.holoviz.org) instead. Issues without the required inform... | closed | 2024-09-30T06:23:57Z | 2024-10-21T13:37:03Z | https://github.com/holoviz/panel/issues/7347 | [] | yt87 | 10 |
ivy-llc/ivy | tensorflow | 28,294 | Fix Ivy Failing Test: torch - shape.shape__rmul__ | closed | 2024-02-15T14:22:01Z | 2024-02-21T06:42:18Z | https://github.com/ivy-llc/ivy/issues/28294 | [
"Sub Task"
] | fnhirwa | 0 | |
apragacz/django-rest-registration | rest-api | 280 | Django signal user_logged_in is not always fired when login via login endpoint is performed successfully | ### Checklist
* [x] I read [Contribution Guidelines](https://github.com/apragacz/django-rest-registration/blob/master/CONTRIBUTING.md#issues)
* [x] I searched existing issues before opening this one
* [x] This is not a major security issue
* [x] I reproduced the bug with the newest version
#### Optiona... | closed | 2024-01-25T22:45:19Z | 2024-02-08T00:06:54Z | https://github.com/apragacz/django-rest-registration/issues/280 | [
"type:bug"
] | apragacz | 0 |
python-restx/flask-restx | api | 285 | Namespace error handlers broken when propagate_exceptions=True | ### Details
When an `errorhandler` is registered on a namespace, and `PROPAGATE_EXCEPTIONS` is set to `True` in the Flask app, then the namespace handler will not catch the exceptions. It looks like this is due to the `handle_error` function not checking the error handlers that exist in any child classes.
### **Cod... | closed | 2021-02-20T21:35:45Z | 2022-03-01T16:38:24Z | https://github.com/python-restx/flask-restx/issues/285 | [
"bug"
] | mjreiss | 0 |
pyqtgraph/pyqtgraph | numpy | 3,044 | Segfault when iterating on a transform-mapped Vector in a thread | <!-- In the following, please describe your issue in detail! -->
<!-- If some sections do not apply, just remove them. -->
### Short description
Take a Vector, map it with a transform, put it in a _threading_ Thread, iterate, and BOOM.
### Code to reproduce
<!-- Please provide a minimal working example that re... | closed | 2024-06-04T17:46:51Z | 2024-06-07T18:16:58Z | https://github.com/pyqtgraph/pyqtgraph/issues/3044 | [] | outofculture | 8 |
autokey/autokey | automation | 395 | word wrap : the text box should be set to word wrap by default | ## Classification:UI/Usability
## Reproducibility: Always
## Version
AutoKey version: 0.95.7
Used GUI (Gtk, Qt, or both): Gtk
If the problem is known to be present in more than one version, please list all of those.
Installed via: (PPA, pip3, …).
Linux Distribution: Linux Mint Cinnamon 19.3
## S... | open | 2020-03-31T04:53:36Z | 2022-01-28T08:13:22Z | https://github.com/autokey/autokey/issues/395 | [
"enhancement"
] | elmarr | 3 |
lanpa/tensorboardX | numpy | 339 | Tensorboard crashes when a scalar is added to a histogram | `tensorboardX==1.6.0`
See title, eg tensorboard will report:
```
ValueError: can only convert an array of size 1 to a Python scalar
E0117 23:32:28.772649 Thread-1 _internal.py:88] Error on request:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/werkzeug/serving.py", line 270, ... | open | 2019-01-18T07:34:11Z | 2019-03-16T03:51:43Z | https://github.com/lanpa/tensorboardX/issues/339 | [
"wait for response"
] | TimZaman | 1 |
smarie/python-pytest-cases | pytest | 13 | Update the tests so that they run pytest (move to "meta-testing") | Basically we should copy what is done in [pytest-harvest](https://smarie.github.io/python-pytest-harvest/). Note that the continuous integration configuration should also be updated so as to run the correct matrix of pytest version x python version | closed | 2018-11-09T12:49:26Z | 2018-12-21T09:25:15Z | https://github.com/smarie/python-pytest-cases/issues/13 | [
"enhancement"
] | smarie | 1 |
ets-labs/python-dependency-injector | asyncio | 650 | Pass dict to provider | Hi, I have a dict in my Configuration that I want to pass to a provider but I can't figure out how to do it.
```
container = Container()
container.wire(packages=[__name__])
container.configuration.from_dict({
"provider1": {
"config": {
"key1": "value1",
"key2": "value2"
... | closed | 2022-12-19T14:15:14Z | 2022-12-19T14:38:39Z | https://github.com/ets-labs/python-dependency-injector/issues/650 | [] | santalvarez | 1 |
chatanywhere/GPT_API_free | api | 336 | TypeError: Client.__init__() got an unexpected keyword argument 'proxies' | closed | 2024-12-05T21:13:01Z | 2024-12-09T17:29:21Z | https://github.com/chatanywhere/GPT_API_free/issues/336 | [] | MarkLo127 | 3 | |
sanic-org/sanic | asyncio | 2,984 | KEEP_ALIVE doesn't work from the 21.3 sanic version | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When you put in the sanic config keep_alive to false, it doesn't work you can see in all responses "Connection": "keep-alive".
I tryed with version 20.12.7 and sanic works correctly but in the version 21.3.0 it... | open | 2024-07-10T12:04:11Z | 2024-10-04T13:09:13Z | https://github.com/sanic-org/sanic/issues/2984 | [
"bug"
] | ivancallefon | 1 |
modoboa/modoboa | django | 2,785 | A user can change its password without specifying the current one | It should not be allowed.
# Impacted versions
* Modoboa: 2.0.4
| closed | 2023-02-16T15:17:28Z | 2023-02-16T15:44:34Z | https://github.com/modoboa/modoboa/issues/2785 | [
"bug",
"security"
] | tonioo | 0 |
streamlit/streamlit | deep-learning | 10,361 | Support .env files for configuration | ### 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
Configuration options provided through the en... | open | 2025-02-07T14:04:36Z | 2025-02-12T19:33:15Z | https://github.com/streamlit/streamlit/issues/10361 | [
"type:enhancement",
"feature:config"
] | str00bs | 13 |
Avaiga/taipy | automation | 1,995 | [🐛 BUG] Scenario Selector: "Delete" button is active/inactive when it shouldn't | ### What went wrong? 🤔
"Delete" button in scenario selector (when editing the scenario) is active when it should be inactive and vice-versa.

### Expected Behavior
They should be active (clickable) when the scenario ... | closed | 2024-10-09T15:22:03Z | 2024-11-07T09:23:49Z | https://github.com/Avaiga/taipy/issues/1995 | [
"Core",
"🖰 GUI",
"💥Malfunction",
"🟨 Priority: Medium",
"🔒 Staff only"
] | FlorianJacta | 2 |
reloadware/reloadium | flask | 3 | [M1 Chip, macos] It seems like your platform or Python version are not supported yet. | I Get this:
(venv) xxx/venv/bin/python -m reloadium pydev_proxy /Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py --multiprocess --save-signatures --qt-support=auto --client 127.0.0.1 --port 55863 --file xx/__init__.py --infer_schema
It seems like your platform or Python version are not supp... | closed | 2022-04-23T00:26:15Z | 2022-09-05T15:39:11Z | https://github.com/reloadware/reloadium/issues/3 | [] | siilats | 18 |
2noise/ChatTTS | python | 805 | Transformer Engine版本的LLaMA模型是不是还没实现?后续有没有开发计划? | open | 2024-10-28T11:33:17Z | 2024-10-30T13:36:09Z | https://github.com/2noise/ChatTTS/issues/805 | [
"documentation",
"wontfix",
"performance"
] | sundoon | 1 | |
pytest-dev/pytest-qt | pytest | 292 | Segmentation Fault - wait_signal.wait & _WaitWidgetContextManager.__exit__ | Hi,
With python 3.8 I am getting a segmentation fault at some wait functions when using macOS and WIndows. I could not reproduce it with Linux.
With Python 3.7 and 2.7 everything works fine for all OS flavors.
## Versions:
OS: macOS 10.14.6
Qt: 5.12.5 (conda-forge)
PyQt: 5.12.3 (conda-forge)
pytest-qt: maste... | closed | 2020-04-01T16:50:56Z | 2020-05-08T22:17:20Z | https://github.com/pytest-dev/pytest-qt/issues/292 | [] | hhslepicka | 6 |
fohrloop/dash-uploader | dash | 76 | Multi-file upload: All files are uploaded to same folder (subfolders are not created) | As the title says, when using multi-file upload functionality, all the uploaded files are uploaded into same folder. The uploader does not create subfolders.
- Affected dash-uploader version: 0.7.0dev 279ee87
### Todo
- [ ] Check if this can be fixed on Chrome
- [ ] Check if this can be fixed on other browsers
... | open | 2022-02-27T17:33:58Z | 2022-04-25T12:36:18Z | https://github.com/fohrloop/dash-uploader/issues/76 | [] | fohrloop | 2 |
youfou/wxpy | api | 315 | 监听群消息时会报错 | Exception in thread _listen: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 864, in run self._target(*se... | open | 2018-07-06T13:23:41Z | 2019-05-20T07:01:56Z | https://github.com/youfou/wxpy/issues/315 | [] | yanweitao | 3 |
localstack/localstack | python | 12,350 | feature request: Aws eks add aws-ebs-csi-driver | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Feature description
We need this EKS add-on support as Prometheus will not work without this. As per documentation from k8s 1.23 Prometheus needs aws-ebs-csi-driver to be installed in eks to work.
### 🧑💻 Implementation
_No r... | open | 2025-03-06T15:22:34Z | 2025-03-13T06:57:05Z | https://github.com/localstack/localstack/issues/12350 | [
"type: feature",
"aws:eks",
"status: backlog"
] | ashelar4 | 1 |
FactoryBoy/factory_boy | sqlalchemy | 500 | Mutually Exclusive Traits | #### The problem
Traits are an awesome feature, but sometimes I build a factory where there are several traits that should never be used with each other. While I understand that it is an up to the user thing to make sure that people don't do something dumb with their factories and traits and documentation should be pr... | open | 2018-08-09T21:31:42Z | 2018-08-20T13:13:36Z | https://github.com/FactoryBoy/factory_boy/issues/500 | [
"Feature",
"DesignDecision"
] | stephenross | 2 |
apify/crawlee-python | web-scraping | 822 | tiered proxy documentation or coding error involving 'None' | Please scroll down to the tiered proxy section on [this](https://crawlee.dev/python/docs/guides/proxy-management) page.
Both tabbed code examples include the following:
```
# No proxy tier. (Not needed, but optional in case you do not want to use any proxy on lowest tier.)
[None],
```
However, the Pydantic va... | closed | 2024-12-16T01:36:29Z | 2024-12-16T15:24:27Z | https://github.com/apify/crawlee-python/issues/822 | [
"t-tooling"
] | matecsaj | 1 |
matterport/Mask_RCNN | tensorflow | 2,739 | Traning process get stuck at the first and fails to lauch | Hi there,
I am using
`Ubuntu 18.04`
`Tensorflow 1.15`
`Cuda 10.0`
`cuDNN 7.6.5`
The `tf.test.is_gpu_available()` returns True.
The whole program just gets stuck when I try to train the model no matter how small the model is.
Sometime after waiting for minutes I got the exception
`InternalError: (0) ... | open | 2021-12-11T01:43:45Z | 2021-12-11T07:35:05Z | https://github.com/matterport/Mask_RCNN/issues/2739 | [] | MulongXie | 1 |
FujiwaraChoki/MoneyPrinter | automation | 114 | Getting CORS Error | When I run the code there is a cors error shown as below:
Access to fetch at 'http://127.0.0.1:8080/api/cancel' from origin 'http://0.0.0.0:3000' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space `local`.
| closed | 2024-02-09T07:56:49Z | 2024-02-09T08:03:00Z | https://github.com/FujiwaraChoki/MoneyPrinter/issues/114 | [] | bishal-dd | 0 |
twelvedata/twelvedata-python | matplotlib | 21 | [Bug] SyntaxError: invalid syntax after installing the library | I'm getting SyntaxError: invalid syntax after installing the library
Traceback (most recent call last):
File "script.py", line 1, in <module>
import twelvedata
File "/Users/work/Library/Python/2.7/lib/python/site-packages/twelvedata/__init__.py", line 3, in <module>
from .client import TDClient
Fi... | closed | 2020-11-03T06:16:20Z | 2020-11-11T21:21:18Z | https://github.com/twelvedata/twelvedata-python/issues/21 | [] | MyNameIsAlaa | 2 |
tqdm/tqdm | pandas | 632 | Print in different Line in Zeppelin | - [x] I have visited the [source website], and in particular
read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [x] I have mentioned version numbers, operating system and
environment, where applicable:
```python
import tqdm, sys
print(tqdm.__version__, sys.versio... | open | 2018-10-24T11:51:17Z | 2018-11-22T14:55:32Z | https://github.com/tqdm/tqdm/issues/632 | [
"p4-enhancement-future 🧨",
"submodule-notebook 📓"
] | dimoibiehg | 4 |
deeppavlov/DeepPavlov | tensorflow | 1,362 | Classifier Classes do not have unified interfaces | .classes напр у бертклассифаера
BertClassifier and KerasClassifier do not share the list of public fields. (e.g. `.classes` field of classifier) | closed | 2020-12-22T14:40:00Z | 2023-07-06T12:10:41Z | https://github.com/deeppavlov/DeepPavlov/issues/1362 | [
"bug"
] | oserikov | 0 |
opengeos/leafmap | jupyter | 559 | Add support for PMTiles | The source code is adapted from [folium-pmtiles](https://github.com/jtmiclat/folium-pmtiles). For now, it only supports folium. It would be great to support ipyleaflet as well.
```python
import folium
from folium.elements import JSCSSMixin
from folium.map import Layer
from jinja2 import Template
class PMTile... | closed | 2023-09-20T16:14:39Z | 2023-09-20T19:22:27Z | https://github.com/opengeos/leafmap/issues/559 | [
"Feature Request"
] | giswqs | 2 |
microsoft/nni | data-science | 4,766 | I have meet an unknown error when I try the mnist nas example. | **Describe the issue**:
[2022-04-13 19:34:12] INFO (nni.experiment/MainThread) Creating experiment, Experiment ID: cau4bj2g
[2022-04-13 19:34:12] INFO (nni.experiment/MainThread) Connecting IPC pipe...
[2022-04-13 19:34:13] INFO (nni.experiment/MainThread) Starting web server...
[2022-04-13 19:34:15] INFO (nni.ex... | closed | 2022-04-13T12:26:26Z | 2022-09-09T03:12:35Z | https://github.com/microsoft/nni/issues/4766 | [
"Training Service"
] | sun-tao | 2 |
xinntao/Real-ESRGAN | pytorch | 745 | 在RealESRNet基础上finetune RealESRGAN 随着迭代次数的增加 出现了模式崩塌? | 您好,
我在训练GAN模型的过程中,随着迭代次数的增多,产生的超分图片效果出现了比较严重的色彩的改变,请问训练GAN模型的参数是默认就是repo里面的那个yml文件中的吗? 不知道您训练的过程中是否遇到过类似的问题。
**结果展示**
低分辨率:

fintune 10000 iterration:
 | closed | 2021-02-06T02:30:17Z | 2021-03-02T01:04:57Z | https://github.com/allenai/allennlp/issues/4963 | [
"Feature request"
] | nelson-liu | 3 |
matterport/Mask_RCNN | tensorflow | 2,730 | After I trained the model for text recognition, it was confusing to recognize characters between 6 and 9. | After I trained the model for text recognition, it was confusing to recognize characters between 6 and 9.
Could anyone tell me the reason? | closed | 2021-12-03T04:09:04Z | 2021-12-05T17:18:44Z | https://github.com/matterport/Mask_RCNN/issues/2730 | [] | leekwunfung817 | 3 |
marimo-team/marimo | data-science | 3,722 | TypeScript / JavaScript Support | ### Description
Hello,
I recently discovered marimo and am impressed with its reactive programming model and improved notebook experience. However, our team heavily relies on TypeScript alongside Python in our development workflow. Currently, we use Jupyter Notebooks with the [tslab TypeScript kernel](https://github.... | closed | 2025-02-08T00:17:37Z | 2025-02-08T01:41:34Z | https://github.com/marimo-team/marimo/issues/3722 | [
"enhancement"
] | keremnalbant | 1 |
vllm-project/vllm | pytorch | 14,669 | [Bug]: ROCm fail to build due to compilation error of `moe_wna16.cu` | ### Your current environment
<details>
<summary>The output of `python collect_env.py`</summary>
```text
INFO 03-12 09:10:06 [__init__.py:256] Automatically detected platform rocm.
Collecting environment information... ... | open | 2025-03-12T09:12:25Z | 2025-03-12T21:01:48Z | https://github.com/vllm-project/vllm/issues/14669 | [
"bug"
] | tjtanaa | 1 |
Colin-b/pytest_httpx | pytest | 13 | Document migration from aioresponses | For those using aioresponses to mock aiohttp | closed | 2020-03-25T12:50:14Z | 2020-08-13T12:20:34Z | https://github.com/Colin-b/pytest_httpx/issues/13 | [
"documentation"
] | Colin-b | 1 |
albumentations-team/albumentations | machine-learning | 1,631 | [Tech debt] Improve interface for RandomSunFlare | Right now in the transform we have separate parameters for `angle_lower`, `angle_upper`, `num_flare_circles_lower`, `num_flare_circles_upper`
Better would be to have:
- `num_flare_circles_range= [num_flare_circles_lower, num_flare_circles_upper]`
- `angle_range = [angle_lower, angle_higher]`
=>
We can up... | closed | 2024-04-05T18:39:49Z | 2024-06-22T02:47:54Z | https://github.com/albumentations-team/albumentations/issues/1631 | [
"good first issue",
"Tech debt"
] | ternaus | 0 |
Anjok07/ultimatevocalremovergui | pytorch | 1,152 | AI separation models don't support audio files with surround sound. | Hey UVR devs,
I know you probably don't make the separation models yourselves but you should know that the models don't support audio files with surround sound. What you do with this information is up to you, I ain't telling you what to do (but a warning [or fix :o] would be nice I guess). Thank you for the program,... | open | 2024-02-06T00:04:14Z | 2024-02-06T00:04:14Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1152 | [] | riyvk | 0 |
deepspeedai/DeepSpeed | deep-learning | 7,028 | [BUG] `import deepspeed` crashes on `deepspeed==0.16.3` with `triton==3.2.0` on CPU machine | **Describe the bug**
A clear and concise description of what the bug is.
- [deepspeed uses the @triton.autotuner decorator](https://github.com/deepspeedai/DeepSpeed/blob/22d7fdc0f444571131d77ab13be858b5118770ef/deepspeed/ops/transformer/inference/triton/triton_matmul_kernel.py#L51), which leads to the autotuner bei... | open | 2025-02-13T02:42:03Z | 2025-02-14T02:04:16Z | https://github.com/deepspeedai/DeepSpeed/issues/7028 | [
"bug",
"training"
] | hongpeng-guo | 3 |
deezer/spleeter | tensorflow | 526 | [Discussion] Is it possible to use GPU with Spleeter Python API without conda? | Hello all,
I'm using Spleeter Python API to separate audio signals in many stems. Is it possible to use GPU for separations without conda or docker image?
Thanks | closed | 2020-12-03T16:52:43Z | 2020-12-03T17:20:35Z | https://github.com/deezer/spleeter/issues/526 | [
"question"
] | Tiago622 | 1 |
pytorch/pytorch | numpy | 149,732 | stride asserts should name the operator involved | ```
File "/packages/aps.ads.icvr/icvr_launcher#link-tree/torch/_inductor/output_code.py", line 460, in __call__
return self.current_callable(inputs)
File "/packages/aps.ads.icvr/icvr_launcher#link-tree/torch/_inductor/utils.py", line 2348, in run
return model(new_inputs)
File "/tmp/torchinductor_nobody/27/... | open | 2025-03-21T14:56:41Z | 2025-03-24T17:12:57Z | https://github.com/pytorch/pytorch/issues/149732 | [
"high priority",
"triage review",
"oncall: pt2"
] | zou3519 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,458 | Want to understand the loss | Hi, Thank you for the awesome work.
I have read the issues about blurred outputs like: [1](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1388#issuecomment-1062187740) and [2](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/656#issuecomment-510935442).
May i have your explanations w... | open | 2022-07-13T13:49:19Z | 2022-07-13T13:49:19Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1458 | [] | yicheng6o6 | 0 |
ultralytics/ultralytics | computer-vision | 19,294 | Cannot access segment model in mobile hub | Hi
When I try to use my segment model I get the message that currently only detection models are supported.
Ok, but how does this fit with the remark
> @AstroCIEL Segment models also automatically are Detect models, they output both bounding boxes and segment masks.
_Originally posted by @glenn-jocher in [#... | open | 2025-02-18T09:51:38Z | 2025-02-20T23:51:27Z | https://github.com/ultralytics/ultralytics/issues/19294 | [
"question",
"HUB",
"segment"
] | metagic | 4 |
iperov/DeepFaceLab | machine-learning | 5,502 | Can't get RTX 3090 to work with deepfacelab. | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
I have the highest specs with an rtx 3090 and a ryzen 5800x cpu. I expect it to run, but it comes up with this error:Error: 2 root error(s) found.
(0) Resource exhausted: OOM when allocating tensor with sh... | open | 2022-03-28T16:32:52Z | 2023-06-08T23:20:22Z | https://github.com/iperov/DeepFaceLab/issues/5502 | [] | diegito55 | 5 |
charlesq34/pointnet | tensorflow | 64 | About implementation and transformations | Hi,
First of all great work! But I have some questions:
1) Your implementation is using Conv2D and in the first layer it has kernel size of (1,3) so it is basically taking linear combinations of the coordinates (assume no activation here). So instead of using Conv2D using Conv1D on the points and taking the x, y,... | closed | 2017-12-08T14:17:47Z | 2018-01-09T03:47:30Z | https://github.com/charlesq34/pointnet/issues/64 | [] | ceteke | 1 |
PokeAPI/pokeapi | api | 327 | How can I get all Alola pokémon including alolan forms? | I'm working on a command-line Pokémon Sun and Moon game and I'm trying to figure out how to get the alola id and name of all the Pokémon in alola. The entry for the Alolan Raichu has the id 10100 and the name is "raichu-alola", rather than 26 and "raichu".(It would be very confusing for two entries to have the same nam... | closed | 2018-03-09T19:53:24Z | 2020-08-19T10:22:55Z | https://github.com/PokeAPI/pokeapi/issues/327 | [] | thechief389 | 9 |
Zeyi-Lin/HivisionIDPhotos | machine-learning | 173 | 希望增加6寸相纸和一寸二寸混合排版,谢谢! | 希望增加6寸相纸和一寸二寸混合排版,谢谢! | open | 2024-09-27T07:50:54Z | 2024-09-27T07:50:54Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/173 | [] | gcl52 | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 12,432 | handle cast of postgresql empty ARRAY using specified type | ### Describe the use case
[PostgreSQL requires an explicit cast when constructing an empty `ARRAY`](https://www.postgresql.org/docs/17/sql-expressions.html#SQL-SYNTAX-ARRAY-CONSTRUCTORS).
In SQLAlchemy, when using `postgresql.array([], type_=CHAR)` (with the `type_` argument specified) to build an `ARRAY` literal, it ... | closed | 2025-03-14T14:10:17Z | 2025-03-20T01:42:11Z | https://github.com/sqlalchemy/sqlalchemy/issues/12432 | [
"postgresql",
"sql",
"PRs (with tests!) welcome",
"use case"
] | dlax | 7 |
TencentARC/GFPGAN | deep-learning | 429 | 为什么我修复的只有脸部? | 修复效果非常棒,但是我发现,官网上修复后,脖子和手这些部位的皮肤都会修复。而我本地项目修复,则达不到这个效果,是我哪里没设置好吗? | open | 2023-08-14T08:54:56Z | 2024-03-12T06:52:48Z | https://github.com/TencentARC/GFPGAN/issues/429 | [] | w269219808 | 2 |
netbox-community/netbox | django | 17,941 | Also changelog non-request-based changes | ### NetBox version
v4.1.6
### Feature type
Change to existing functionality
### Triage priority
I volunteer to perform this work (if approved)
### Proposed functionality
Currently, the `handle_changed_object` function bails out if the change does not originate from a request.
It would be desirab... | closed | 2024-11-06T12:50:52Z | 2025-03-06T03:09:05Z | https://github.com/netbox-community/netbox/issues/17941 | [
"type: feature"
] | mulmat | 1 |
littlecodersh/ItChat | api | 879 | 🙂上不去 | 1 | closed | 2019-12-04T02:32:54Z | 2023-11-16T12:51:28Z | https://github.com/littlecodersh/ItChat/issues/879 | [] | 2048537793 | 4 |
paperless-ngx/paperless-ngx | django | 9,045 | [BUG] Error occurred while consuming big pdf document SubprocessOutputError tesseract get_deskew | ### Description
After I successfully imported loads of PDFs, I now try to upload a big PDF with 170 MB and 114 pages.
After some minutes of processing an error appears when running tesseract.
I already tried putting `'tesseract_timeout': 1800` which didn't help.
I tried finding the `/tmp/ocrmypdf.io.2fpa9ots/000022... | closed | 2025-02-08T16:38:01Z | 2025-03-16T03:15:32Z | https://github.com/paperless-ngx/paperless-ngx/issues/9045 | [
"not a bug"
] | gooney47 | 5 |
PaddlePaddle/models | computer-vision | 4,980 | 度量学习test的时候卡住不动了 | 度量学习官方例子
运行到26000次的时候,在测试集的时候就卡住不动了,也不报错

强制停止的时候发现卡在这里了

| open | 2020-12-05T04:19:20Z | 2024-02-26T05:09:44Z | https://github.com/PaddlePaddle/models/issues/4980 | [] | wengooooo | 6 |
modAL-python/modAL | scikit-learn | 177 | Suggestion on how to improve acquisition.UCB for active GP example | closed | 2023-08-22T07:19:28Z | 2023-08-22T07:46:44Z | https://github.com/modAL-python/modAL/issues/177 | [] | avivajpeyi | 1 | |
ets-labs/python-dependency-injector | asyncio | 630 | [QUESTION] How to decorate a provider? | dependency-injector is great!
Using the Decorator pattern, `Foo` decorates `Bar`.
Goal is that `foo_factory` will return `Bar` instances which use `Foo` instances.
How can this be achieved?
Really appreciate any help ...
Example (read the comments):
```python
from dependency_injector import providers
... | closed | 2022-10-18T18:05:04Z | 2022-10-20T10:43:29Z | https://github.com/ets-labs/python-dependency-injector/issues/630 | [] | vlad-ghita | 2 |
Tinche/aiofiles | asyncio | 200 | Abandon Python 3.8 | Hello.
Are you OK with bumping the Python from 3.8 to 3.9 as a minimum supported version?
References:
- https://endoflife.date/python
- https://devguide.python.org/versions/ | closed | 2025-02-01T17:47:20Z | 2025-02-05T20:29:41Z | https://github.com/Tinche/aiofiles/issues/200 | [] | stankudrow | 3 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 840 | General question about embedding size | Hey,
I am interested in training a one-language model, which also has less accent. I would like to train a good quality model on about 1000 speakers. Then I want to fine tune on a single speaker (like #437) (with 5 minutes or even hours of audio) to finally get a good single speaker model. Now my question is: Does the... | closed | 2021-09-06T18:57:14Z | 2021-09-13T21:58:01Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/840 | [] | Bebaam | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 605 | Can not install diff-gaussian-rasterization | I have installed CUDA11.8 already, but when i executed python setup.py install, there met some problems.
RuntimeError:
The detected CUDA version (10.1) mismatches the version that was used to compile
PyTorch (11.8). Please make sure to use the same CUDA versions.
(guassian_splatting) work@work:~/data_ssd/3D/gaus... | open | 2024-01-10T09:02:19Z | 2024-02-09T23:03:24Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/605 | [] | David-655 | 1 |
sqlalchemy/alembic | sqlalchemy | 658 | Accumulate autogenerated migrations over multiple calls to `run_migrations()` | I am creating a multi-tenant application, with several tenant-specific schema and also public shared tables. For this I made a setup that works quite well. I'm now only struggling with the auto-generation of migrations.
I have simplified my use case to this minimal example. In `run_migrations_online`, I call severa... | closed | 2020-02-16T10:37:53Z | 2020-02-16T16:32:59Z | https://github.com/sqlalchemy/alembic/issues/658 | [
"question"
] | StreakyCobra | 4 |
miguelgrinberg/microblog | flask | 82 | How to change the structure of the app | Hi @miguelgrinberg thanks for your great e-book about the app.
Now I want to reconstruct the app.
when I access the app, I found that I should sign in firstly the app and then I can see the posts in app.
Now I want to change this.
I mean when users firstly access the site, the posts or blog should be seen at the Ho... | closed | 2018-02-06T04:05:54Z | 2019-01-13T22:21:05Z | https://github.com/miguelgrinberg/microblog/issues/82 | [
"question",
"auto-closed"
] | tianke0711 | 38 |
Kludex/mangum | asyncio | 193 | Mangum 0.12 regression: Unable to determine handler from trigger event | A lambda invoke call against mangum 0.11 works fine but with upgrade to version 0.12 same call fails with:
[ERROR] TypeError: Unable to determine handler from trigger event
Traceback (most recent call last):
File "/var/task/mangum/adapter.py", line 86, in __call__
handler = AbstractHandler.from_trigger(
... | closed | 2021-07-19T14:40:22Z | 2021-07-29T17:40:12Z | https://github.com/Kludex/mangum/issues/193 | [
"bug"
] | IlyaSukhanov | 5 |
ansible/awx | automation | 15,591 | add optional text to approval steps | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | open | 2024-10-21T20:50:58Z | 2024-10-21T20:51:18Z | https://github.com/ansible/awx/issues/15591 | [
"type:enhancement",
"component:ui",
"needs_triage",
"community"
] | dberardo-com | 0 |
strawberry-graphql/strawberry-django | graphql | 36 | Import error in example from README.md | When trying to create a type similar to the example in README.md, an error occurs:

This is the example in README.md:
.search_for_music('say so', 5)
TikTokApi.get_instance().s... | closed | 2021-03-30T09:45:02Z | 2021-04-02T23:21:02Z | https://github.com/davidteather/TikTok-Api/issues/543 | [
"bug"
] | nikolamajmunovic | 1 |
arogozhnikov/einops | numpy | 27 | Add layers for tf and tf.keras | Continuing discussion started in pull-request #25 .
So far: `tf.keras` и `keras` are different things now, they work on different input and have different recommendations for creating custom layers.
This version seems to work for me with tensorflow.
```python
import tensorflow as tf
from einops.layers.keras ... | closed | 2018-12-08T18:54:07Z | 2021-01-09T21:21:27Z | https://github.com/arogozhnikov/einops/issues/27 | [] | arogozhnikov | 3 |
apache/airflow | python | 47,872 | DAG Processor crashing Asset.ref & Asset.ref | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
DAG Processor crashing with `triggering_asset_events ` DAG
**LOGS**
```
Traceback (most recent call last):
File "/usr/local/bin/airflow", line 10, in <module>
sys.exit(main())
File "/o... | closed | 2025-03-17T17:05:06Z | 2025-03-19T08:51:40Z | https://github.com/apache/airflow/issues/47872 | [
"kind:bug",
"priority:critical",
"area:core",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 3 |
timkpaine/lantern | plotly | 195 | cut release | closed | 2019-08-16T14:28:19Z | 2019-08-19T21:10:13Z | https://github.com/timkpaine/lantern/issues/195 | [
"ready",
"feature"
] | timkpaine | 0 | |
BayesWitnesses/m2cgen | scikit-learn | 88 | Reduce RAM and ROM footprint | I'm using `m2cgen` to convert some classifier to C. It works great and results are consistent, thanks for the library!
1. I have the problem that the compiled binaries are too large to fit on my embedded device. I checked and the binaries are around double the size of the binaries created with e.g [`sklearn_porter`... | open | 2019-05-13T13:41:26Z | 2019-07-31T14:15:04Z | https://github.com/BayesWitnesses/m2cgen/issues/88 | [] | skjerns | 9 |
noirbizarre/flask-restplus | api | 560 | Can't install development dependencies with documentation instructions | According to the [contribution guide](https://flask-restplus.readthedocs.io/en/latest/contributing.html), to install the development dependencies we should run `pip install -e .[dev]`. When I execute the command I get the following warning:
> flask-restplus 0.12.2.dev0 does not provide the extra 'dev'
Some packa... | closed | 2018-11-28T17:05:10Z | 2019-04-19T13:07:00Z | https://github.com/noirbizarre/flask-restplus/issues/560 | [] | hygorxaraujo | 3 |
LAION-AI/Open-Assistant | machine-learning | 3,223 | Cannot open other tabs with custom preset | Cannot open other tabs with custom preset
https://www.youtube.com/watch?v=jTUiHbFnbP8 | open | 2023-05-24T13:03:30Z | 2024-05-25T13:47:31Z | https://github.com/LAION-AI/Open-Assistant/issues/3223 | [
"bug",
"website"
] | echo0x22 | 2 |
MaartenGr/BERTopic | nlp | 1,696 | topic_model.transform(docs)[0][i] is sometimes different from topic_model.transform(docs[i])[0][0] | Hello
I read https://maartengr.github.io/BERTopic/api/bertopic.html#bertopic._bertopic.BERTopic.transform and understood from the documents parameter (described as "A single document or a list of documents to predict on") that I could submit a list of documents or a single document and still receive the same result ... | open | 2023-12-14T22:15:35Z | 2024-01-27T01:19:11Z | https://github.com/MaartenGr/BERTopic/issues/1696 | [] | jonaslandsgesell | 4 |
pallets/flask | flask | 5,366 | GPU performance issues of flask framework | When I loaded an ultralytics YOLO model outside the framework, I read the image from the client in a request processing function and performed inference. I found that the inference speed was 10 times slower than normal.
I don’t have this problem when I use fastapi.
```python
from flask import Flask, request
fro... | closed | 2023-12-22T00:22:59Z | 2023-12-22T01:55:38Z | https://github.com/pallets/flask/issues/5366 | [] | hky3535 | 0 |
2noise/ChatTTS | python | 256 | batch推理中,调换文本的生成顺序会影响合成效果 | 在尝试batch合成时,我发现 texts 中多个 text 之间的相对位置会影响到每个text所合成出来的音频,不仅仅体现在所合成的音频文件MD5上,更体现在音频的主观听感上。
我已再次确认并验证了我成功固定了全局随机种子: ``` torch.manual_seed(args.seed)```
以下是我的具体测试场景:
我期望分别合成”你好“、”我是Chat T T S“ 这两句话,看到ChatTTS项目本身是支持batch推理的,只需要在 chat.infer 时传入的 text 改造为 list 即可,因此我尝试将两句话构造在同一个 list 中传入 chat.infer:
```
text ... | closed | 2024-06-04T17:03:20Z | 2024-06-05T14:00:59Z | https://github.com/2noise/ChatTTS/issues/256 | [] | viewlei | 1 |
pydata/bottleneck | numpy | 127 | Should we port bottleneck to C? | I'm trying to port nansum to C (without using cython) to get a feel for how bottleneck would look written in pure C.
What I have so far (in the c_rewrite branch) is a nansum with reduced features that compiles but does not work at all. I have not yet tried to deal with reference counting because I don't yet know how. ... | closed | 2016-06-15T15:15:44Z | 2016-08-01T18:22:48Z | https://github.com/pydata/bottleneck/issues/127 | [] | kwgoodman | 30 |
yzhao062/pyod | data-science | 350 | `predict_proba` documented with wrong output shape | According the docs, `predict_proba` returns
> numpy array of shape (n_samples,)
However it actually returns `(n_samples, n_classes)`
https://github.com/yzhao062/pyod/blob/c8d07f723c588aee40fccad6d0258c814384a057/pyod/models/base.py#L197-L203 | closed | 2021-10-25T03:35:14Z | 2021-10-27T02:26:03Z | https://github.com/yzhao062/pyod/issues/350 | [] | Dobatymo | 1 |
aidlearning/AidLearning-FrameWork | jupyter | 106 | How to install go,goland,clion,clang ctc,thank you | closed | 2020-06-02T01:09:40Z | 2020-07-28T16:03:43Z | https://github.com/aidlearning/AidLearning-FrameWork/issues/106 | [] | ddkwork | 3 | |
ageitgey/face_recognition | machine-learning | 631 | CMake Error at C:/dlib-19.6/dlib/cmake_utils/add_python_module:116 (message): Boost python library not found. Call Stack (most recent call first): CMakeLists.txt:9 (include) -- Configuring incomplete, errors occurred! See also "C:/dlib-19.6/tools/python/build/CMakeFiles/CMakeOutput.log". error: cmake configuration... | * face_recognition version:
* Python version: 3.5
* Operating System: windows 10
### Description
trying to install face_recognition library
### What I Did
```
C:\dlib-19.6>python setup.py install
running install
running bdist_egg
running build
Detected Python architecture: 64bit
Detected platform: ... | open | 2018-09-26T10:51:37Z | 2019-03-06T21:51:50Z | https://github.com/ageitgey/face_recognition/issues/631 | [] | saurabhbidwai | 1 |
JaidedAI/EasyOCR | pytorch | 514 | Incompatible options: paragraph=True, output_format='dict' | Running the example:
```python
import easyocr
reader = easyocr.Reader(['ch_sim','en']) # need to run only once to load model into memory
result = reader.readtext('chinese.jpg', paragraph=True, output_format='dict')
```
gives the error:
```python
.../easyocr/easyocr.py in <listcomp>(.0)
365 ... | closed | 2021-08-10T16:23:04Z | 2023-03-23T09:46:13Z | https://github.com/JaidedAI/EasyOCR/issues/514 | [] | AndreyPikunov | 2 |
ipython/ipython | data-science | 14,102 | Can IPython benefit from PEP 703 (making the GIL optional)? | Hi!
I'm Gabriel de Marmiesse and I'm helping Sam Gross to find out if maintainers of selected Python packages would benefit from PEP703.
If you don't know what is PEP 703, it's about making the global interpreter lock (GIL) optional.
Long story short, there would be a ~10% performance impact on single threaded p... | open | 2023-06-22T14:08:15Z | 2023-06-22T14:08:15Z | https://github.com/ipython/ipython/issues/14102 | [] | gabrieldemarmiesse | 0 |
indico/indico | sqlalchemy | 6,395 | Cannot move session to another day | **Is your feature request related to a problem? Please describe.**
In https://indico.cern.ch/event/1381446/ I had a session scheduled on Wednesday and wanted to move the whole session to Friday. Strangely I could edit the start and end **times** of the session but not the day.
 |
This is the description of the error: "ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject"

## Your Environment
* Operating System: Windows
* Python ... | closed | 2024-09-19T18:12:57Z | 2024-10-31T00:02:56Z | https://github.com/explosion/spaCy/issues/13628 | [] | alexcorral | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.