karthiks3000 / postman-doc-gen

Generate API documentation from a postman collection
MIT License
253 stars 45 forks source link

Run error #22

Open Mehrdad-Dadkhah opened 1 year ago

Mehrdad-Dadkhah commented 1 year ago

Hi

os: Linux 5.10.126-1-MANJARO

python: Python 3.10.5

and then:

wget https://github.com/karthiks3000/postman-doc-gen/releases/download/1.2.0/postman_doc_gen

chmod +x postman_doc_gen

./postman_doc_gen -h

Output:

zsh: exec format error: ./postman_doc_gen

aliciarojovera commented 1 year ago

any news?

karthiks3000 commented 1 year ago

I haven't had time to look into this yet, I'll try to look into this over the holidays and post an update by the end of the month.

DavidYanXW commented 9 months ago

Hi

os: Linux 5.10.126-1-MANJARO

python: Python 3.10.5

and then:

wget https://github.com/karthiks3000/postman-doc-gen/releases/download/1.2.0/postman_doc_gen

chmod +x postman_doc_gen

./postman_doc_gen -h

Output:

zsh: exec format error: ./postman_doc_gen

i guess the default release format is macos, not linux.

bserem commented 6 months ago

Same here, won't run on Linux

fernandowobeto commented 2 months ago

Same here, a tried to create a new executable on linux following the readme instructions, but when i execute it,got a error

Entrepreneur-AJ commented 2 months ago

Same issue here ./postman_doc_gen /home/eaj/Desktop/Inboxes.postman_collection.json -o /home/eaj/Desktop/docs bash: ./postman_doc_gen: cannot execute binary file: Exec format error