Open Daafip opened 3 days ago
Edit: I see now on the pypi page its listed upuntill 3.11. I tried a new conda environment with 3.9 but im getting some issues there where it conflictss with the normal jupyter installation when i run pip install jupyterscad
Any suggestions? whats the latest version of python you know to work?
Python 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from importlib import find_loader
>>>
https://docs.python.domainunion.de/3.10/library/importlib.html#importlib.find_loader
importlib.find_loader(name, path=None)
[...]
Deprecated since version 3.4: Use importlib.util.find_spec() instead.
Ostheer:avoid use of importlib.find_loader (https://github.com/jeff-dh/SolidPython/pull/60[)](https://github.com/jeff-dh/SolidPython/commit/42ec0bfca6d3ec6d4b3c61614163107520a281a7) 42ec0bf
6 months ago
Ah its already in main, just not in the latest python release
Expected behavior Render of my scad code First of all nice work, i first found the original solid package, then see that youre developing a new one. I had some issues getting started.
Actual behavior (describe the problem) I get an import error
Minimum, Complete, Viable Code Sample A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you. See http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
Additional context I created a new environment, it is 3.12.4 (so maybe too new?) Can't find what you tested it on as it says python >3.7.