wilkelab / Opfi

A Python package for discovery, annotation, and analysis of gene clusters in genomics or metagenomics data sets.
https://opfi.readthedocs.io/
MIT License
21 stars 5 forks source link

Automatically install wheel if it's not present already during setup #33

Closed jimrybarski closed 4 years ago

jimrybarski commented 4 years ago

If the wheel package isn't present the install might fail with the message error: invalid command 'bdist_wheel'. For some reason this only occurred on one of three computers I've installed this library on. Regardless, if wheel is missing it will be automatically installed now.