-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation error #364
Comments
I will attempt to reproduce your error on windows. |
The same problem on Ubuntu using pip install mmgen. There should be some bugs in the init file. |
Have you found a solution?I have the same problem as you. |
I think currently the only solution is to install from the source rather than pip install and modify the related part. |
I want to use the mmgen module in my own project but I have been struggling with the installation. I couldn't find any issues on the topic. Any help is greatly appreciated.
Describe the bug
First, I have tried to install the mmgen module by following the steps in the get_started tutorial. However, when running the following command in Step 1:
I get the following error and the installation is interrupted:
In a second attempt, I have tried to install mmgen as a dependency, as described in case b, with:
In this case, the installation is completed but I get another error when simply importing the mmgen module in my project.
When I run the following code line:
I get the following error:
I have noticed that when installing mmgen via pip then the 'mmgen.models.architectures.stylegan.ada' module is not downloaded at all.
I have installed mmcv-full version 1.5.0 and other required dependencies in the local python environment I use for my project.
The text was updated successfully, but these errors were encountered: