age-gender-estimation icon indicating copy to clipboard operation
age-gender-estimation copied to clipboard

wide_resnet error

Open vijnasu opened this issue 6 years ago • 9 comments

from wide_resnet import WideResNet ModuleNotFoundError: No module named 'wide_resnet'

vijnasu avatar Sep 01 '18 11:09 vijnasu

Please report exactly what you did for reproducibility of the problem.

yu4u avatar Sep 01 '18 13:09 yu4u

I am using demo.py in windows which was working fine. Now I have Ubuntu 16.04 where I have configured conda with the required packages. But while running the demo.py in Ubuntu it throws an import error for the line "from wide_resnet import WideResNet". I tried reinstalling couple of dependencies. But didn't worked. How to fix this? Which exact package can resolve this issue?

vijnasu avatar Sep 02 '18 03:09 vijnasu

Hmm, it's strange. There is no dependencies related to the error because demo.py simply imports a function from wide_resnet.py that is included in the project: age-gender-estimation/wide_resnet.py...

yu4u avatar Sep 02 '18 04:09 yu4u

Boss, I had the same error, wide_resnet.py is in the repo... Its not in pip. Can close this issue

devssh avatar Sep 19 '18 07:09 devssh

!! any solution....

rishav130 avatar Jun 24 '19 09:06 rishav130

Run the script in the project root directory.

yu4u avatar Jun 24 '19 11:06 yu4u

The wide_resnet.py is no longer there?

christer1114 avatar Apr 12 '21 14:04 christer1114

As i tried to install this package several times.Still it is showing the same as below:

!pip install wide_resnet ERROR: Could not find a version that satisfies the requirement wide_resnet (from versions: none) ERROR: No matching distribution found for wide_resnet

What should i do..?

MounikaChilukoti avatar Mar 21 '22 14:03 MounikaChilukoti

I have the same error !pip install wide_resnet ERROR: Could not find a version that satisfies the requirement wide_resnet (from versions: none) ERROR: No matching distribution found for wide_resnet

M-Hassan-Maqsood avatar Nov 10 '23 19:11 M-Hassan-Maqsood