-
Notifications
You must be signed in to change notification settings - Fork 590
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
qdarkstyle issue (No module named qdarkstyle) #26
Comments
You need to install it via |
this is exactly what i did. but still nothing |
Very interesting. Are you using conda? For conda users, you can try this. |
i managed to make it with trying multiple times then i got problem with pyqt4
solved with then was
solved with then there is some other issues I will get back with later |
Please see the requirements |
yes I knew you will say that. It was installed right before I started. after i run i get multiple lines like this
and at the end
|
It seems to be related to Theano. Could you run other Theano example/test code? You may want to install this Theano version. The code was developed around 2016, and the Theano was gone now (not longer supported). Therefore, it is quite hard to compile the code. We are working on a PyTorch version, but it might take some time. |
not really, theano gives me struggle=) |
pip install pyqtdarktheme |
hi, i'm running this command after I have installed everything
iGAN2noui A$ THEANO_FLAGS='device=gpu0, floatX=float32, nvcc.fastmath=True' python iGAN_main.py --model_name outdoor_64
and get this error. everything is installed as you described. i tried it on macos and ubuntu. same error.
The text was updated successfully, but these errors were encountered: