Include Python wheel releases for `factory_boy>=3.0.0`
See original GitHub issueDescription
Installing factory_boy > 3.0 gives me the following error
Running setup.py (path:/private/var/folders/t0/45yvxfds0gsgyvd3147j2sk00000gp/T/pip-build-uyeee7f3/factory-boy/setup.py)
egg_info for package factory-boy produced metadata for project name unknown.
Fix your #egg=factory-boy fragments.
Thus it’s not installed as factory_boy, but as unknown.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Packaging and distributing projects
Pre-release versioning. Local version identifiers. Working in “development mode”. Packaging your project. Source distributions. Wheels. Pure Python Wheels.
Read more >How to install, download and build Python wheels - ActiveState
Wheels provide a great shortcut. Pip will install all “flavors” of wheels, including: Universal wheels (any.whl), which support both Python2 and ...
Read more >7. Releasing and versioning - Python Packages
At any given time, your package's users (including you) will install a particular version of your package in a project. If you change...
Read more >Pre-release versions are not matched by pip when using the
Summary. The pip --pre option directs pip to include potential matching pre-release and development versions, but it does not change the ...
Read more >What Are Python Wheels and Why Should You Care?
In this tutorial, you'll learn what Python wheels are and why you should care as ... you have the latest versions of pip...
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 FreeTop 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
Top GitHub Comments
OK, now I’ve just noticed, for some reason we haven’t been pushing wheels for the 3.0.1 / 3.0.0 releases!
I’ve just released version 3.1.0 which comes with wheels, this should fix the issue you were encountering.
Please reopen the issue if it isn’t working for you, or if you need a wheel for 3.0.0 / 3.0.1!