so i changed it to python instead of python3 now i get this error:
~/SNAPCHAT-STREAK-RESTOR$ python main.py
python: command not installed. Multiple versions of this command were found in Nix.
Select one to run (or press Ctrl-C to cancel):
Adding python39Full to replit.nix
success
/nix/store/z47xa2w82saknxczlirm25f9s3bw3yh7-python3-3.9.6
Traceback (most recent call last):
File "/home/runner/SNAPCHAT-STREAK-RESTOR/./script.py", line 1, in <module>
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'
this is what i get when i run python main.py in the shell:
~/SNAPCHAT-STREAK-RESTOR$ python main.py
python: command not installed. Multiple versions of this command were found in Nix.
Select one to run (or press Ctrl-C to cancel):
Adding python39Full to replit.nix
success
/nix/store/z47xa2w82saknxczlirm25f9s3bw3yh7-python3-3.9.6
Traceback (most recent call last):
File "/home/runner/SNAPCHAT-STREAK-RESTOR/./script.py", line 1, in <module>
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'
the problem is i didnt find a template and the main problem is that the script and everything worked just fine and then out of no where it stoped running and i didnt changed anything in the script.
python main.py
Traceback (most recent call last):
File "/home/runner/SNAPCHAT-STREAK-RESTOR/./script.py", line 1, in <module>
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'
pip install selenium
pip: command not installed. Multiple versions of this command were found in Nix.
Select one to run (or press Ctrl-C to cancel):
Adding python39Packages.pip to replit.nix
success
/nix/store/3xcbipxg7dacja7arkqsdp31wv48a59b-python3.9-pip-21.1.3
An error occurred during configuration: option use-feature: invalid choice: 'content-addressable-pool' (choose from '2020-resolver', 'fast-deps', 'in-tree-build')
Detected change in environment, reloading shell...