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.

Include Python wheel releases for `factory_boy>=3.0.0`

See original GitHub issue

Description

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
rbarroiscommented, Sep 14, 2020

OK, now I’ve just noticed, for some reason we haven’t been pushing wheels for the 3.0.1 / 3.0.0 releases!

1reaction
rbarroiscommented, Oct 2, 2020

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!

Read more comments on GitHub >

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

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