home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1265416330

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-1265416330 https://api.github.com/repos/pydata/xarray/issues/6454 1265416330 IC_kwDOAMm_X85LbLiK 14808389 2022-10-03T13:10:30Z 2022-10-03T13:10:30Z MEMBER

if you look at your traceback, it says ModuleNotFoundError: No module named 'xarray' (i.e. most likely your sys.path patch does not work / points to the wrong directory).

We tried the sys.path patch before, but couldn't get it to build correctly because one of the optional dependencies depends on xarray (cfgrib, in this case).

I'm not sure for which OS you're building packages for, but you should have some sort of isolated build environment (chroot / docker / something else?). The most reliable way to fix this issue then is to install the built package (a wheel?) into that development environment.

{
    "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.872ms · About: xarray-datasette