Sender | Message | Time |
---|---|---|
23 Mar 2024 | ||
i've seen some issues on github that point to a similar problem i guess but i couldn't figure out how to work around this | 16:14:30 | |
is there a workaround? am i doing something wrong? is the template broken? i am very confused | 16:16:33 | |
okaay | 18:33:55 | |
after staring at it for a while i figured it out | 18:34:07 | |
also reading this issue more carefully helped: https://github.com/nix-community/poetry2nix/issues/1471 | 18:34:46 | |
The template project passes the flake self to projectDir, which seems weird to me. | 18:34:58 | |
replacing self with ./. fixed the issue | 18:35:25 | |
Redacted or Malformed Event | 20:05:25 | |
24 Mar 2024 | ||
Hey, I'm back with mitsuba problems. My devshell builds fine but when I try to import the module in python, I get this (actually very nice) warning: Which later produces the error: So drjit is supposed to be over at the mitsuba derivation but it of course has its own. Is there any way to fix this?Maybe the second output is not even related to this problem? This is my current override: | 10:21:42 | |
Ok, so I managed to kick out the first warning by doing this ugly stuff (just for debugging): so it is unrelated to the ImportError I mentioned previously. But then how can I fix the ImportError? | 11:56:21 | |
latenighticecream: not sure if that helps. but can you build drjit as a seperate package and then use it as a "normal" buildinput for mitsuba? | 12:29:21 | |
do you have a github repo to share? i might be able to also take a look at it today | 12:30:21 | |
i am very much interested in using mitsuba myself :) | 12:30:32 | |
Thanks, I will try that out ! I don't have a repo for this, but i will create a temporary one for this. Currently, this is for my masters thesis which is a private repo for the time I work on it. The stupid thing is, I don't really want to use any of mitsuba - I am just trying to get a shell with sionna which requires this package, but only for things that I dont even need xD | 12:51:12 | |
13:18:41 | ||
I am trying to update poetry2nix to work with a more recent nixpkgs, and I need some help with the darwin builds. I don't have access to a mac. | 13:19:51 | |
https://github.com/nix-community/poetry2nix/pull/1559 is the PR | 13:20:16 | |
It looks like there's some issues with function pointer signatures with lxml, scipy and matplotlib (or some transitive dependency thereof) | 13:21:20 | |
latenighticecream: welcome to dependency hell 🫠if you can provide a minimal example repo (i.e. flake with drjit+mitsuba packages) i'd be willing to help but i only have time to work on such projects on weekends | 13:37:14 | |
i wanted to try out mitsuba for photogrammetry | 13:37:35 | |
Related to this, all the cloud providers I've tried to use, including Scaleway and MacStadium seem to prohibit me from doing anything without first undergoing an account review. I'm using masked email address via fastmail, and I'm guessing they flag that or something. | 13:43:44 | |
* Related to this, all the cloud providers I've tried to use, including Scaleway and MacStadium seem to prohibit me from doing anything without first undergoing an account review. I'm using masked email addresses via fastmail, and I'm guessing they flag that or something. | 13:44:02 | |
Scaleway in particular was horrendous. They locked my account after I spun up an instance and continued to charge me for the instance after locking my account. | 13:45:13 | |
In reply to@leonardp:matrix.orghere it is: https://github.com/LateNightIceCream/poetry2nix-mitsuba | 13:51:41 | |
cool i'll look into it | 13:57:07 | |
In reply to@leonardp:matrix.orgthank you !! | 13:58:37 | |
latenighticecream: i think your problems go deeper | 15:11:13 | |
:/ | 15:11:18 | |
i do not think the dependencies are built correctly at all | 15:11:55 | |
id basically did:
| 15:12:37 |