You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
needs removed to stop Claude from saying there is an error with schema validation. Jingtrang doesn't actually use pkg_resources (it's an old python thing), but Claude sees it as an error. Removing the line from the version of jingtrang installing in your venv fixes the issue. Huzzah!
Line 5 of jingtrang:
import pkg_resourcesneeds removed to stop Claude from saying there is an error with schema validation. Jingtrang doesn't actually use pkg_resources (it's an old python thing), but Claude sees it as an error. Removing the line from the version of jingtrang installing in your venv fixes the issue. Huzzah!