• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Wiki
  • Dependencies

Dependencies · Изменения

История страницы
Updated Dependencies (markdown) создал Ноя 01, 2020 по автору Ilya V. Portnov's avatar Ilya V. Portnov
Показать
Построчно Рядом
Dependencies.md
Просмотреть страницу @0b3bc6e4
...@@ -257,6 +257,20 @@ It can appear that the problem is in filesystem permissions. Try running Blender ...@@ -257,6 +257,20 @@ It can appear that the problem is in filesystem permissions. Try running Blender
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. 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.
## 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
```
$ python3.7 -m pip uninstall $PACKAGENAME
```
(using your system's python, not blender's one), and then install the package again with Blender's python
$ /path/to/blender/2.xx/python/bin/python3 -m pip install $PACKAGENAME
This time you should see that pip is actually installing package.
### Other troubles with pip ### Other troubles with pip
If you admit some kind of errors with pip, you can try: 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` Wipe all versions of pip from `2.90\python\lib\site-packages` and then run `2.90\python\bin> ./python.exe -m ensurepip -U`
......
Клонировать репозиторий
  • For Users:
    • Dependencies and their installation
    • Sverchok for Blender 2.8x Release Notes
    • Profile Node Examples
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Non-standard Python modules installation
    • Sverchok for Blender 2.79 Installation
  • For Developers:
    • Install Development version
    • Contributing
      • Git practices
    • Building documentation tarball
    • Macros
    • Sverchok Node Tutorial
      • High-level node howto
      • Details