Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta









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?