... | ... | @@ -259,7 +259,7 @@ Snap creates readonly file system, so you can't put depencencies into it. The on |
|
|
|
|
|
## Pip install says that the package is already installed, but Sverchok can't see it
|
|
|
|
|
|
It can appear that you have the package installed into your system-wide or user-wide Python installation, for example into `~/.local/lib/python/...`. Try to run
|
|
|
It can appear that you have the package installed into your system-wide or user-wide Python installation, for example into `~/.local/lib/python/...`. In this case Pip will see that the package is installed, but Sverchok will not be able to access it. Try to run
|
|
|
|
|
|
```
|
|
|
$ python3.7 -m pip uninstall $PACKAGENAME
|
... | ... | |