Skip to content
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

Can the program be operated on Windows? #14

Open
DMSalvatore opened this issue Mar 3, 2020 · 3 comments
Open

Can the program be operated on Windows? #14

DMSalvatore opened this issue Mar 3, 2020 · 3 comments

Comments

@DMSalvatore
Copy link

I have installed the Anaconda3 and Configure the environment according to the instructions. But When compiling the models\index_max_ext, the errors like this"error: command 'D:\LearningSoftware\VisualStudio2015Professor\anzhuang\VC\BIN\amd64\cl.exe' failed with exit status 2"
Does the environment must be built on the Linux?

@DMSalvatore DMSalvatore changed the title Can the program operation on Windows? Can the program be operated on Windows? Mar 3, 2020
@lijx10
Copy link
Owner

lijx10 commented Mar 11, 2020

I don't know how it would work with windows. I think the major blocking issue should be pytorch. If pytorch supports windows well, the index_max module should be fine as well. It is a simple module that calls pytorch c++ apis.

@DMSalvatore
Copy link
Author

Thank you for you answer. I have the program running on the server and the problem has been resolved. But now a new problem has arisen when I use the visdom, like this"HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /events (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f95a1d960b8>: Failed to establish a new connection: [Er...". Did you meet the same problem? How can I resolve it?

@lijx10
Copy link
Owner

lijx10 commented Mar 11, 2020

The is because visdom server is not running. Please refer to Usage of https://github.com/facebookresearch/visdom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants