בקשת מידע | האם ניתן להתקין מודולי Python במחשב לא מקוון (על ידי הורדה ממחשב אחר)?
-
Is it possible to install Python modules on an offline computer (by downloading from another computer)?
-
python_book.pdf
כאן יש מדריך לפייתון.
בהתחלה יש הסבר מאיפה להוריד קובצי התקנה (במקרה הזה exe.)
לי זה עבד אופליין. -
Is it possible to install Python modules on an offline computer (by downloading from another computer)?
-
Is it possible to install Python modules on an offline computer (by downloading from another computer)?
@מוששש כתב בבקשת מידע | האם ניתן להתקין מודולי Python במחשב לא מקוון (על ידי הורדה ממחשב אחר)?:
Is it possible to install Python modules on an offline computer (by downloading from another computer)?
in https://pypi.org you can search for your
package and download the source code or
a precompiled whl file. then install it with pip from local storage. -
Is it possible to install Python modules on an offline computer (by downloading from another computer)?
@מוששש This is the answer in a nutshell (source: Chatgpt)
Installing a PIP package on a computer without internet involves a few steps. PIP is a package manager for Python that helps you install and manage Python packages.
-
Download the Package:
- On a computer with internet access, visit the Python Package Index (PyPI) website at https://pypi.org/.
- Search for the package you need and download the
.tar.gzor.zipfile.
-
Transfer the Package:
- Transfer the downloaded package file to the computer without internet using a USB drive or any other means.
-
Navigate to the Package Directory:
- On the computer without internet, unzip the package file and navigate to the extracted directory using the command line or terminal.
-
Install the Package:
- Once inside the package directory, run the following command to install the package:
This command tells PIP to install the package from the current directory.pip install .
- Once inside the package directory, run the following command to install the package:
-
שלום! נראה שהשיחה הזו מעניינת אותך, אבל עדיין אין לך חשבון.
נמאס לכם לגלול בין אותם הפוסטים בכל ביקור? כשנרשמים לחשבון, תמיד תחזרו בדיוק למקום שבו הייתם קודם, ותוכלו לבחור לקבל התראות על תגובות חדשות (בין אם במייל, ובין אם בהתראת פוש). תוכלו גם לשמור סימניות ולפרגן ב-upvote לפוסטים כדי להביע הערכה לחברי קהילה אחרים.
בעזרת התרומה שלך, הפוסט הזה יכול להיות אפילו טוב יותר 💗
הרשמה התחברות