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

Setting up local HSDS server: error on first runall.bat in Windows #242

Closed
WowIDidntKnow opened this issue Aug 3, 2023 · 1 comment
Closed

Comments

@WowIDidntKnow
Copy link

Hi, I followed the Quick Start instructions to set up a local HSDS server on my Windows machine. I used the $ pip install hsds option on step 3. After I completed steps 4,5, and 6, I ran runall.bat in step 7. Here is the output I get:

(base) C:\Users\isucolin\Documents\hsds>runall.bat

(base) C:\Users\isucolin\Documents\hsds>hsds --root_dir C:\Users\isucolin\Documents\hsds_data --host localhost --port 5101 --password_file admin/config/passwd.txt --logfile hs.log --loglevel DEBUG --config_dir=admin/config --count=4
set logging to: 10
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\isucolin\AppData\Local\miniconda3\Scripts\hsds.exe_main
.py", line 7, in
File "C:\Users\isucolin\AppData\Local\miniconda3\Lib\site-packages\hsds\app.py", line 251, in main
app = HsdsApp(**kwargs)
^^^^^^^^^^^^^^^^^
File "C:\Users\isucolin\AppData\Local\miniconda3\Lib\site-packages\hsds\hsds_app.py", line 86, in init
os.mkdir(socket_dir)
FileNotFoundError: [WinError 3] The system cannot find the path specified: '/tmp/hsa99975ee/'

Is there another path I need to set?
Thanks!

@WowIDidntKnow
Copy link
Author

I tried some different things and got the server running.

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

1 participant