DEV Community

Discussion on: M-One Personal Assistant v2.4 - Update: Friday, June 24, 2022 + GUI v1.0

Collapse
 
moesalim88 profile image
Moe Salim

Interesting project mate. However I have not been able to try it as the pip installations seem to fail:

PS C:\Users\Mojojo\Desktop\Developer\M-ONE Personal Assistant> .\setup.bat
Installing Packages
Requirement already satisfied: SpeechRecognition in c:\python310\lib\site-packages (from -r packages.txt (line 1)) (3.8.1)
ERROR: Could not find a version that satisfies the requirement subprocess (from versions: none)
ERROR: No matching distribution found for subprocess
Installing Completed.
Press any key to continue . . .

Collapse
 
mhadi2003 profile image
Mahdi

Hi, thank you very much for your comment. You can install the desired package with the pip install command:
pip install SpeechRecognition

And regarding the subprocess package, this package is installed by default in the Python library and does not need to be installed.

And make sure that the Python version must be 3.9.7.

And finally, run the Python file and suggest that you do this in Vscode.

Collapse
 
moesalim88 profile image
Moe Salim

I see. I did try to install the pip packages individually, it didn't work. My setup is python 3.10, that could be why. Planning on making your code 3.10 compatible?

Thread Thread
 
mhadi2003 profile image
Mahdi

Unfortunately, it is not possible to change the version at the moment, maybe this will happen in the coming months.

Thread Thread
 
moesalim88 profile image
Moe Salim

Looking forward to trying it when it's ready. Good luck :)

Thread Thread
 
mhadi2003 profile image
Mahdi

Thank you 🙏