-
Notifications
You must be signed in to change notification settings - Fork 371
Add release wheel for python 3.7 #133
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
Comments
Sure, your contribution would be great! |
@uadnan is there any process to build wheel file for python 3? |
@kuttamuwa Have you tried |
@udnaan Yes i did. it raises: I tried to run cmake .. in cmake folder. It raises eigen not found. The thing is I couldn't install all packet and i don't know how to. Even if i did I need to use pymesh with my venv and install easily. Thus, I can't depend on this lib. Why does it has so much dependencies like this and how will i bind them? There is no detailed documentation about this. |
As for dependencies, it is a free project with the project owner being generous enough to share his efforts without asking for much in return. |
@udnaan quoted: Of course it is. But a project in github could be so easier to utilize. Anyway. |
The release wheel is here for 3.6: |
@udnaan is there any wheel for windows? |
No, sorry. Linux only here. |
Hi, I successfully tested it on Ubuntu 14.04, 16.04, 18.04 and Linux Mint 17.1 in a python 3.7 anaconda environment. |
thanks @palanglois ! it worked for me ! |
I think it's a bit dangerous to download unreviewed binary builds from untrusted sources. @PyMesh should provide one via GitHub Releases; that will also help with integration into package managers. |
Thanks for the notice! I will provide a python 3.7 wheel in the next release. |
How can we use this wheel ? |
@Karltlbm |
Would love to see a conda version that works on 3.7 and above |
It would be nice to not have to build it locally just to get that support. The support should be (hopefully) trivial to add. If you are interested than I can do a pull request.
The text was updated successfully, but these errors were encountered: