home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1265849564

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/6454#issuecomment-1265849564 https://api.github.com/repos/pydata/xarray/issues/6454 1265849564 IC_kwDOAMm_X85Lc1Tc 31284574 2022-10-03T18:20:09Z 2022-10-03T18:20:09Z NONE

So someting is messing with sys.path. Most likepy some of the modules is using pkg_resources module which is known that it trashes sys.path https://github.com/pypa/setuptools/issues/3279. If that it the cause solution would be migration from use pkg_resources to importlib_metadata (I've checked and xarray already done such migration).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1196425693
Powered by Datasette · Queries took 0.701ms · About: xarray-datasette