Open vijnasu opened 6 years ago
Please report exactly what you did for reproducibility of the problem.
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?
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
...
Boss, I had the same error, wide_resnet.py is in the repo... Its not in pip. Can close this issue
!! any solution....
Run the script in the project root directory.
The wide_resnet.py is no longer there?
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..?
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
from wide_resnet import WideResNet ModuleNotFoundError: No module named 'wide_resnet'