-
Notifications
You must be signed in to change notification settings - Fork 9
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
File not found as wheel: pymclevel-0.1. #1
Comments
There's only one wheel that could work (the OSX one) and it seems like it has 10.10 in the filename. Maybe try renaming the filename? Otherwise you'll just have to install from source with |
Yep it looks like just downloading the wheel and renaming it with Now I'm trying to install pymcworldgen using a
|
It may be a problem with sudo? Normally I |
Ah no pymclevel is now installed, and I'm trying to install pymcworldgen now. It doesn't seem to have a |
That doesn't need installing, just extracting into the |
Perfect - I'm using a I've run |
The binary doesn't work? |
Going to close this as i added 10.9 and 10.8 versions, we have a binary of mapcrafter also on GitHub. https://github.com/aigamedev/mapcrafter/releases |
Yep if you could just add 10.9 and 10.8 to the mapcrafter releases on GitHub that should fix the last bit of the installation 👍 FYI the error I got when adjusting 2015-12-21 16:19:33 [FATAL] [default] Unable to parse configuration file:
2015-12-21 16:19:33 [ERROR] [default] Configuration root section:
2015-12-21 16:19:33 [ERROR] [default] - Error: 'template_dir' must be an existing directory! '/pmgai/minecraft/./mapcrafter/data/template' does not exist!
2015-12-21 16:19:33 [ERROR] [default] Global map section:
2015-12-21 16:19:33 [ERROR] [default] - Error: 'texture_dir' must be an existing directory! '/pmgai/minecraft/./mapcrafter/data/textures' does not exist! |
I've run
nuclai install minecraft
inside my pmgai directory with virtualenv, but I get the errorFile not found as wheel: pymclevel-0.1.
. I'm a Python novice, so I tried runningpip install
on the various wheel files on the releases page, but kept getting an error saying that my platform was not supported (I'm running OS X 10.9.5). Finally I usedpip install
on the .tar.gz release file after installing all of pymclevel's dependencies manually. Butnuclai install minecraft
of course still fails.I'm having varying success trying to install everything else manually, so a little more clarity here would be appreciated.
The text was updated successfully, but these errors were encountered: