Closed AMGitsKriss closed 4 years ago
Did you clone the whole repo? It contains the leveldb dependency.
Don’t forget you need to run the pip install
command in the README.md
I've done both of those. On further investigation it looks like it's because I'm in windows and the app is written with linux in mind.
I bodged three things to make this work:
split("/")
to split("\\")
Glad you got it to work. I don't have windows to test. Looks like I'll have to take a look at how I mangle paths. The os.path
module probably would be better used there. As for the dependency, the file is actually supposed to be a shortcut/link to BluCodeGH's code. I'll have to revamp that too.
I ran into the same issue with the symbolic link. When I cloned the project in Windows with git it converted the file to plaintext. So even copying into a linux container with a Dockerfile didn’t work since the file was already broken. Cloning within the linux container worked however. I might have fixed it with changing my line endings settings, but I don’t recall exactly.
I have a dockerized branch on my fork but that was right before all the recent work to push 1.0. It’s probably mostly irrelevant now.
Made some changes, anyone with Windows care to test out the dev branch?
I don't have Windows to test. I'll assume this is fixed. Reopen if necessary.
I can't seem to run this, I get a package not found error, and the provided documentation is minimal. I assume I'm missing something really obvious?
Python Version 3.8.2. Trying to build a Java 1.16 world, but if it's failing on an import/includes I assume that's not the problem?
Thanks,