aiverify icon indicating copy to clipboard operation
aiverify copied to clipboard

[BUG] aiverify requires Python 3.11.x despite it being installed

Open jayh-aa opened this issue 7 months ago • 1 comments

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

  1. Spin up a fresh ubuntu server on AWS
  2. install nodeJS using apt
  3. install python3.11 using apt
  4. Download setup-aiverify.zip from Github Release.
  5. Unzip setup-aiverify.zip.
  6. 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

jayh-aa avatar Jul 11 '24 07:07 jayh-aa