J Gehman
J Gehman
It turns out the solution assumed above was not relevant. It is failing again today with the same error message with no further change to any code: 17:00:52.458833 [debug] [Thread-2...
apologies @dbeatty10, that's now correct. I've tried going back and running `dbt snapshot` with both single and double quotes, and I get the same failure mode no matter what now....
1. create poetry project with ``` [tool.poetry.dependencies] python = "3.10.13" dbt-postgres = "^1.5.4" dbt-fal = {version = "1.5.4", extras = ["postgres"]} ``` 2. `tar -xzvf dbt_catboost_min_err.tar.gz` within the poetry project...
Hmm. It installs fine outside of dbt-fal though. CatBoostRegressor appears to be exported out of the package level __init__.py from core.py. I'm not familiar with why a cython script file...
[tmperr.txt](https://github.com/fal-ai/dbt-fal/files/13982339/tmperr.txt) I had a look over this too, nothing jumped out at me, but I'm not an expert. This log ended with a silly error on my part when trying...
( @chamini2 noted, but seriously struggling to get conda functional. I've tried so many things. Should this be a no-brainer? Or does this actually give you info? No matter what...
> You need to have conda installed to be able to use this, but I think will make your use case work. Yeah, I installed conda, tried setting the env...
> [...], but I think will make your use case work. Any luck here?