Steve Willer
Steve Willer
Hi ... I'm running vanilla python 3.9.6 without conda on an M1 Mac running Ventura 13.2.1, and got it working with the latest cmdstan and prophet versions. Now downgrades needed....
The problem is the line from dtreeviz.trees import dtreeviz I guess this doesn't exist anymore? I changed it to "import dtreeviz" and the system at least runs.
Great!
Just FYI, this is preventing installation on my Mac based on the M1 chip (but seemed to work on a Mac on Intel). The old version of scikit-learn that you're...
Hi, did you ever find the cause? I've found it only happens on the production servers, which are Linux and running on Google Cloud Run as docker instances. Linux on...
I think I found at least a clue: I was fitting the model in a thread. When I took it out of the thread, the error went away. I actually...
I reset my .claude.json, and it's still happening, most of the time (but not all). This is a blank config, so no MCP's. It also made it through my planner...
The errors are coming in stderr. One thing I've noticed with `claude -r` is a ton of sessions with content in them but the description complains about being authenticated. a)...
I tried changing my ANTHROPIC_API_KEY in my environment to something else, and apparently it was an old key. Here's the problem: I'm running claude on a Claude Max account, so...