koalarun
koalarun
I also have this problem, and I foud the code of ~~`if (m_bot.GetPlayerRace(Players::Self) == BWAPI::Races::Protoss)`~~ `if (m_bot.GetPlayerRace(Players::Self) == CCRace::Protoss)` is push on 2018-01-16. I don't know why an obvious error...
> The line of code you're referencing is not the same as what's in the repo. When did you clone it? I cannot reproduce any of these errors @davechurchill oh...
> I will close this for now as it appears to be fixed? @davechurchill Sorry, maybe my English is not good, causing misunderstanding. The original code from github: `if (m_bot.GetPlayerRace(Players::Self)...
> What is the build error message? The error message is: ` BuildingManager.cpp, line 422: 'class BWAPI::Race has no member "Protoss"'`
> That is impossible though. That line is a single bracket > > https://github.com/davechurchill/commandcenter/blob/master/src/BuildingManager.cpp#L422 I just copy the Migdalin's message. OK, I clone the newest version of commandcenter, and the...
> This suggest to me that you somehow built pytorch without CUDA support, while TorchCraftAI thinks you do have CUDA. I wonder if there's something strange with your CUDA installation?...
I installed the Patch 1 of cuda9.2, and rebuilded pytorch, It failed... I collected some errors in message: ``` Library mkl_intel_lp64: not found Library mkl_intel: not found CMake Error at...
@ebetica I reinstalled the win10 and try again with cuda9.2 , and also installed the pathc1 of cuda9.2. It failed again because of the same error above: mkl not found....
@dexterju @ebetica thank you for your replies. Today I look at the build pytorch error carefully, and I find the cmake error is when build the caffe2: ``` "CMake Error...
> @koalarun I feel that you have some left over build files from the last run. Try `python setup.py clean` before you rebuild. I delete the build directory and run...