Unexpected argument 'user_agent'
When trying to get an environment with prime CLI I usually end up with that error:
(jorgemedina@vpn-10-40 Workspace % prime env install will/wiki-search
Unexpected error: APIClient.__init__() got an unexpected keyword argument 'user_agent'
When using vf-install I have no issues though"
uv run vf-install wiki-search --from-repo
Resolved 130 packages in 2.97s
Built wiki-search @ git+https://github.com/PrimeIntellect-ai/verifiers.git@fa7f5fad1c39
Actually, just forcing reinstall made the issue go away. But ill keep this issue posted in case I see any more issues
Hi @Jgmedina95 , how did you force reinstall?
For me, I tried doing
prime env uninstall primeintellect/mastermind && prime env install primeintellect/mastermind
but still has the error.
I reinstalled the prime tool itself:
uv tool install prime --force-reinstall
then everything went smoothly, I may had an older version in my computer which was causing the issue
Also works for me, thanks for the fast reply!
yea, this was a breaking change in our core prime package. upgrading the package should resolve the issue!