Похожие чаты

How do I list and automatically install all the required

packages to make a script work?
For example:
My script needs numpy
How do I check if numpy is installed, and if not, my script automatically installs it?

7 ответов

5 просмотров

>my script automatically installs it Nonononono. Look up 'requirements.txt python'

try: import numpy except ModuleNotFoundError: ...

aleemont._- Автор вопроса
. 𝖚𝖓𝖉𝖊𝖋𝖎𝖓𝖊𝖉
... => from os import system ; system("pip install...

But I need to install and import that after the install, is it possible to do so?

aleemont._
But I need to install and import that after the in...

try: import numpy except ModuleNotFoundError: from os import system system("pip install numpy") import numpy

aleemont._- Автор вопроса
. 𝖚𝖓𝖉𝖊𝖋𝖎𝖓𝖊𝖉
like he said better use requirements.txt

It's just for personal use so idc about confirmation 😜

Похожие вопросы

Обсуждают сегодня

Ясн. Но я всеравно к кедам отношусь с опасением. Чисто субьективное кедосозерцание. Что касаемо "восторга изяшности кед" так и не вкурил, хотя много слышал, пока не поставил с...
Артем Записной
30
Такой вопросец - есть функция function MySuperDuperConcat(const a: array of AnsiString): AnsiString; Как мне в её теле сделать вот так? Result:=Concat(a); А не грустный вариан...
notme
15
Есть какой-нибудь для Delphi/FPC T*Compression(Decompression)Stream на базе LZ4/Zstd/любой другой быстрый(и хорошо сжимающий) алгоритм А ещё лучше в pure pascal А ещё лучше од...
notme
48
type TObj = object procedure Init; virtual; end; TObj1 = object(TObj) procedure Init; override; end; procedure TObj1.Init; begin inherited; end; procedur...
Alexander 👋
29
Hello everyone, sorry for asking as I guess this has already been answered a thousand times but... I m a bit concerned about the FTM -> S swap. I m hodler and quiet exposed a...
Tonton ToOn
6
They keep hyping $FUN but where's the progress? 🙄
Noah Noure
23
А чем вам питонисты не угодили?😂
.
79
Btw guys very stupid question but i haven't researchd so js asking you pros . Can ltc be traced too? Literally point to pint to the user? And getting the banks blocked ? Exch...
20
Can I deposit from Bingx-exchange to wazirx? Any problem? Admin
Crypto Alt Trader
15
Hey guys, did you see the new announcement about $Fun? 🔥
Filip Murphy
55
Карта сайта