Open thoroc opened 2 years ago
makes no sense. nothing even changed
I think you are using 2.7 version of Python. Try to reinstall and download latest python 3 version. Make sure you have all requeriments at the requeirements.txt file (they should have been installed with start.bat/sh)
Geez you're correct it looks like it is trying to pull python 2.7. no idea why this is happening in the PR stages ...
Last change on the github action: https://github.com/rdeepak2002/reddit-place-script-2022/commit/76987fb71774aa46af06ba25d0169e7f8289e07b
The CI job has always pulled python2.7 it just doesn't use it. It just pulls in all the python dists available in github actions in case it's needed by a nox session.
the
nox
stage fails on the last 2 PRs: https://github.com/rdeepak2002/reddit-place-script-2022/pull/409 and https://github.com/rdeepak2002/reddit-place-script-2022/pull/408I have no clue why this is happening.