-
Notifications
You must be signed in to change notification settings - Fork 2k
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
AttributeError: partially initialized module 'genesis' has no attribute 'init' #562
Comments
same here. |
Same error exist for docker too whenever re-installing genesis. |
I solved the issue by renaming |
Hi there, The error you're encountering is due to a naming conflict with the
|
Thank you, the renaming of the file fixed the error for me. Exporting the path and not renaming the file did not work for me. It might be worth changing the file name in the examples to avoid everyone from running into this error. |
rename what? |
I had the file that i executed named as genesis.py. Renaming that solved the issue. |
Unfortunately there seems to be a problem with the installation of genesis resulting in the examples failing to run. I saw that there have already been similar issues raised (#113 #31 ) but they contain no solution to the problem. Since that is rather unfortunate for everyone searching for a solution to this I opened this new issue.
To install genesis on my local linux system i did the following steps:
From the terminal output all the steps seem to be successful. When trying to run the example code with active conda environmnet:
I get the following error:
Do you know how to fix this or how to install the "right version" of genesis?
When doing a pip feeze command I can see that genesis world is installed int he following version:
genesis-world==0.2.1
.The text was updated successfully, but these errors were encountered: