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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
gee-community/geemap | jupyter | 796 | get (1,1,1) array from ee_to_numpy | Hello dr. giswqs
thank you for this useful package but I want to convert my image collection to array and use ee_to_numpy but get (1,1,1) with None value !!!
here is my code :
#name of bands
inBands = ee.List(['B1','B2','B3','B4','B5','B6','B7','B8','B8A','B9','B11','B12']);
outBands = ee.List(['Aerosol','blue',... | closed | 2021-12-07T10:09:28Z | 2021-12-08T13:50:23Z | https://github.com/gee-community/geemap/issues/796 | [] | MHMoazezian | 3 |
jupyterlab/jupyter-ai | jupyter | 505 | Provide non-UI way to specify API keys and other essential config fields for Jupyter AI chat | ### Problem
Currently only way for the user to specify an API key for Jupyter AI chat is to use chat settings UI or edit `config.json` directly (and we don't want users to edit `config.json` directly). Specifying API key through env variables would only work for AI magics.
Relevant discussion: #503.
### Prop... | open | 2023-12-05T19:17:01Z | 2024-10-09T17:13:54Z | https://github.com/jupyterlab/jupyter-ai/issues/505 | [
"enhancement"
] | andrii-i | 5 |
Sanster/IOPaint | pytorch | 275 | --input --output-dir cannot use a path containing Chinese characters, otherwise it cannot be saved successfully. | --input --output-dir cannot use a path containing Chinese characters, otherwise it cannot be saved successfully.
--input --output-dir The file name of the image is in Chinese, and it cannot be saved successfully. Click on download and it will prompt that the save was successful, but it is not included in the saved pat... | closed | 2023-04-12T06:30:36Z | 2023-04-16T02:59:45Z | https://github.com/Sanster/IOPaint/issues/275 | [] | liulintc | 1 |
huggingface/transformers | deep-learning | 36,468 | BUG: Failed to import transformers.models.auto.modeling_auto due to No module named 'scipy.optimize._highspy._core.simplex_constants'; | ### System Info
The simple below imports
sentence_transformers import SentenceTransformer
from sklearn.metrics.pairwise import cosine_similarity
are failing as follows.
RuntimeError: Failed to import transformers.models.auto.modeling_auto because of the following error (look up to see its traceback):
... | closed | 2025-02-27T23:18:05Z | 2025-02-28T13:48:12Z | https://github.com/huggingface/transformers/issues/36468 | [
"bug"
] | jaheer-hussain | 3 |
litl/backoff | asyncio | 158 | Get status_code from invocation details | When writing a `backoff_handler`, it would be very useful for us to have access to some information about the failed response.
Currently, the availables details are as follows.
```
class _Details(TypedDict):
target: Callable[..., Any]
args: Tuple[Any, ...]
kwargs: Dict[str, Any]
tries: int
... | open | 2022-05-20T14:53:09Z | 2022-11-22T10:42:56Z | https://github.com/litl/backoff/issues/158 | [] | ericboucher | 4 |
recommenders-team/recommenders | data-science | 1,953 | [BUG] error in test deeprec with gzip file | ### Description
<!--- Describe your issue/bug/request in detail -->
```
tests/unit/examples/test_notebooks_gpu.py . [ 2%]
tests/unit/recommenders/models/test_deeprec_model.py ...EEE. [ 19%]
tests/unit/recommenders/models/test_rbm.py ... [ 26%]
... | closed | 2023-06-30T04:40:52Z | 2024-05-06T14:44:42Z | https://github.com/recommenders-team/recommenders/issues/1953 | [
"bug"
] | miguelgfierro | 0 |
polakowo/vectorbt | data-visualization | 56 | Can't run the example from README.md on Python 3.9 | I've got Python 3.9 x64 on Windows 10, and the following dependencies:
```
vectorbt==0.14.4
numpy==1.19.4
numba==0.51.2 #from binary
pandas==1.1.4
```
On running the example, I get the following output:
```
16:25:37 (master) Username-> python39 ./vectorbt_test.py
Traceback (most recent call last):
F... | closed | 2020-11-24T21:31:45Z | 2020-11-24T22:23:31Z | https://github.com/polakowo/vectorbt/issues/56 | [] | tankorsmash | 2 |
deepset-ai/haystack | pytorch | 8,199 | Components.from_dict is not recursive | **Describe the bug**
Calling `from_dict` on a serialized pipeline does not deserialize every component, but only itself. Sub components are newly created.
E.g. components that receive a `document_store` as parameter do not call `from_dict` on the `document_store`, but initialize a new object.
These two functions ca... | closed | 2024-08-12T13:52:18Z | 2024-08-12T14:06:22Z | https://github.com/deepset-ai/haystack/issues/8199 | [] | FHardow | 0 |
HumanSignal/labelImg | deep-learning | 476 | The mistake in Readme | <!--
Please provide as much as detail and example as you can.
You can add screenshots if appropriate.
-->
There is a mistake in Reandme. Install for windows,the code shouble be resources.qrc,not resources qrc.

0.3.14b0
```
Hi Kevin,
Do you think it is possible to create a couple of new indicators for me that I am currently using on TOS? Here is the thinkscript code for ... | closed | 2021-11-16T03:51:16Z | 2021-12-14T02:05:20Z | https://github.com/twopirllc/pandas-ta/issues/431 | [
"enhancement"
] | hhashim1 | 9 |
QingdaoU/OnlineJudge | django | 323 | 如何安装python包?如numpy,scipy等。 | 如题。 | closed | 2020-09-14T07:22:25Z | 2022-01-06T11:27:13Z | https://github.com/QingdaoU/OnlineJudge/issues/323 | [] | ghost | 2 |
encode/uvicorn | asyncio | 1,801 | --reload unaware when process is killed during startup | There exists an issue where during the startup phase of the script it can crash silently if the server runs out of memory, originating from a behaviour where the process is killed. This can easily be observed and captured witout using the ```-reload``` switch. When the ```--reload``` switch is in use, however, the ```k... | closed | 2022-12-08T22:10:20Z | 2022-12-11T21:40:50Z | https://github.com/encode/uvicorn/issues/1801 | [] | sxwebster | 2 |
facebookresearch/fairseq | pytorch | 5,256 | About gradient accumulation | Hello,
I have a question as follows:
When using cumulative gradients, people often divide the loss of a batch by the number of cumulative steps before calculating the gradient. As I understand it, this is to ensure that after performing gradient accumulation, the range of final gradient values is similar to when calc... | open | 2023-07-13T10:40:08Z | 2023-07-13T10:40:08Z | https://github.com/facebookresearch/fairseq/issues/5256 | [
"question",
"needs triage"
] | duynguyen-0203 | 0 |
opengeos/streamlit-geospatial | streamlit | 121 | Runtime error again | ```
Runtime error
2023-06-09 04:34:55.527 INFO matplotlib.font_manager: generated new fontManager
Traceback (most recent call last):
File "/home/user/.local/bin/streamlit", line 5, in <module>
from streamlit.web.cli import main
File "/home/user/.local/lib/python3.10/site-packages/streamlit/__init__.py"... | closed | 2023-06-09T09:34:36Z | 2024-01-29T13:17:13Z | https://github.com/opengeos/streamlit-geospatial/issues/121 | [] | zxdawn | 1 |
yunjey/pytorch-tutorial | pytorch | 190 | Can transfer learning be performed from the pre-trained image caption model | From image captioning tutorial is there any way to continue training from the pre-trained model? If so how do we load the model's state_dict and the optimizer's state_dict? As far as i can make out I am unable to load these attributes from the pickle files decoder-5-3000.pkl and encoder-5-3000.pkl files.
So I can't ... | open | 2019-09-16T13:58:20Z | 2020-07-07T08:41:18Z | https://github.com/yunjey/pytorch-tutorial/issues/190 | [] | kevjp | 1 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 514 | [HELP WANTED]: <Provide a descriptive title> | ### Issue description
Hi everybody! I'm trying to launch the script, but all the time is getting this:
`= RESTART: C:\Users\Hoz\Auto_Jobs_Applier_AIHawk\main.py
Traceback (most recent call last):
File "C:\Users\Hoz\Auto_Jobs_Applier_AIHawk\main.py", line 11, in <module>
from lib_resume_builder_AIHawk import ... | closed | 2024-10-11T12:31:53Z | 2024-11-19T23:55:40Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/514 | [
"help wanted"
] | ozkolok12 | 4 |
matplotlib/matplotlib | matplotlib | 29,379 | [Bug]: secondary_axis Fails with NaN Values from Partly Non-Invertable Function | ### Bug summary
When adding a secondary axis ([https://matplotlib.org/stable/gallery/subplots_axes_and_figures/secondary_axis.html](https://matplotlib.org/stable/gallery/subplots_axes_and_figures/secondary_axis.html)), the forward and backward functions must be invertible. However, some perfectly sensible primary-seco... | closed | 2024-12-23T20:01:22Z | 2025-01-04T18:17:43Z | https://github.com/matplotlib/matplotlib/issues/29379 | [
"status: won't or can't fix"
] | alindman | 3 |
huggingface/peft | pytorch | 1,980 | RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn | ### System Info
python 3.10
transformer 4.43
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder
- [X] My own task or dataset (give details below)
### Reproduction
import torch
f... | closed | 2024-07-31T04:27:19Z | 2024-09-19T15:03:59Z | https://github.com/huggingface/peft/issues/1980 | [] | jjzhu0579 | 2 |
matterport/Mask_RCNN | tensorflow | 2,880 | OSError: [Errno 30] Read-only file system: '//logdir' | ---------------------------------------------------------------------------
OSError Traceback (most recent call last)
/var/folders/85/ct6fl3cd7jb4xqryxdmdp24m0000gp/T/ipykernel_41965/1575341098.py in <module>
18 model.load_weights(COCO_WEIGHTS_PATH, by_name=True, exclude=["mrcn... | open | 2022-09-14T11:02:50Z | 2023-04-04T12:17:23Z | https://github.com/matterport/Mask_RCNN/issues/2880 | [] | ftrajano | 4 |
python-visualization/folium | data-visualization | 1,553 | Adding LayerControl *first* makes LayerControl and layers disappear | **Describe the bug**
If you _first_ add a `LayerControl` to a map, and then add one ore more layer-based elements such as `GeoJson` or `ColorLine`, the map shows only the base layer. Neither the `LayerControl` nor the added layers are shown on the map.
**To Reproduce**
Assuming you have some valid GeoJson in `s... | closed | 2021-12-27T15:43:25Z | 2022-11-17T16:36:43Z | https://github.com/python-visualization/folium/issues/1553 | [] | oefe | 2 |
igorbenav/fastcrud | sqlalchemy | 135 | Issue with Routes: Extra Slash Appears When Removing Action Names | **Is your feature request related to a problem? Please describe.**
I'm not sure if it's a problem, but what happens is that I want to remove the route names that indicate the action, so this:

I wanna to pass to something ... | closed | 2024-07-25T03:42:16Z | 2024-08-09T08:35:56Z | https://github.com/igorbenav/fastcrud/issues/135 | [
"enhancement"
] | YosstinCode | 2 |
automl/auto-sklearn | scikit-learn | 1,130 | Auto-sklearn consumes a lot of memory compared to dataset size | ## Describe the bug ##
By default memory_limit is set to 3GB for machine learning models. I do get following error even when I use data of size ~3.5MB.
`ValueError: Dummy prediction failed with run state StatusType.MEMOUT and additional output: {'error': 'Memout (used more than 1024 MB).', 'configuration_origin': 'D... | closed | 2021-04-18T07:32:33Z | 2023-05-20T23:09:03Z | https://github.com/automl/auto-sklearn/issues/1130 | [
"bug"
] | rabsr | 8 |
stanford-oval/storm | nlp | 24 | Prompts folder is missing | Great work!
The provided evaluation code includes a argument that references a prompt file path:
```python
parser.add_argument("--prompt_template_path", default="./prompts/eval_prometheus_no_ref.prompt",
```
However, the expected directory structure in the repository does not include a prompts folder. This disc... | closed | 2024-04-22T11:56:16Z | 2024-04-23T02:12:56Z | https://github.com/stanford-oval/storm/issues/24 | [] | czy1999 | 3 |
ufoym/deepo | jupyter | 42 | Error when import theano. | Error occured when `import theano` in python
```
>>> import theano
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.6/dist-packages/theano/__init__.py", line 156, in <module>
import theano.gpuarray
File "/usr/local/lib/python3.6/dist-packages/theano/gp... | closed | 2018-05-28T12:34:33Z | 2018-05-28T16:06:44Z | https://github.com/ufoym/deepo/issues/42 | [] | LvJC | 1 |
deepinsight/insightface | pytorch | 2,302 | GPU Multithread report errors :CUDA failure 700 | GPU Multithreading always cause this problem:
CUDA failure 700: an illegal memory access was encountered ; GPU=0 ; hostname=*** ; expr=cudaMemcpyAsync(dst_data, src_data, bytes, cudaMemcpyDeviceToHost, static_cast<cudaStream_t>(stream.GetHandle())); and
CUDNN failure 8: CUDNN_STATUS_EXECUTION_FAILED ; GPU=0 ; host... | open | 2023-05-17T13:52:40Z | 2023-12-26T15:01:24Z | https://github.com/deepinsight/insightface/issues/2302 | [] | xxlisa | 4 |
joerick/pyinstrument | django | 20 | Write some tests | No open source project should be without tests. We need to get a test suite in here, but I'm not personally very experienced with writing tests, and I'm unsure how to test pyinstrument!
My main sticking point is that the output isn't deterministic, so we can't check that the output is equal to what we expect.
Does an... | closed | 2014-07-30T08:28:30Z | 2018-04-27T19:47:37Z | https://github.com/joerick/pyinstrument/issues/20 | [] | joerick | 0 |
sinaptik-ai/pandas-ai | pandas | 603 | Update the code in documentation Home page | ### Rewrite code on homepage for Documentation
```python
import pandas as pd
from pandasai import PandasAI
# Sample DataFrame
df = pd.DataFrame({
"country": ["United States", "United Kingdom", "France", "Germany", "Italy", "Spain", "Canada", "Australia", "Japan", "China"],
"gdp": [19294482071552, 289... | closed | 2023-10-02T14:59:16Z | 2024-07-27T21:36:49Z | https://github.com/sinaptik-ai/pandas-ai/issues/603 | [] | snapfast | 10 |
mwaskom/seaborn | data-visualization | 3,388 | Improvement on swarmplots : violin swarmplots | Good afternoon,
I would like to implement a way of doing the same kind of plots as the R package [vipor](https://github.com/sherrillmix/vipor) (this is the default representation for the cool online plotting tool [PlotsOfData](https://huygens.science.uva.nl/PlotsOfData/)). This should ideally look like that :
![i... | open | 2023-06-15T15:47:14Z | 2023-08-27T12:10:45Z | https://github.com/mwaskom/seaborn/issues/3388 | [
"wishlist"
] | Ghriann | 1 |
autogluon/autogluon | computer-vision | 4,187 | Enabling Visualization for Real-Time and Post-Hoc Monitoring of Training and Evaluation Metrics | ## Description
I am proposing the addition of a feature to visualize training and evaluation metrics during or after AutoGluon training, similar to the functionality provided by Tensorboard in TensorFlow. This feature would be particularly beneficial for the tabular module but could potentially be extended to multimod... | open | 2024-05-09T09:03:21Z | 2024-05-10T18:26:57Z | https://github.com/autogluon/autogluon/issues/4187 | [
"enhancement",
"module: tabular",
"priority: 2"
] | giladrubin1 | 0 |
Buuntu/fastapi-react | sqlalchemy | 194 | Access to fetch at 'http://localhost:8000/api/v1' from origin 'http://0.0.0.0:8000' has been blocked by CORS policy | This issue is well documented but my attempts have been unsuccessful... any suggestions are welcome!
## Recreating Error
```bash
cookiecutter gh:Buuntu/fastapi-react --no-input
cd fastapi-react-project
```
*modified files before running build script (in order to address prior errors):*
`frontend/Dockerfi... | closed | 2023-01-30T11:10:16Z | 2023-01-30T11:13:19Z | https://github.com/Buuntu/fastapi-react/issues/194 | [] | will-wright-eng | 1 |
pyqtgraph/pyqtgraph | numpy | 2,231 | 0.12.4 GLLinePlotItem issue with glDrawArrays not drawing lines | <!-- In the following, please describe your issue in detail! -->
The change in GLLinePlotItem from 0.12.3
```
if self.mode == 'line_strip':
glDrawArrays(GL_LINE_STRIP, 0, int(self.pos.size / self.pos.shape[-1]))
elif self.mode == 'lines':
glDrawArrays(GL_... | closed | 2022-03-17T08:28:14Z | 2022-03-18T07:38:34Z | https://github.com/pyqtgraph/pyqtgraph/issues/2231 | [] | Breviel | 2 |
graphql-python/graphene-mongo | graphql | 140 | How to sort data queried from mongo? help needed | I am new to graphenee-mongo and working on a weekend project based on flask + graphene-mongo + flask-graphql. I need to sort the data queried from mongo, but I greped through the code , could not find any sorting api, can any one help?
[here is my projuect](https://github.com/zhangyuz/quantz_server), I need to sort ... | closed | 2020-03-19T06:05:44Z | 2020-03-20T01:57:46Z | https://github.com/graphql-python/graphene-mongo/issues/140 | [] | zhangyuz | 1 |
benbusby/whoogle-search | flask | 404 | [BUG] DDG style bangs should support bang at the end | **Describe the bug**
DuckDuckGo allows the user to specify bangs at either the start or the end of a custom command, as long as the short form is used: `!g` or `g!`. It would be nice if we had the same functionality here. | closed | 2021-08-27T20:01:33Z | 2021-10-28T18:39:33Z | https://github.com/benbusby/whoogle-search/issues/404 | [
"bug",
"good first issue"
] | agg23 | 3 |
deezer/spleeter | tensorflow | 280 | [Bug] Crash when running spleeter in parallel | <!-- PLEASE READ THIS CAREFULLY :
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
- First check FAQ from wiki to see if your problem is not already known
-->
## Description
When running spleeter twice simultaneously from the co... | closed | 2020-02-25T12:14:10Z | 2020-03-04T17:02:27Z | https://github.com/deezer/spleeter/issues/280 | [
"bug",
"invalid"
] | DanielAsher | 1 |
cobrateam/splinter | automation | 513 | chrome default value for incognito | signature
`def __init__(self, options=None, user_agent=None, wait_time=2, fullscreen=False, incognito=False,
**kwargs):
`
doesn't match following test `if incognito is not None:`
so default is to activate incognito mode
| closed | 2016-08-30T11:48:27Z | 2016-08-30T16:43:25Z | https://github.com/cobrateam/splinter/issues/513 | [] | nicolasunravel | 1 |
mljar/mljar-supervised | scikit-learn | 723 | Error after resume training from previous non finished training | ## Error for 1_Default_LightGBM_SampleWeigthing_Update_1
'AutoML_1/X.data'
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/supervised/base_automl.py", line 1178, in _fit
trained = self.train_model(params)
File "/usr/local/lib/python3.10/site-packages/supervised/base_autom... | open | 2024-05-03T18:22:20Z | 2024-05-03T18:22:20Z | https://github.com/mljar/mljar-supervised/issues/723 | [] | Dadja111 | 0 |
comfyanonymous/ComfyUI | pytorch | 6,278 | OOM on LTX video 0.9.1 with new v0.3.10 comfyui (RTX 3060 12GB) | ### Expected Behavior
The LTX workflow was rendering videos without OOM on previous comfyui version.
### Actual Behavior
torch.OutOfMemoryError: Allocation on device
### Steps to Reproduce
Render an LTX video
### Debug Logs
```powershell
CLIP model load device: cuda:0, offload device: cpu, current: cpu, dtype: t... | open | 2024-12-30T07:03:46Z | 2024-12-31T08:53:29Z | https://github.com/comfyanonymous/ComfyUI/issues/6278 | [
"Potential Bug"
] | junaid3d | 8 |
rthalley/dnspython | asyncio | 957 | Eventlet - No module named 'cryptography' | Hello!
Today I've got some errors when I started to run celery with eventlet pool. This error seems related with dnspython, could you check if the issue is related with the last version?
Follow the traceback:
```
File "/usr/local/lib/python3.8/site-packages/eventlet/support/greendns.py",
File "/usr/local/lib/py... | closed | 2023-07-17T10:51:14Z | 2023-07-26T14:09:30Z | https://github.com/rthalley/dnspython/issues/957 | [
"Bug",
"Fixed"
] | VictorCarlquist | 7 |
clovaai/donut | computer-vision | 211 | Error in running sample colab - "Something went wrong Unexpected end of JSON input" | Hi,
I tried to follow the [demo colab ](https://colab.research.google.com/drive/1o07hty-3OQTvGnc_7lgQFLvvKQuLjqiw?usp=sharing#scrollTo=f7RoSOEXUa6i) as mentioned in readme.
Initially this code generates error:
`pretrained_model = DonutModel.from_pretrained(args.pretrained_path)`
The error was:
`Error(s) in loadi... | open | 2023-06-13T15:01:40Z | 2023-06-15T17:17:42Z | https://github.com/clovaai/donut/issues/211 | [] | arifoyong | 8 |
Gozargah/Marzban | api | 727 | مشکل در اتصل به mysql در نسخه 0.4.2 | در نسخه 0.4.2 اتصال به mysql به مشکل برمیخوره. به این صورت که فقط تعداد کاربرها نمایش داده میشن و ترافیک کلی سرور. امکان ساخت یوزر هم وجود داره اما هیچ اطلاعات دیگه ای نشون داده نمیشه. در لاگ مرزبان هم Operational Error نمایش داده میشه
| closed | 2024-01-02T23:58:44Z | 2024-01-08T23:27:45Z | https://github.com/Gozargah/Marzban/issues/727 | [
"Bug"
] | azirbugfixer | 25 |
miguelgrinberg/flasky | flask | 203 | how to understand the password passed to User Model | line 55 of auth/views.py
<pre>
user = User(email=form.email.data,
username=form.username.data,
password=form.password.data)
</pre>
but in models.py
class User():
<pre>
class User(UserMixin, db.Model):
</pre>
there isn't a password column in table users.
How do it ... | closed | 2016-10-29T02:29:53Z | 2017-03-17T19:01:55Z | https://github.com/miguelgrinberg/flasky/issues/203 | [
"question"
] | hotsing | 1 |
rougier/from-python-to-numpy | numpy | 107 | Error in the find_index functon | Hi!
```
Z = base[6:2:-1, 5::-1]
find_index(base, Z)
```
produces an exception
`TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'`
The problem is here, in line 43
https://github.com/rougier/from-python-to-numpy/blob/eb21651fc84d132414603e5a16d93f54ef45ec99/code/find_index.py#L41-L45
... | open | 2022-07-19T23:21:39Z | 2022-08-08T14:44:28Z | https://github.com/rougier/from-python-to-numpy/issues/107 | [] | fat-crocodile | 1 |
flairNLP/flair | nlp | 2,872 | Sentimental Classification for Multiple Sentences | I have understood how to classify one sentence's sentiments from '''TextClassifier.load('sentiment-fast')'''
However, how can I do multiple sentences for their separate sentiments for having a fast processing speed?
I know a for loop is functional for this case it is sooo slow
the example I am doing now is still b... | closed | 2022-07-24T10:37:29Z | 2022-12-24T06:50:53Z | https://github.com/flairNLP/flair/issues/2872 | [
"question",
"wontfix"
] | KaiyeYang-git | 2 |
Textualize/rich | python | 3,231 | [BUG] Broken line drawing on Linux virtual console | - [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
**Describe the bug**
... | open | 2023-12-13T11:27:19Z | 2023-12-13T11:27:38Z | https://github.com/Textualize/rich/issues/3231 | [
"Needs triage"
] | takis | 1 |
drivendataorg/cookiecutter-data-science | data-science | 76 | Importing modules/packages from src into notebooks | I am inspired by this tool (but haven't used it yet). I am wondering, how do you import code from `./src` into a notebook located in `./notebooks`? | closed | 2017-06-22T06:35:29Z | 2017-06-22T15:58:54Z | https://github.com/drivendataorg/cookiecutter-data-science/issues/76 | [] | drorata | 1 |
thtrieu/darkflow | tensorflow | 469 | Performance issues at prediction | Hello everyone. I had trained weights using original c++ darknet implementation and then transferred them using this project. However at prediction time it takes around 1.3 seconds to run batch of 32 images. I use Nvidia GTX 1060 6GB so it should run a little bit faster than that. Any ideas what might be causing the sl... | open | 2017-12-14T17:44:11Z | 2017-12-17T22:50:00Z | https://github.com/thtrieu/darkflow/issues/469 | [] | gizmoy | 5 |
allenai/allennlp | pytorch | 5,552 | Model: questions about biaffine dep-parser | Hi, i'm recently working on graph-based parser reading your codes as examples. The code was clear and easy understanding. Still i am getting confused about one place. [https://github.com/allenai/allennlp-models/blob/a36aed540e605c4293c25f73d6674071ca9edfc3/allennlp_models/structured_prediction/models/biaffine_dependen... | closed | 2022-01-27T12:49:17Z | 2022-02-10T16:09:40Z | https://github.com/allenai/allennlp/issues/5552 | [
"question",
"stale"
] | 13717680252 | 1 |
allure-framework/allure-python | pytest | 693 | Add processing of "epic" and "story" tags for behave tests | #### I'm submitting a ...
- [ ] bug report
- [x] feature request
- [ ] support request
#### What is the current behavior?
Behave tests on "Behaviors" tab are grouped only by feature.
#### What is the expected behavior?
Tags like "@epic=myepic1" and "@story=mystory1" for tests and features should ini... | closed | 2022-10-07T10:07:04Z | 2022-10-12T06:56:25Z | https://github.com/allure-framework/allure-python/issues/693 | [
"theme:behave"
] | Alpherie | 4 |
tensorly/tensorly | numpy | 372 | Modifying returns for decompositions without breaking compatibility with older version | #### Problem description
Right now in tensorly, functions such as `parafac` return a `cp_tensor` when no error return is requested, and a tuple `cp_tensor, err` when error return is requested. While this behavior is not ideal (one must be vary when toogling on and off error returns since the output format change), it ... | open | 2022-02-11T09:25:39Z | 2022-02-11T09:25:39Z | https://github.com/tensorly/tensorly/issues/372 | [] | cohenjer | 0 |
sanic-org/sanic | asyncio | 2,071 | Recursion occurs when registering a Blueprint group | **Describe the bug**
```
Traceback (most recent call last):
File "F:\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "F:\Python\Python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\saidb\Documents\GitHub... | closed | 2021-03-20T14:04:16Z | 2021-03-20T16:15:28Z | https://github.com/sanic-org/sanic/issues/2071 | [] | SaidBySolo | 2 |
nltk/nltk | nlp | 2,724 | TweetTokenizer wrongly tokenizes emoticons | For the following sentence "it's a:::person" the TweetTokenizer output is:
`["it's", 'a', '::', ':p', 'erson']`
Where the expected output should be:
`["it's", 'a', ':::', 'person']` | closed | 2021-06-07T21:35:58Z | 2021-09-23T16:25:28Z | https://github.com/nltk/nltk/issues/2724 | [
"tokenizer",
"wontfix"
] | huberemanuel | 2 |
vllm-project/vllm | pytorch | 14,941 | [Performance]: Speculative Decoding vs. Standard Inference | ### Proposal to improve performance
_No response_
### Report of performance regression
I am testing the response time of a model using speculative decoding and comparing it to standard inference. However, I am observing that with speculative decoding enabled, the response time is 2.76 seconds, whereas without it, th... | open | 2025-03-17T09:11:47Z | 2025-03-17T09:11:47Z | https://github.com/vllm-project/vllm/issues/14941 | [
"performance"
] | NEWbie0709 | 0 |
giotto-ai/giotto-tda | scikit-learn | 269 | Bump joblib requirement to >= 0.12 or 0.13 | #### Description
@rth has pointed out to us that joblib 0.11 is quite an old version and only supported by scikit-learn for legacy/retrocompatibility reasons. He suggested that as we are not bound to the same user base we can and should allow ourselves to require later versions. @rth, any futher recommendation as to w... | closed | 2020-02-10T13:40:28Z | 2020-02-24T10:37:23Z | https://github.com/giotto-ai/giotto-tda/issues/269 | [
"enhancement"
] | ulupo | 1 |
keras-team/keras | pytorch | 20,094 | SVD operation failed when compute_uv=False (TF backend) | ### Problem raised
TensorFlow `tf.linalg.svd()` with compute_uv=False returns a single tensor containing the singular values, and not three tensors "s, u, v" when compute_uv=True.
However, code line 188 in `keras/src/backend/tensorflow/linalg.py` always expects three returned tensors, even if only one is expected w... | closed | 2024-08-07T14:08:57Z | 2024-08-14T15:36:54Z | https://github.com/keras-team/keras/issues/20094 | [
"keras-team-review-pending",
"type:Bug"
] | cofri | 1 |
dynaconf/dynaconf | django | 1,035 | Merging doesn't appear to work with load_file method but does with settings=[] in the constructor | **Bug Description**
When I have multiple settings files I want to merge into one settings object, I can successfully merge using the settings kwarg in the Dynaconf constructor, however, when I try merging using `load_file` I don't get any merging behaviour.
**To Reproduce**
1. Having the following folder structu... | open | 2023-12-17T05:29:07Z | 2025-02-10T18:42:16Z | https://github.com/dynaconf/dynaconf/issues/1035 | [
"bug",
"4.0-breaking-change"
] | Hammit | 1 |
gevent/gevent | asyncio | 1,956 | when killing gevent.greenlet during migration an exception is thrown | My application uses gevent 22.10.2 tand greenlet 2.0.2
It is a TCP server which spawns 3 gevent.greenlets.
During disconnection flow when the code tries to kill the greenlets it throws an exception "Cannot convert greenlet.greenlet to gevent._gevent_c_greenlet_primitives.SwitchOutGreenletWithLoop"
It occurs occ... | closed | 2023-06-01T05:55:04Z | 2023-07-12T16:41:54Z | https://github.com/gevent/gevent/issues/1956 | [
"Status: not gevent",
"Type: Question"
] | ayushpratap17 | 5 |
Kanaries/pygwalker | matplotlib | 395 | Time zone changed to local TZ in Jupyter Lab | Hi -
When a pandas dataframe is created with a `datetime64[ns, UTC]` column, pygwalker converts the time to the local time zone. How do I keep this from happening?
```
sql = '''select now() time, 1 count'''
cursor = conn.cursor()
cursor.execute(sql)
df = pd.DataFrame(cursor.fetchall())
print(df)
... | closed | 2024-01-16T13:20:26Z | 2024-01-24T02:03:50Z | https://github.com/Kanaries/pygwalker/issues/395 | [
"enhancement",
"P1"
] | rzzldzzl | 4 |
paperless-ngx/paperless-ngx | django | 8,073 | https://demo.paperless-ngx.com/ - 404 page not found | ### Description
https://demo.paperless-ngx.com/ - 404 page not found
### Steps to reproduce
https://demo.paperless-ngx.com/ - 404 page not found
### Webserver logs
```bash
https://demo.paperless-ngx.com/ - 404 page not found
```
### Browser logs
_No response_
### Paperless-ngx version
?
### Host OS
?
### I... | closed | 2024-10-28T09:38:07Z | 2024-11-28T03:16:22Z | https://github.com/paperless-ngx/paperless-ngx/issues/8073 | [
"not a bug"
] | electrofloat | 2 |
chezou/tabula-py | pandas | 309 | Unexpected table extraction | # Summary of your issue
Wrongly parsing two columns as one while they should be different columns.
I assume tabula-py is just a wrapped for tabula-java, correct? Yet I'm getting different table columns when comparing tabula-py and tabula-java UI results.
# Check list before
- [x] Did you read [FAQ](https:/... | closed | 2022-08-01T16:18:04Z | 2022-09-21T21:07:10Z | https://github.com/chezou/tabula-py/issues/309 | [] | alexDS12 | 3 |
pywinauto/pywinauto | automation | 401 | find_elements found nothing (remotely from Ansible, using WinRM) | Hi,
The above code runs well in local environment,it will return the elements.But when it be called from remote(ansible),it would return nothing.So the 46 line in taksbar.py will throw "indexerror....".
The attachments have the code detail and error info.Would you pls help? Thanks !
environment:pywinauto ... | closed | 2017-08-21T11:31:21Z | 2023-10-03T02:20:35Z | https://github.com/pywinauto/pywinauto/issues/401 | [
"question",
"documentation"
] | yangliang003 | 19 |
nonebot/nonebot2 | fastapi | 3,205 | Plugin: 小真寻的WebUi | ### PyPI 项目名
nonebot-plugin-zxui
### 插件 import 包名
nonebot_plugin_zxui
### 标签
[{"label":"小真寻","color":"#fbe4e4"},{"label":"WebUi","color":"#2bcaca"}]
### 插件配置项
```dotenv
zxui_username="admin"
zxui_password="admin"
```
### 插件测试
- [ ] 如需重新运行插件测试,请勾选左侧勾选框 | closed | 2024-12-25T07:07:47Z | 2024-12-27T04:06:42Z | https://github.com/nonebot/nonebot2/issues/3205 | [
"Plugin",
"Publish"
] | HibiKier | 4 |
rthalley/dnspython | asyncio | 337 | ptr is not being updated | a simple A record update is okay...
```
# python
Python 2.7.5 (default, Apr 11 2018, 07:36:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dns.update
>>> import dns.query
>>> import dns.tsigkeyring
>>> import dns.reversena... | closed | 2018-10-30T21:39:04Z | 2020-12-27T06:41:18Z | https://github.com/rthalley/dnspython/issues/337 | [] | ctappy | 6 |
pytest-dev/pytest-qt | pytest | 232 | Proper tests for qInfo when it becomes fully available | Followup to #225, `qInfo` is not currently exposed by the bindings. As suggested in https://github.com/pytest-dev/pytest-qt/issues/225#issuecomment-417868188, we can workaround that by using `QMessageLogger`, but sadly that's not exposed by `PySide` yet.
For now we can make a simple test for INFO messages, but when ... | closed | 2018-09-01T18:30:37Z | 2018-09-15T13:41:44Z | https://github.com/pytest-dev/pytest-qt/issues/232 | [
"infrastructure :computer:"
] | nicoddemus | 3 |
sinaptik-ai/pandas-ai | data-science | 759 | improve enforce_privacy feature | ### 🚀 The feature
currently we have only 2 options either True or False for enforce_privacy:
When True : only columns are given to llm.
When False: columns and 5 rows are sent to llm.
Feature:
instead of True False change it to 0-5 range,
0 - similar to True
1 - send only 1 rows as input.
2 - send only 2 ... | closed | 2023-11-17T08:27:27Z | 2024-06-01T00:20:47Z | https://github.com/sinaptik-ai/pandas-ai/issues/759 | [] | Ashish-Surve | 0 |
supabase/supabase-py | flask | 598 | Package conflict with e2b due to websockets | **Describe the bug**
The package if conflicting with e2b due to websockets
**To Reproduce**
Steps to reproduce the behavior:
Try to install both e2b and supabase with there dependencies
**Expected behavior**
Both package should be installed
**Screenshots**
$ poetry lock ... | closed | 2023-10-19T13:43:26Z | 2024-01-15T14:13:30Z | https://github.com/supabase/supabase-py/issues/598 | [
"realtime"
] | bbfred | 8 |
ckan/ckan | api | 8,480 | Tracking after_dataset_search treats some fields as mandatory | ## CKAN version
2.11+
## Describe the bug
The `tracking` extension `after_dataset_search` counts on `id` and `resources` fields of a search result package. Because we have the `fl` param, we can't guarantee that they will exist in a result dict.
### Steps to reproduce
1. Enable `tracking` extension
2. Try... | closed | 2024-10-14T09:46:21Z | 2024-10-31T10:20:16Z | https://github.com/ckan/ckan/issues/8480 | [] | mutantsan | 2 |
google/seq2seq | tensorflow | 288 | How to create vocabulary for my dataset? | Hi,
I have digged in the documentation of the tutorial here:
https://google.github.io/seq2seq/nmt/
However, it is unclear to me on how to create `vocab_source` and `vocab_target` for my own dataset. | open | 2017-08-07T11:56:59Z | 2018-04-04T13:28:24Z | https://github.com/google/seq2seq/issues/288 | [] | ayushidalmia | 5 |
tensorpack/tensorpack | tensorflow | 1,076 | Problem with loading model (A3C) | ### 1. What I did:
I'm training Breakout on google colab using the A3C implementation.
I have a model that has been pre-trained and I run this command to load;
```
!python train-atari.py --env Breakout-v0 --gpu 1 --load ./train_log/train-atari-Breakout-v0/graph-0210-201833
```
I receive this error:
Traceback (... | closed | 2019-02-10T20:31:35Z | 2019-02-11T18:27:37Z | https://github.com/tensorpack/tensorpack/issues/1076 | [
"installation/environment"
] | JamesBrightman | 5 |
RayVentura/ShortGPT | automation | 118 | 🐛 [Bug]: Outdated OpenAI API | ### What happened?
Whenever I try to genarate a short or any kind of video it shows
```
ERROR : Exception : GPT3 error: You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API. You can run `openai migrate` to... | closed | 2023-12-04T13:17:07Z | 2023-12-05T05:36:03Z | https://github.com/RayVentura/ShortGPT/issues/118 | [
"bug"
] | abirabedinkhan | 1 |
miguelgrinberg/microblog | flask | 355 | Unable to import 'url_parse' from 'werkzeug.urls' in flask shell execution | Section 5.8, attempt to run flask shell results in "ImportError: cannot import name 'url_parse' form 'werkzeug.urls' -- Running Python 3.9 on Raspberry Pi Model 4 with Bullseye | closed | 2023-11-15T20:20:46Z | 2024-02-12T12:26:26Z | https://github.com/miguelgrinberg/microblog/issues/355 | [
"bug"
] | JRGaddy | 15 |
Ehco1996/django-sspanel | django | 111 | 大佬 | 你应该更新下wiki教程文档了 | closed | 2018-05-02T01:27:33Z | 2018-05-04T14:00:48Z | https://github.com/Ehco1996/django-sspanel/issues/111 | [] | sfreesOK | 0 |
developmentseed/lonboard | jupyter | 544 | feature: add support to zoom into a specific layer | When plotting a Map with multiple layers, I'd like to have an option to zoom in into a specific layer. For example, in this blog https://ibis-project.org/posts/ibis-duckdb-geospatial/ I have some code that plots a point, two lines (over some roads), and the NYC streets, that looks like this
```
broad_station_laye... | open | 2024-06-13T18:09:44Z | 2024-06-14T15:39:28Z | https://github.com/developmentseed/lonboard/issues/544 | [] | ncclementi | 2 |
flairNLP/flair | nlp | 3,028 | difference of loss | Hello, it is pleasure to use Flair when I'm doing TextClassifier!
But I wonder why the loss is different I just changed epchos.
when epochs num is 20, it was trained very well.
However i just changed the epochs num 20 to 50, the loss was increased even the code is same.
Can you tell me what happpen to my Flair??
... | closed | 2022-12-14T00:25:51Z | 2022-12-19T00:13:17Z | https://github.com/flairNLP/flair/issues/3028 | [
"question"
] | MJ2468 | 3 |
syrupy-project/syrupy | pytest | 618 | Ordering JSON keys of Python dictionary snapshots | Thanks for the great library!
We'd like to order the JSON keys alphabetically by information in the value, not just by the key. We are using the JSONSnapshotExtension. The reason is that we'd like to preserve sensible diffs in version control even if the names of the keys change, since the reordering appears as larg... | closed | 2022-08-18T13:05:45Z | 2023-02-02T20:19:53Z | https://github.com/syrupy-project/syrupy/issues/618 | [
"feature request",
"released",
"breaking change"
] | willgdjones | 7 |
FujiwaraChoki/MoneyPrinter | automation | 23 | I need a help | When the bot trying to put subtitles Im getting error on webside is saying: Could not retrieve stock videos: module 'PIL.Image' has no attribute 'ANTIALIAS'
| closed | 2024-02-07T08:50:48Z | 2024-02-07T09:13:48Z | https://github.com/FujiwaraChoki/MoneyPrinter/issues/23 | [] | Oguzhanst | 5 |
ray-project/ray | deep-learning | 51,503 | CI test windows://python/ray/tests:test_client_builder is consistently_failing | CI test **windows://python/ray/tests:test_client_builder** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aaf1-9737-4a02-a7f8-1d7087c16fb1
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4156-97c5-9793049512c1
DataCaseName-windows://py... | closed | 2025-03-19T00:06:56Z | 2025-03-19T21:52:47Z | https://github.com/ray-project/ray/issues/51503 | [
"bug",
"triage",
"core",
"flaky-tracker",
"ray-test-bot",
"ci-test",
"weekly-release-blocker",
"stability"
] | can-anyscale | 3 |
plotly/plotly.py | plotly | 4,365 | set categoryarray=None for that axis when matches=None | **Current behaviour**
When a plot is created with facetted rows and xaxes matches is set to None, in the bottom plot the ticklabels for the values that are in other rows are still visible.
```
import plotly.express as px
import plotly
df = plotly.data.election()
fig = px.scatter(df, x= 'winner', y='total', face... | open | 2023-09-20T09:17:59Z | 2024-08-12T21:06:55Z | https://github.com/plotly/plotly.py/issues/4365 | [
"feature",
"P3"
] | celia-lm | 1 |
vllm-project/vllm | pytorch | 15,132 | [Usage]: multiround QA when using qwen2.5vl with the same input image | ### Your current environment
```text
0.7.3
```
### How would you like to use vllm
Does vllm support multi question answering for one same image? I have multiple questions for one image, now I use
```
outputs = llm.generate(
{"prompt": prompt, "multi_modal_data": {"image": image}},
... | open | 2025-03-19T14:09:08Z | 2025-03-19T14:09:33Z | https://github.com/vllm-project/vllm/issues/15132 | [
"usage"
] | QuLiao1117 | 0 |
microsoft/MMdnn | tensorflow | 30 | from tensorflow to mxnet | **Hi @kitstar , I want to convert tensorlflow to mxnet. however, I encounter a bug when I run the following script:**
`python -m mmdnn.conversion._script.IRToCode -f mxnet -d converted_mxnet.py -n converted.pb -w converted.npy`
Before that, I get 'imagenet_inception_v3.json', 'imagenet_inception_v3.h5', 'converted.... | closed | 2017-12-22T10:27:57Z | 2021-06-17T09:14:17Z | https://github.com/microsoft/MMdnn/issues/30 | [] | JackieLeeTHU11 | 6 |
gradio-app/gradio | python | 10,545 | Autoscroll for streaming textbox fails | ### Describe the bug
My multi-tabbed app uses multiple Textboxes, one of them to show app logs.
As per the doc, the textbox should always go to the bottom, but that's not true when you switch from one tab to another.
From some reason, I cannot reproduce as easily without these tabs.
On Chrome the problem appears after... | open | 2025-02-07T20:07:06Z | 2025-02-07T20:08:31Z | https://github.com/gradio-app/gradio/issues/10545 | [
"bug"
] | easyfacelab | 0 |
dsdanielpark/Bard-API | nlp | 245 | 407 Proxy Authentication Required | **Describe the bug**
The bug cause when using smart proxy to bard because my location waasn't matched
**Version**
OS: Window 11
Python: 3.10.13
Bard API: Latest
Using proxy: Smart Proxy
Legion: <Not included>
**Code**
```python
# ... Import thing ...
proxy_url = "http://xxxxxxxxx@smartproxy.crawlbase.com... | closed | 2023-12-10T15:31:53Z | 2023-12-13T06:29:29Z | https://github.com/dsdanielpark/Bard-API/issues/245 | [] | plsgivemeachane | 2 |
litestar-org/litestar | pydantic | 3,998 | Bug: link format in rate limit | ### Description
something in the rate limit link is off

### URL to code causing the issue
_No response_
### MCVE
```python
# Your MCVE code here
```
### Steps to reproduce
```bash
1. Go to '...'
2. Click on '....'
3. Scrol... | closed | 2025-02-14T06:52:32Z | 2025-02-17T18:37:30Z | https://github.com/litestar-org/litestar/issues/3998 | [
"Bug :bug:",
"Documentation :books:"
] | euri10 | 0 |
sktime/pytorch-forecasting | pandas | 1,672 | [BUG] doc build CI actions are outdated | The doc build CI fails as the actoins are outdated. This should be fixed. | closed | 2024-09-20T07:29:31Z | 2024-09-20T18:14:18Z | https://github.com/sktime/pytorch-forecasting/issues/1672 | [
"bug",
"maintenance"
] | fkiraly | 0 |
dask/dask | numpy | 11,323 | Bump mindeps for pyarrow and numpy | In https://github.com/dask/dask/pull/11320 I encountered problems with the old pyarrow versions. While there is no strict support window like [NEP29](https://numpy.org/neps/nep-0029-deprecation_policy.html) I think a year long support window is generous and shouldn't hurt much.
Therefore I propose to bump the minima... | closed | 2024-08-16T16:00:17Z | 2024-08-21T10:47:32Z | https://github.com/dask/dask/issues/11323 | [
"needs triage"
] | fjetter | 3 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 845 | OSError: [Errno 24] Too many open files | 用VOC2012数据集跑mask RCNN的时候报错OSError: [Errno 24] Too many open files | open | 2024-12-04T16:25:14Z | 2024-12-04T16:31:44Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/845 | [] | dahaigui | 1 |
plotly/dash | data-science | 2,335 | [BUG] `dash-generate-components` / `react-docgen` do not resolve imported prop types | **Describe your context**
```
dash 2.7.0
react-docgen 5.4.3
```
**Describe the bug**
Issue #2096 does not seem to be fixed yet.
Given the code below:
`structure.js`
```javascript
import PropTypes from "prop-types";
export const StructurePropTypes = { test: PropTypes.string.isRequired };
... | closed | 2022-11-23T15:49:01Z | 2023-03-10T21:11:01Z | https://github.com/plotly/dash/issues/2335 | [] | rubenthoms | 1 |
pallets-eco/flask-wtf | flask | 402 | Error due to werkzeug version 1.0.0 | When using `flask db init`, an error appears: "ImportError: cannot import name 'url_encode' from 'werkzeug'" due to new version of werkzeug (version 1.0.0).
To fix just it, replace `from werkzeug import url_encode` by `from werkzeug.urls import url_encode` in widgets.py and validators.py.
Edit: just saw that it h... | closed | 2020-03-09T10:17:17Z | 2021-05-26T00:54:55Z | https://github.com/pallets-eco/flask-wtf/issues/402 | [] | fpichon | 0 |
pandas-dev/pandas | python | 60,639 | API (string dtype): comparisons between different string classes | Some comparisons between different classes of string (e.g. `string[pyarrow]` and `str`) raise. Resolving this is straightforward except for what class should be returned. I would expect it should always be the left obj, e.g. `string[pyarrow] == str` should return `string[pyarrow]` whereas `str == string[pyarrow]` shoul... | open | 2025-01-01T21:22:07Z | 2025-03-19T09:20:54Z | https://github.com/pandas-dev/pandas/issues/60639 | [
"Numeric Operations",
"Strings",
"Needs Discussion",
"API - Consistency"
] | rhshadrach | 27 |
aiortc/aiortc | asyncio | 127 | unable to install on osx mojave using pyenv crc32c build error | I am unable to install aiortc==0.9.18 on osx 10.14.1
```
Installing collected packages: crc32c, asn1crypto, idna, six, cryptography, pyee, pylibsrtp, pyopenssl, aiortc
Running setup.py install for crc32c ... error
Complete output from command /Users/nihil/.pyenv/versions/3.6.1/envs/aiortc/bin/python -u -c "im... | closed | 2019-01-17T14:51:17Z | 2019-01-18T07:17:55Z | https://github.com/aiortc/aiortc/issues/127 | [] | sloev | 2 |
modelscope/data-juicer | data-visualization | 411 | Guidance for OP with multiple data fields to be processed | ### Search before continuing 先搜索,再继续
- [X] I have searched the Data-Juicer issues and found no similar feature requests. 我已经搜索了 Data-Juicer 的 issue 列表但是没有发现类似的功能需求。
### Description 描述
Currently, users may be confused about supporting multiple fields for a given OP. For example, developing a OP that processes... | open | 2024-09-02T11:39:49Z | 2024-10-15T09:33:30Z | https://github.com/modelscope/data-juicer/issues/411 | [
"enhancement"
] | yxdyc | 2 |
ets-labs/python-dependency-injector | flask | 408 | Unable to wire injections, Flask out of context error | I'm hoping this is just because I'm new at this.
I'm developing an application, and currently working on converting to use dependency-injector. I've written a container and have been able to get configuration and a data store factory working. However, I'm running into an issue when wiring up injections with a Flask ... | closed | 2021-02-26T07:23:35Z | 2021-02-28T15:21:00Z | https://github.com/ets-labs/python-dependency-injector/issues/408 | [
"bug"
] | bvanfleet | 16 |
tox-dev/tox | automation | 3,293 | Critical Vulnerability Issue found by Fortify (CVE-2023-37920) | **SUMMARY**
Tox utilizes the virtualenv dependency to create virtual environments when Tox is executed. The latest version of Tox, from v4 down to certain versions of v3, mandates the dependency virtualenv==20.26.2. Fortify has identified a critical vulnerability in this specific version of virtualenv.
```bash
tox... | closed | 2024-06-11T17:17:12Z | 2024-06-11T17:35:06Z | https://github.com/tox-dev/tox/issues/3293 | [] | kankam-yeboah | 1 |
aiortc/aiortc | asyncio | 988 | New release | It would be really nice if a new release, for example, 1.5.1, was published with the fix for header extension IDs (https://github.com/aiortc/aiortc/commit/6a2a5e97a1274c6f1847bd0616d0c9c6d4fe4bbf) which is already on main. | closed | 2023-11-23T03:31:46Z | 2023-12-01T00:41:08Z | https://github.com/aiortc/aiortc/issues/988 | [] | fredyshox | 2 |
serengil/deepface | deep-learning | 1,100 | KerasTensor Exception when using DeepFace.extract_faces | Hi, I encountered an error while trying to extract faces from an image using the deepface library.
```
faces = DeepFace.extract_faces(
img_path=img_path,
detector_backend = 'retinaface',
enforce_detection=False,
align = True
)
```
I got this error:
```
Exception encountered when calling MaxPool... | closed | 2024-03-11T11:16:38Z | 2024-03-11T12:03:27Z | https://github.com/serengil/deepface/issues/1100 | [] | AaronMk44 | 11 |
ARM-DOE/pyart | data-visualization | 1,561 | ENH: Update documentation of `hydroclass_semisupervised` for X band classification. | * Py-ART version: All
* Python version: All
* Operating System: All
### Description
In `hydroclass_semisupervised` if the frequency information in `radar.instrument_parameters` is missing, function defaults to C band and warns radar frequency is unknown. The documentation is not clear on how to get hydrometeor cl... | closed | 2024-04-15T16:14:30Z | 2024-04-16T12:29:55Z | https://github.com/ARM-DOE/pyart/issues/1561 | [] | RBhupi | 3 |
kizniche/Mycodo | automation | 671 | PID controllers get messed up after a while | ## Mycodo Issue Report:
- Specific Mycodo Version: 7.5.10
#### Problem Description
PID issues
### Errors
Once in a while I have to restart the Mycodo backend because my PID controllers get messed up
### Steps to Reproduce the issue:
I can't reproduce it in a specific way, it just happens once in a whil... | closed | 2019-07-18T09:20:05Z | 2019-11-07T10:46:53Z | https://github.com/kizniche/Mycodo/issues/671 | [
"bug"
] | floriske | 41 |
ExpDev07/coronavirus-tracker-api | rest-api | 105 | Allow more parameters beyond 2 letter country code | Would it be possible to expand the API to take in more than a 2 letter country code? Being able to put in a 3 letter country code would be great for me, or being able to just put in the name of the country. | closed | 2020-03-20T08:14:30Z | 2020-03-21T20:47:25Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/105 | [
"enhancement"
] | shaun-yb | 3 |
aio-libs/aiomysql | asyncio | 635 | Issue with unbuffered cursor | If the previous query isn't iterated to the end, the subsequent query raises `pymysql.err.InternalError: Packet sequence number wrong` with a warning `RuntimeWarning: coroutine 'MySQLResult._finish_unbuffered_query' was never awaited`.
Reproduction:
```py
# with cursorclass=SSCursor set in connection
async with c... | closed | 2021-12-09T10:03:31Z | 2022-01-28T23:41:46Z | https://github.com/aio-libs/aiomysql/issues/635 | [
"bug"
] | hiepnq94 | 1 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 62 | Hide certain fields in a model | Is there a simple way to flag certain fields in a model as "private" or otherwise hidden? There are some fields that, authenticated or not, I never want passed via GraphQL query. | closed | 2017-07-31T18:42:14Z | 2023-02-25T00:49:20Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/62 | [] | Perlkonig | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.