-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throws RecursionError
on initial import
#20
Comments
Manually installing from the feature/python3 branch fixed this error for me on python3.6. |
Hi, did you solve your problem? I encounter the same issue while using python 3.7 |
pip install pyvoro will install the default master branch for pyvoro for python 2.7. If you are using python 3.X, you should use the branch for python 3 feature branch by git checkout feature/python3 . |
Why doesn't the version on PyPI support python 3, when 2 has been deprecated? |
The owner's last commit is 2014 for mainstream python 2.X and did not maintain after that. he gave a patch for python 3.X thinking some people may need it. |
Ok, I've been using pyvoro from https://pypi.org/project/pyvoro-mmalahe/ without issues. Posting the link here in case other users need to make pyvoro a package dependency. |
On initial import, a
RecursionError
is thrown. I have tried both installingpyvoro
withpip install pyvoro
and cloning and installing withpython setup.py install --user
. Both give the same result (see below).System info:
Error:
The text was updated successfully, but these errors were encountered: