Closed jsdpr15 closed 2 years ago
Jarvis works only on MacOS https://github.com/thevickypedia/Jarvis#readme#:~:text=Platform%20Supported
Windows support was deprecated as of commit: https://github.com/thevickypedia/Jarvis/commit/cf54b69363440d20e21ba406e4972eb058af98fc
I'm currently working on getting back Windows support.
Windows support is now back and tested working in a Win 10 machine. I'm not aware of any potential changes for Win 11. You can check and update me if something obvious needs fixing.
Getting this error
Traceback (most recent call last):
File "C:\Users\J\Desktop\O Level Project\New\Jarvis-master\Jarvis-master\jarvis.py", line 14, in
Please check WIndows 11 Pro
Speedtest
is an external module from speedtest-cli
Can you check if the module is installed with the right version.
https://github.com/thevickypedia/Jarvis/blob/master/lib/win_requirements.txt#L30
I'd suggest running
pip uninstall --no-cache-dir speedtest-cli
and then run
pip install --no-cache speedtest-cli==2.1.3
I'm closing this issue, please re-open or create a new issue if you still have issues starting up Jarvis
Sir, i am get this error while Jarvis.py " from resource import RUSAGE_SELF, getrusage ModuleNotFoundError: No module named 'resource'"
Python Version : 3.10.3 Windows : 11 Pro