Git Product home page Git Product logo

Comments (4)

Sinasta avatar Sinasta commented on August 29, 2024

Oh and a small bug report: i get this error upon activation:

Traceback (most recent call last):
File "/usr/share/blender/2.93/scripts/modules/addon_utils.py", line 351, in enable
mod = import(module_name)
File "/home/sinasta/.config/blender/2.93/scripts/addons/topologicsverchok-main/init.py", line 24, in
blenderName = [name for name in os.listdir(home+"/"+conda) if name.startswith('Blender')][0]
FileNotFoundError: [Errno 2] No such file or directory: '/home/sinasta//opt/anaconda3/envs'

I am using blender 2.93 with systems python 3.9 located at: /usr/lib/python3.9/site-packages on manjaro Linux

from topologicsverchok.

wassimj avatar wassimj commented on August 29, 2024

from topologicsverchok.

wassimj avatar wassimj commented on August 29, 2024

Dear @Sinasta, even if you have 2.93 that uses python 3.9, I suggest you create a virtual environment using conda. Create a virtual environment using python3.9 and called something like Blender39 or similar. Make sure the environment name starts with the word Blender. The init script assumes that you have cppyy and its dependencies also installed in that virtual environment so in: ~/opt/anaconda3/BlendeXXX/lib/site-package and the topologic-0.X-py3.X.egg installed there as well. The script will find the correct files if they start with Blender* and with topologic*
If you have different locations, then you need to edit the init file and change the location of the sys.path.append. (But perhaps it is working already because it is using the system file locations?)
Will try to record a quick tutorial for Blender soon. But if you need one-on-one, happy to do so, email me.

from topologicsverchok.

wassimj avatar wassimj commented on August 29, 2024

The repo has been updated to 0.5.0.2 which fixes the double forward slash issue.

from topologicsverchok.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.