Skip to content
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

No module named 'libs.GANet.build.lib' #86

Open
hoonkai opened this issue May 25, 2020 · 3 comments
Open

No module named 'libs.GANet.build.lib' #86

hoonkai opened this issue May 25, 2020 · 3 comments

Comments

@hoonkai
Copy link

hoonkai commented May 25, 2020

Hi

I'm trying to run predict.sh but I keep getting the error No module named 'libs.GANet.build.lib'. I've looked into libs/GANet/build but there isn't a lib folder:

.
├── GANet
│   ├── build
│   │   └── temp.macosx-10.13-x86_64-3.7
│   │       └── src
│   │           └── GANet_cuda.o

Yes, I'm running on OSX. Any help appreciated. Is there meant to be a lib folder under build?

Thanks

@fenil25
Copy link

fenil25 commented Aug 11, 2020

You will first need to run compile.sh and only then the lib folder will be created in the build. Then, you can run predict.sh

@ergou-ge
Copy link

You will first need to run compile.sh and only then the lib folder will be created in the build. Then, you can run predict.sh

After I ran compile.sh, I encountered this error,ImportError: cannot import name 'GANet' from 'libs.GANet.build.lib'(unknown location),how to solve this proble?

@HenryChen98
Copy link

Hi all, I have a similar problem.
After I ran "sh compile.sh", I encountered an error: "cp: cannot stat 'build/lib*': No such file or directory"
Does anyone know what caused this? I am running this command on Git for Windows BTW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants