HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

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

Closed WowIDidntKnow closed 11 months ago

WowIDidntKnow commented 11 months ago

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 commented 11 months ago

I tried some different things and got the server running.