-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hello:
I run into an error when trying to set up hotbit. I followed the instructions where it said to git clone followed by running setup.py, but the terminal says there is an issue recognizing the OS. I am using Windows 10 btw, I do not know if that makes a difference.
Traceback (most recent call last):
File "setup.py", line 39, in
get_system_config(inc_dirs, libs, lib_dirs,
File "C:\Users<User>\Desktop\hotbit\config.py", line 31, in get_system_config
machine = os.uname()[4]
AttributeError: module 'os' has no attribute 'uname'
If there is a binary precompiled that I can use from my desktop, that would be great. Also, is there a high-res image of the map referenced in the code development subsection of the documentation? It would be helpful if that was available.
Thank you!