-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Dear developers,
I am very excited to try and use your script. I don't have a vast experience in programming, therefore I was just following your instructions on how to setup the script and run it. So far, the starling function works very well and I have no problems with it. When I want to proceed with the "generate" function using "from starling import generate", I get the following error:
"from starling import generate
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'starling'
from starling import Generate
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'starling'
from starling import generate
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'starling'".
I don't really understand what is the problem considering that the function "starling" works. I would highly appreciate your help, thank you very much.