Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue on blender in Linux #29

Closed
arunkvijay opened this issue Apr 15, 2022 · 5 comments
Closed

Installation issue on blender in Linux #29

arunkvijay opened this issue Apr 15, 2022 · 5 comments

Comments

@arunkvijay
Copy link

Hi, I am trying to install Topologic on Blender in Ubuntu. However, i get this error

File "/home/arun/Apps/blender-2.93.8-linux-x64/2.93/scripts/modules/addon_utils.py", line 351, in enable
    mod = __import__(module_name)
ModuleNotFoundError: No module named 'TopologicSverchok-0

I have tried this with blender 2.93, 3.0 and 3.1 and sverchok with all the extra nodes installed (have removed FreeCAD library though)

@wassimj
Copy link
Owner

wassimj commented Apr 15, 2022

I believe the issue is that TopologicSverchok is compatible with Blender 3.0 or newer. Can you try that?

@arunkvijay
Copy link
Author

Did try TopologicSverchok with Blender 3.0 too

Traceback (most recent call last):
  File "/home/arun/Apps/blender-3.0.1-linux-x64/3.0/scripts/modules/addon_utils.py", line 351, in enable
    mod = __import__(module_name)
ModuleNotFoundError: No module named 'TopologicSverchok-0'

I am using TopologicSverchok-0.8.1.1.zip

@arunkvijay arunkvijay reopened this Apr 15, 2022
@Sinasta
Copy link

Sinasta commented Apr 15, 2022

Maybe try renaming the zip to TopologicSverchok before installing

@wassimj
Copy link
Owner

wassimj commented Apr 15, 2022

Not sure why it is putting -0 at the end of the name. The latest release for Linux is:
https://github.com/wassimj/TopologicSverchok/releases/tag/v0.7.0.8

@arunkvijay
Copy link
Author

I had to do a fresh Blender installation. This works now. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants