windows - installation failed #1300
Replies: 5 comments
-
I think you need to download the code first and then save it in the chosen directory. Example: C:\Users\Aadii\changedetection.py Then, you browse to the directory and run changedetection.py, or you can execute using the full path. |
Beta Was this translation helpful? Give feedback.
-
@AdeelMushtaq search for the file called |
Beta Was this translation helpful? Give feedback.
-
C:\Users\username>python changedetection.py I think file location is not the only issue, probably win os is not configured as py file open with python. This could happen if you open py file with notepad or vscode for edit or read. Probably running as above will fix the issue and run the script with python for sure. This will work with 2 requirements 1- Yes, C:\Users\username\changedetection.py must be the exact location for script unless it is located under a system variable path All paths locations directly accesible from cmd could be checked via "echo %path%" command on cmd 2- Python must be installed properly and python.exe must be under a system variable path This could be checked via "where python" or "where python.exe" command on cmd. |
Beta Was this translation helpful? Give feedback.
-
What python version? |
Beta Was this translation helpful? Give feedback.
-
Version is not important. |
Beta Was this translation helpful? Give feedback.
-
I have followed this instruction to install it on windows
https://github.com/dgtlmoon/changedetection.io/wiki/Microsoft-Windows
p3 install changedetection.io
This command downloaded all things without error.
but when I try to run this command
changedetection.py
it giving error.Beta Was this translation helpful? Give feedback.
All reactions