79106220

Date: 2024-10-20 01:25:32
Score: 2.5
Natty:
Report link

I've been working with another project and had similar issues. The issue is that your running your computers global python to run the program which doesn't include your environment specific libraries. To fix do it with path files to run it with the python of your environment, there should be a folder named bin in your environment folder and in it should be a file named python or python3.11 depending on your version do file path run ./python and then the file path to your file with your code in it ex: ./python /home/TheEngineerM/project/main.py. This is just from my experience though so your environment may be set up differently so i cant guarantee it'll work but i hope it does! :)

Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TheEngineerM