i tried to install flask and opencv 2 in visual studio code and it didn't work. i wish to pay someone to help me install it
Budget: $10 – $11 USD
i already installed python, opencv , and flask. I am trying to make stream webcam via http using flask and visual studio code but i get some errors.
i try to run the source from this video https://youtu.be/vF9QRJwJXJk . let me know how much you want for this. write "car" as you first word so i know you read this. if you know flask write "i worked with flask". what is needed is for you to run that source code, then show me how you installed all the things in order to run it so i can run it on my computer, and help me fix things in order to run it.
PS C:\Users\AA\myproject> & c:/Users/AA/myproject/myenv/Scripts/Activate.ps1
& : File C:\Users\AA\myproject\myenv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:3
+ & c:/Users/AA/myproject/myenv/Scripts/Activate.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS C:\Users\AA\myproject> & c:/Users/AA/myproject/myenv/Scripts/python.exe c:/Users/AA/myproject/app.py
Traceback (most recent call last):
File "c:\Users\AA\myproject\app.py", line 1, in <module>
from flask import Flask,render_template,Response
ModuleNotFoundError: No module named 'flask'
another error---------------------------------------------------------
PS C:\Users\AA\myproject> python3.10 -m venv studysession
python3.10 : The term 'python3.10' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ python3.10 -m venv studysession
+ ~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (python3.10:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
another one---------------------------
PS C:\Users\AA\myproject> & c:/Users/AA/myproject/myenv/Scripts/Activate.ps1
& : File C:\Users\AA\myproject\myenv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see
about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:3
+ & c:/Users/AA/myproject/myenv/Scripts/Activate.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ FullyQualifiedErrorId : UnauthorizedAccess
i try to run the source from this video https://youtu.be/vF9QRJwJXJk . let me know how much you want for this. write "car" as you first word so i know you read this. if you know flask write "i worked with flask". what is needed is for you to run that source code, then show me how you installed all the things in order to run it so i can run it on my computer, and help me fix things in order to run it.
PS C:\Users\AA\myproject> & c:/Users/AA/myproject/myenv/Scripts/Activate.ps1
& : File C:\Users\AA\myproject\myenv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:3
+ & c:/Users/AA/myproject/myenv/Scripts/Activate.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS C:\Users\AA\myproject> & c:/Users/AA/myproject/myenv/Scripts/python.exe c:/Users/AA/myproject/app.py
Traceback (most recent call last):
File "c:\Users\AA\myproject\app.py", line 1, in <module>
from flask import Flask,render_template,Response
ModuleNotFoundError: No module named 'flask'
another error---------------------------------------------------------
PS C:\Users\AA\myproject> python3.10 -m venv studysession
python3.10 : The term 'python3.10' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ python3.10 -m venv studysession
+ ~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (python3.10:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
another one---------------------------
PS C:\Users\AA\myproject> & c:/Users/AA/myproject/myenv/Scripts/Activate.ps1
& : File C:\Users\AA\myproject\myenv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see
about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:3
+ & c:/Users/AA/myproject/myenv/Scripts/Activate.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ FullyQualifiedErrorId : UnauthorizedAccess