aiverify
aiverify copied to clipboard
[BUG] aiverify requires Python 3.11.x despite it being installed
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
When I run sudo bash setup-aiverify-dev.sh, the response is the following error message: "aiverify requires Python 3.11.x, please install Python 3.11.x." despite Python 3.11.9 being already installed
Current Behavior
aiverify fails to install
Expected Behavior
aiverify installs correctly
Steps To Reproduce
- Spin up a fresh ubuntu server on AWS
- install nodeJS using apt
- install python3.11 using apt
- Download setup-aiverify.zip from Github Release.
- Unzip setup-aiverify.zip.
- run bash setup-aiverify-dev.sh
Environment
- Operating System and Version: Ubuntu 24.04
- AI Verify Version: 0.10.3
- Any other relevant information (e.g. version of related package dependencies installed):
Did you build using source code or from docker file? If from source code, please provide the below information:
- Python Version: 3.11.9
- Node Version: 18.19.1
- Redis Version: n/a
- Mongo Version: n/a
- Screen Resolution: 2256*1504
Screenshots/ Code snippets
No response
Additional Context
No response
Possible Solution (Optional)
No response