autosoft-dev / docly

Automatically generate docstrings for your python functions
MIT License
31 stars 4 forks source link

Windows 10 support #2

Open zen-bro opened 3 years ago

zen-bro commented 3 years ago

I installed the pip packages without any issues. I then get a message:

There is no model. Downloading (maybe because you chose to use the newer model)
C:\Users\Windows\.docly\model\pytorch_model_new.bin: 707MB [01:22, 8.61MB/s]
Download complete ✔

And then this error: ===== OS version not supported ===== ❌

Environment information:

OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.18363 N/A Build 18363
OS Manufacturer:           Microsoft Corporation
OS Configuration:          Standalone Workstation
OS Build Type:             Multiprocessor Free
System Model:              PCX0DX
System Type:               x64-based PC
Processor(s):              1 Processor(s) Installed.
                           [01]: Intel64 Family 6 Model 165 Stepping 2 GenuineIntel ~2304 Mhz
BIOS Version:              INSYDE Corp. 1.07.05LAM, 5/20/2020

Python Version:

Python 3.6.12 :: Anaconda, Inc.

rcshubhadeep commented 3 years ago

Hi, Really sorry for this problem you faced. We presently do not support Windows. Unfortunately this documentation is not very up to date. But our main documentation- http://beta.thedocly.io/ has this in the Requirements section.

sarthakpati commented 3 years ago

Is there any reason which stops you from supporting Windows?

rcshubhadeep commented 3 years ago

It was complicated to build tree-sitter libs in windows (because of some Python 64 bit issues. But I can look into it again)

sarthakpati commented 3 years ago

Awesome! Please let me know if I can help (I don't H as ve extensive python development experience but I do know my around C/C++ build systems in Windows).