Code Monkey home page Code Monkey logo

Comments (4)

hlorus avatar hlorus commented on July 22, 2024 1

The latest commit should resolve this

from cad_sketcher.

liluzibird avatar liluzibird commented on July 22, 2024

I did install py_slvs on my system through pip install thinking that would fix this issue, but that didn't help.

from cad_sketcher.

colossatr0n avatar colossatr0n commented on July 22, 2024

@liluzibird I ran into this same issue and was able to fix it by directly installing the toml module using the Python binary that is packaged with the Blender application. I'm on MacOS, so I ran the following:

/Applications/Blender.app/Contents/Resources/2.81/python/bin/python3.7m -m pip install toml

This got rid of the error.

from cad_sketcher.

trabulium avatar trabulium commented on July 22, 2024

Just a comment on a similar line. I just downloaded and installed Blender 4.10 on MacOS Ventura 13.5 and the latest Sketcher. Module seemed to enable fine but Menu didn't show. Opening Blender from the terminal did nothing:

running the following:
import bpy
bpy.ops.preferences.addon_enable(module="CAD_Sketcher-main")

Gave me:

CAD_Sketcher-main:{WARNING}: Solvespace module isn't available, only base modules registered
No module named 'py_slvs'

I then ran:

import sys
print(sys.executable)

to give me the full path to the Blender Python binary:

then in my main terminal, I ran:

/Applications/Blender.app/Contents/Resources/4.1/python/bin/python3.11 -m pip install py_slvs

After that, Sketcher registered fine.

from cad_sketcher.

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.