BotPlace icon indicating copy to clipboard operation
BotPlace copied to clipboard

hub.py issue

Open thedevwhodoescybersecutiy opened this issue 3 months ago • 0 comments

Traceback (most recent call last): File "C:\Users\blaze\Downloads\BotPlace-master\BotPlace-master\apps\hub\hub.py", line 9, in import webview ModuleNotFoundError: No module named 'webview' PS C:\Users\blaze\Downloads\BotPlace-master\BotPlace-master> pip install webview Collecting webview Downloading webview-0.1.5.tar.gz (18 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: webview Building wheel for webview (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [5 lines of output] running bdist_wheel running build running build_ext building 'webview' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for webview Running setup.py clean for webview Failed to build webview ERROR: Could not build wheels for webview, which is required to install pyproject.toml-based projects

[notice] A new release of pip is available: 23.2.1 -> 24.0 [notice] To update, run: python.exe -m pip install --upgrade pip