trueagi-io / metta-wam

A Hyperon MeTTa Interpreter/Transpilier that targets the Warren Abstract Machine
8 stars 11 forks source link

Warning: Virtual Environment Issue in CI Builds #119

Open TeamSPoon opened 1 month ago

TeamSPoon commented 1 month ago

We are encountering the following warning in our CI builds:

Warning: Janus: venv directory '/home/runner/work/metta-wam/metta-wam/venv' does not contain "/home/runner/work/metta-wam/metta-wam/venv/lib/python3.10/site-packages"

This indicates that the virtual environment may not be using Python 3.10 as expected, which could be causing issues during the build process.

Potential Cause:

It seems that the virtual environment is either:

Steps to Reproduce:

  1. Run the CI workflow.
  2. Observe the warning message about the virtual environment.

Expected Behavior:

The virtual environment should be built using Python 3.10, and the correct directory (/home/runner/work/metta-wam/metta-wam/venv/lib/python3.10/site-packages) should exist without triggering any warnings.

Suggested Fix:

Environment:

Additional Context:

This warning may cause issues with dependencies or environment setup, so it is important to address it to prevent potential build failures or inconsistent behavior in the CI pipeline.