... | ... | @@ -247,7 +247,17 @@ Coming soon and [installation will be here][22]. IFC is schema for architects BI |
|
|
### Sverchok-extra
|
|
|
You can install [additional extra nodes here][23] with some additional curve/surface/solids/fields nodes.
|
|
|
|
|
|
## Troubles with pip
|
|
|
## Frequently Asked Questions
|
|
|
|
|
|
### I can't install dependencies on Windows
|
|
|
|
|
|
It can appear that the problem is in filesystem permissions. Try running Blender from an administrator account and install dependencies in this mode.
|
|
|
|
|
|
## I can't install dependencies on Linux, while using Blender installed from Snap
|
|
|
|
|
|
Snap creates readonly file system, so you can't put depencencies into it. The only way known to work reliably is to not use Blender from Snap for Sverchok, if you want to use depencencies. The recommended way is to just download Blender's `tar.xz` from blender.org and unpack it.
|
|
|
|
|
|
### Other troubles with pip
|
|
|
If you admit some kind of errors with pip, you can try:
|
|
|
Wipe all versions of pip from `2.90\python\lib\site-packages` and then run `2.90\python\bin> ./python.exe -m ensurepip -U`
|
|
|
|
... | ... | |