Last active
July 14, 2025 11:01
-
-
Save w0ltage/3615a116c2b41e2c8739830f19092514 to your computer and use it in GitHub Desktop.
FastMCP (ConPort MCP) modules which installed via uvx: NumPy 1.x cannot be run in NumPy 2.3.1 as it may crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # use "--with numpy<2" in "uvx" command | |
| uvx --python 3.11 --isolated --from context-portal-mcp --with "numpy<2" conport-mcp --mode stdio --workspace_id <workspace> --log-file ./logs/conport.log --log-level INFO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment