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.

PyWavefront 0.4.0 was only built for Python 2

See original GitHub issue

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

github_iconTop GitHub Comments

1reaction
einarfcommented, Jul 21, 2018

Thanks for putting up with my nagging ❤️

0reactions
greenmosscommented, Jul 21, 2018

No worries, I’m happy to help support.

Read more comments on GitHub >

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

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