-
-
Notifications
You must be signed in to change notification settings - Fork 61
Description
//---I did everything according to the tutorial the developer uploaded on youtube but I only get the message:
'bcml' is not recognized as an internal or external command,
operable program or batch file.
//---If I run pip install bcml again it shows that everything is satisfied
C:\Users\moham>pip install bcml
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: bcml in c:\users\moham\appdata\roaming\python\python38\site-packages (3.10.8)
Requirement already satisfied: rstb>=1.2.2 in c:\users\moham\appdata\roaming\python\python38\site-packages (from bcml) (1.2.2)
Requirement already satisfied: xxhash~=3.2 in c:\users\moham\appdata\roaming\python\python38\site-packages (from bcml) (3.2.0)
Requirement already satisfied: botw-utils~=0.2.3 in c:\users\moham\appdata\roaming\python\python38\site-packages (from bcml) (0.2.3)
Requirement already satisfied: requests~=2.27.1 in c:\users\moham\appdata\roaming\python\python38\site-packages (from bcml) (2.27.1)
Requirement already satisfied: pythonnet~=3.0.1 in c:\users\moham\appdata\roaming\python\python38\site-packages (from bcml) (3.0.1)
Requirement already satisfied: oead~=1.2.6 in c:\users\moham\appdata\roaming\python\python38\site-packages (from bcml) (1.2.6.post1)
Requirement already satisfied: pywebview==3.7.2 in c:\users\moham\appdata\roaming\python\python38\site-packages (from bcml) (3.7.2)
Requirement already satisfied: packaging~=21.3 in c:\users\moham\appdata\roaming\python\python38\site-packages (from bcml) (21.3)
Requirement already satisfied: cefpython3~=66.1 in c:\users\moham\appdata\roaming\python\python38\site-packages (from bcml) (66.1)
Requirement already satisfied: proxy-tools in c:\users\moham\appdata\roaming\python\python38\site-packages (from pywebview==3.7.2->bcml) (0.1.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\users\moham\appdata\roaming\python\python38\site-packages (from packaging~=21.3->bcml) (3.0.9)
Requirement already satisfied: clr-loader<0.3.0,>=0.2.2 in c:\users\moham\appdata\roaming\python\python38\site-packages (from pythonnet~=3.0.1->bcml) (0.2.5)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\moham\appdata\roaming\python\python38\site-packages (from requests~=2.27.1->bcml) (1.26.14)
Requirement already satisfied: idna<4,>=2.5 in c:\users\moham\appdata\roaming\python\python38\site-packages (from requests~=2.27.1->bcml) (3.4)
Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\moham\appdata\roaming\python\python38\site-packages (from requests~=2.27.1->bcml) (2.0.12)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\moham\appdata\roaming\python\python38\site-packages (from requests~=2.27.1->bcml) (2022.12.7)
Requirement already satisfied: cffi>=1.13 in c:\users\moham\appdata\roaming\python\python38\site-packages (from clr-loader<0.3.0,>=0.2.2->pythonnet~=3.0.1->bcml) (1.15.1)
Requirement already satisfied: pycparser in c:\users\moham\appdata\roaming\python\python38\site-packages (from cffi>=1.13->clr-loader<0.3.0,>=0.2.2->pythonnet~=3.0.1->bcml) (2.21)
//---And it is also not inside the python folder.