Cadene / pretrained-models.pytorch

Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
BSD 3-Clause "New" or "Revised" License
8.99k stars 1.84k forks source link

IMPORT ERROR #130

Open Aishwaryabaskaran opened 5 years ago

Aishwaryabaskaran commented 5 years ago

I am trying to pip install pretrainedmodels. I am getting an error as ImportError: The 'packaging.version' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.

Please help me solve.

Cadene commented 5 years ago

Did you solve your problem? pip install pretrainedmodels works well on my side.