Open
Description
Bug Report
Please answer the following questions for yourself before reporting a bug.
- I checked the documentation and the forum but found no answer.
- I checked to make sure that this issue has not already been filed.
Environment
Select the following information.
- DART version: dartpy
- OS name and version name(or number): macOS Catalina
- Compiler : Clang 11.0
- I created a virtual environment using pip3 install virtualenv and it uses my system python 3.7.
Current Behavior
What is the current behavior?
After pip3 install dartpy, I can find a dartpy.so in the lib directory in my virtual environment. However, when I try importing dartpy in python, e.g., import dartpy, it spits out the segmentation fault error.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- Create a virtual environment using pip3 install virtualenv
- Install dartpy by using pip3 install dartpy
- Using python, import dartpy
- You'll get the segmentation fault on your screen