PyWavefront 0.4.0 was only built for Python 2
See original GitHub issueThe last release was only built for python 2 probably because it was created in a python 2 environment. It looks like you have to use the --universal flag (python setup.py bdist_wheel --universal) to create a py2 and py3 whl file.
https://wheel.readthedocs.io/en/stable/#defining-the-python-version
I don’t think you need to release a new version since pypi do support uploading several distribution files for the same version. Worst case bump to 4.1.
I didn’t really think about this because most projects for work and hobby have been python 3 only for the last couple of years, so setuptools built py3 only pacakges with bdist_wheel in python3 environment.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
PyWavefront - PyPI
Python library for importing Wavefront .obj files. ... Python 3.4+ is supported in 1.x versions; Python 2.7 is supported in 0.x versions.
Read more >import .obj without material file · Issue #16 - GitHub
Hi,. I am trying to run a simple example looking like this: import pywavefront mesh = pywavefront.Wavefront('path_to_obj/test.obj').
Read more >Software Packages in "kinetic", Subsection python - Ubuntu
Construct, convert, and manipulate colors in a Pythonic manner. python3-colour (0.1.5-3) [universe]: converts and manipulates various color representation - ...
Read more >Debian -- Software Packages in "sid", Subsection python
Python 3 module to discover libraries. python3-findpython (0.2.1-1): utility to find python versions on your system; python3-fiona (1.8.22-1 [alpha, ...
Read more >Using PyOpenGL, how do you apply instancing on an .obj file?
I use Pywavefront to load the .obj file but I'm not stuck on it if another obj loader is needed. Setting locations of...
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

Thanks for putting up with my nagging ❤️
No worries, I’m happy to help support.