Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem









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?