-
Notifications
You must be signed in to change notification settings - Fork 36
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
I am getting error at genetic_algorithm import #6
Comments
I can't get the specific error from your discription. Maybe you can put up the whole error message.😂 I hope it works for you. 😀 |
C:\ProgramData\Anaconda3\envs\wsn-master\Scripts\python.exe D:/VT/code/wsn-master_NEW/wsn-master/run.py Again I am getting the same error |
Build Precondition:
And here you go: |
return importlib.import_module('genetic_algorithm')
File "C:\ProgramData\Anaconda3\lib\importlib_init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
This is the error which iam getting, is it due to python version because I am using python 3x version
The text was updated successfully, but these errors were encountered: