проблем с инсталирането на MATH на Pycharm
Здравейте, опитвам се да инсталирам Math на Pycharm но ми дава това съобщение /Pyton 3.11:
File D:\pythonProject\проверки_упражнения\venv\Scripts\activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execu
tion_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
+ CategoryInfo : SecurityError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS D:\pythonProject\проверки_упражнения> pip instal math
ERROR: unknown command "instal" - maybe you meant "install"
PS D:\pythonProject\проверки_упражнения> pip install math
ERROR: Could not find a version that satisfies the requirement math (from versions: none)
ERROR: No matching distribution found for math
PS D:\pythonProject\проверки_упражнения>