Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Go here:
https://gitlab.com/qasikfwn/bitsquid-blender-tools/-/wikis/home/Help#note_2628415648
TL;DR:
Blender’s Python is independent of your system Python.
So open CMD and run this command (replace the <YOUR_PATH_TO_BLENDER> with the actual path to your Blender installation):
"<YOUR_PATH_TO_BLENDER>\Blender\4.5\python\bin\python.exe" -m pip install uvicorn --target "<YOUR_PATH_TO_BLENDER>\Blender\4.5\python\lib\site-packages"
If you’re missing any other packages, just copy the same command and replace uvicorn with the name of the missing package. I had to install a few more myself.
Hope this helps
But still getting the error
I've checked and uvicorn is installed.
Does anyone know how to fix this?
*No module named 'uvicorn'*
Dose anyone know where I can find this module?