Results 4 comments of Bryan Young

On a Mac M1, I was getting this error message when attempting to run `ingest.py` `ImportError: dlopen(/Users/.../lib/python3.10/site-packages/hnswlib.cpython-310-darwin.so, 0x0002): tried: '/Users/.../lib/python3.10/site-packages/hnswlib.cpython-310-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need...

To make the above comment from @cawabunga explicit, what worked for me was: In `next.config.js`: ```javascript module.exports = { ... transpilePackages: ['@uniswap/widgets', '@uniswap/conedison'], }; ``` (Using `[email protected]`, `@uniswap/[email protected]` & `node@18`)...

I'm also having this issue; a downgrade from 1.0.17 back to 1.0.6 (on an M1 Mac) fixed the issue for now (persistent timeouts with backoff retry during web search tool...

For Volta on OS X (15.4) and Claude Desktop (v0.8.0), using the full path to Volta's npx resolved my MCP connection timeout errors In `~/Library/Application\ Support/Claude/claude_desktop_config.json`: ```json { "mcpServers": {...