Use with Python 3.8.3
See original GitHub issueI am trying to use rhino3dm with FreeCAD. The version of python that FreeCAD uses is 3.8.3
If I try import rhino3dm it does not seem to recognise the module
`>>> import rhino3dm Traceback (most recent call last): File “”, line 1, in <module> File “/Applications/FreeCAD_0.19.app/Contents/Resources/lib/python3.8/rhino3dm/init.py”, line 5, in <module> from ._rhino3dm import * ModuleNotFoundError: No module named ‘rhino3dm._rhino3dm’
print(sys.version) 3.8.3 | packaged by conda-forge | (default, Jun 1 2020, 17:26:49) [Clang 9.0.1 ]
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Python Release Python 3.8.3
Python 3.8.3. Release Date: May 13, 2020. This is the third maintenance release of Python 3.8. Note: The release you're looking at is...
Read more >Python for Beginners: How to Install Python 3.8.3 for Windows ...
The first step is to head over to the download page of the Python website, then scroll down and click on the download...
Read more >VS Code - Python 3.8.3 Interpreter
Using VS Code (1.45.1) and Python 3.8.3 (64 bit). ... So the python extension cant find an interpreter, but I can clearly interact...
Read more >Chapter 37. Installing and using Python
You can install Python 3.8, Python 3.9, and Python 3.11, including packages built for each version, in parallel with Python 3.6 on the...
Read more >Python 3 Installation & Setup Guide
Select Python 3.8, or the highest version number you see available in the app, to open the installation page. Warning: Make sure that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This may be Mac blocking installation into an app bundle, but I’m not sure. I just installed Python 3.8 on my Mac and will try to get a compile up on pypi.org soon
I just published a Mac 3.8 binary to PyPi.org