question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use with Python 3.8.3

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
sbaercommented, Aug 4, 2020

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

0reactions
sbaercommented, Aug 8, 2020

I just published a Mac 3.8 binary to PyPi.org

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found