-
Notifications
You must be signed in to change notification settings - Fork 507
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
[BUG] No module named 'tqdm' #110
Comments
logs are here https://pastebin.com/4WD5ssmn pip/conda says tqdm is installed so idk how to debug this |
I solved this with a simple 'pip install tqdm' (also had to do gin-config) - then I decided to uninstall them and just use a 'pip install -r requirements.txt' and a number of things that weren't installed by the install.sh method installed, and everything seems to work fine (aside from some cuda issues that I will make a new issue for). Not sure why the install.sh method doesn't work, but it doesn't for me lol. |
Well i did try pip install req.txt but it looks like everything is installed
but still it dont work.. |
I'm having the same problem. |
So do I |
Sometimes, the pip seems to skip installing when your system's python env already satisfy the environment. |
I was struggling with this problem (ubuntu) My solution:
I don't know if my miniconda is messed up, but I was able to run the HelloWorld.md commands. |
jesus |
Hi folks, sorry this issue has been longrunning. Most issues and confusion arise from the two distinct python environments going on here - We have a robust fix for this in the works - on our I recommend trying out the |
Describe the bug
Clone repo
Create env
Bash install.sh
Wait until it finishes
cd worldgen
Run:
Returns:
Steps to Reproduce
git log -n 1
'''
$ git log -n 1
...
'''
Too long to display
** (If this is your first time running Infinigen) What are the full output logs of
install.sh
?**Platform
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: