issues
1 row where type = "issue" and user = 5088535 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), closed_at (date)
| id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1119285787 | I_kwDOAMm_X85CtvIb | 6215 | [Bug]: ModuleNotFoundError: No module named 'packaging' | H0R5E 5088535 | closed | 0 | 1 | 2022-01-31T11:08:25Z | 2022-01-31T11:41:08Z | 2022-01-31T11:39:00Z | NONE | What happened?Installing version What did you expect to happen?For xarray to import without crashing. Minimal Complete Verifiable Example
Relevant log outputNo response Anything else we need to know?No response Environment
``` (_xarray_bug) > conda info
populated config files : C:\Users\Work.condarc conda version : 4.11.0 conda-build version : 3.21.6 python version : 3.9.7.final.0 virtual packages : __win=0=0 __archspec=1=x86_64 base environment : C:\Anaconda3 (writable) conda av data dir : C:\Anaconda3\etc\conda conda av metadata url : None channel URLs : https://repo.anaconda.com/pkgs/main/win-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/r/win-64 https://repo.anaconda.com/pkgs/r/noarch https://repo.anaconda.com/pkgs/msys2/win-64 https://repo.anaconda.com/pkgs/msys2/noarch package cache : C:\Anaconda3\pkgs C:\Users\Work.conda\pkgs C:\Users\Work\AppData\Local\conda\conda\pkgs envs directories : C:\Anaconda3\envs C:\Users\Work.conda\envs C:\Users\Work\AppData\Local\conda\conda\envs platform : win-64 user-agent : conda/4.11.0 requests/2.26.0 CPython/3.9.7 Windows/10 Windows/10.0.19044 administrator : True netrc file : None offline mode : False ``` ``` (_xarray_bug) > conda list packages in environment at C:\Anaconda3\envs_xarray_bug:Name Version Build Channelbzip2 1.0.8 h8ffe710_4 conda-forge ca-certificates 2021.10.8 h5b45459_0 conda-forge importlib-metadata 4.10.1 py39hcbf5309_0 conda-forge importlib_metadata 4.10.1 hd8ed1ab_0 conda-forge intel-openmp 2022.0.0 h57928b3_3663 conda-forge libblas 3.9.0 13_win64_mkl conda-forge libcblas 3.9.0 13_win64_mkl conda-forge libffi 3.4.2 h8ffe710_5 conda-forge liblapack 3.9.0 13_win64_mkl conda-forge libzlib 1.2.11 h8ffe710_1013 conda-forge mkl 2022.0.0 h0e2418a_796 conda-forge numpy 1.22.1 py39h6331f09_0 conda-forge openssl 3.0.0 h8ffe710_2 conda-forge pandas 1.4.0 py39h2e25243_0 conda-forge pip 22.0.2 pyhd8ed1ab_0 conda-forge python 3.9.10 hcf16a7b_1_cpython conda-forge python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge python_abi 3.9 2_cp39 conda-forge pytz 2021.3 pyhd8ed1ab_0 conda-forge setuptools 60.6.0 py39hcbf5309_0 conda-forge six 1.16.0 pyh6c4a22f_0 conda-forge sqlite 3.37.0 h8ffe710_0 conda-forge tbb 2021.5.0 h2d74725_0 conda-forge tk 8.6.11 h8ffe710_1 conda-forge typing_extensions 4.0.1 pyha770c72_0 conda-forge tzdata 2021e he74cb21_0 conda-forge ucrt 10.0.20348.0 h57928b3_0 conda-forge vc 14.2 hb210afc_6 conda-forge vs2015_runtime 14.29.30037 h902a5da_6 conda-forge wheel 0.37.1 pyhd8ed1ab_0 conda-forge xarray 0.21.0 pyhd8ed1ab_0 conda-forge xz 5.2.5 h62dcd97_1 conda-forge zipp 3.7.0 pyhd8ed1ab_0 conda-forge ``` |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/6215/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | xarray 13221727 | issue |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] (
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[number] INTEGER,
[title] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[state] TEXT,
[locked] INTEGER,
[assignee] INTEGER REFERENCES [users]([id]),
[milestone] INTEGER REFERENCES [milestones]([id]),
[comments] INTEGER,
[created_at] TEXT,
[updated_at] TEXT,
[closed_at] TEXT,
[author_association] TEXT,
[active_lock_reason] TEXT,
[draft] INTEGER,
[pull_request] TEXT,
[body] TEXT,
[reactions] TEXT,
[performed_via_github_app] TEXT,
[state_reason] TEXT,
[repo] INTEGER REFERENCES [repos]([id]),
[type] TEXT
);
CREATE INDEX [idx_issues_repo]
ON [issues] ([repo]);
CREATE INDEX [idx_issues_milestone]
ON [issues] ([milestone]);
CREATE INDEX [idx_issues_assignee]
ON [issues] ([assignee]);
CREATE INDEX [idx_issues_user]
ON [issues] ([user]);