בקשת מידע | מידע והסבר כיצד לקמפל קוד פייתון לEXE
-
צריך לנסות להתקין ידנית פשוט אני לא יודע בדיוק איך עובדים עם github
זה הקישור לתוכנה בgithub -
תוריד את זה
auto-py-to-exe-master.zip
תחלץ את התיקייה תכנס לתוכה ותפעיל cmd מתוך התיקייה (כלומר כשאתה בתוך התיקייה אתה כותב בשורת הנתיב cmd) ותכתובpython -m pip install -r requirements.txt
לאחר מכן תכתוב
python -m auto_py_to_exe
-
@כ-ק כתב בבקשת מידע | מידע והסבר כיצד לקמפל קוד פייתון לEXE:
@ivrפון עבד לך ?
על הפקודה הראשונה הוא כותב
:\Users\HP>python -m pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping C:\Users\HP>