Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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?