-
Notifications
You must be signed in to change notification settings - Fork 157
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
ModuleNotFoundError: No module named 'lucidsonicdreams' #38
Comments
Ive used Lucid once before I had to wipe my pc due to the Windows 11 update and I completely forgot how to do all of this. I cant find anything online that helps with modules. |
You have to reconfigure your environment and install the dependencies |
Using jupyter notebook to run the code and setting up a python 3.7 env and then installing lucidsonicdreams through pip it seems to work. Took me a few tries to get it to work. Make sure your tensorflow version is 1.15 in this environment conda create --name lucidsonicdreams python==3.7 |
Hello! Would you be kind enough to share your full code with me? I am trying to get lucid sonic dreams to work again for weeks.. Have a great day sir! |
Im trying to run a test and this is the way i have the python file typed. Any help would be appreciated
(command i input)= python proud.py (to run the python below)
from lucidsonicdreams import LucidSonicDream
L = LucidSonicDream(song = 'proud.mp3',
style = 'abstract photos')
L.hallucinate(file_name = 'proud.mp4',
resolution = 360,
start = 30,
duration = 45)
files.download("proud of you.mp4")
Error im getting
Traceback (most recent call last):
File "proud.py" line 1 in
from lucidsonicdreams import LucidSonicDream
ModuleNotFoundError: No module named 'lucidsonicdreams
'
The text was updated successfully, but these errors were encountered: