5 ms·
> which is the package manager to use? pip
by anttihaapala 4y ago
> which is the package manager to use?
pip
- dharmab 4y agoMy team is using Poetry. Did you know pip can execute arbitrary code when installing packages?
- teruakohatu 4y agoI use poetry but regardless as soon as you import a library arbitrary code is executed.
- matusf 4y ago[dead]
- uranusjr 4y agoJust fyi Poetry is still using pip under the hood. Also (unrelated to Poetry’s pip usage) if you ever build a dependency from source (the situation where pip executes arbitrary code), Poetry also executes arbitrary code.
- a2800276 4y agoUnless you are doing scientific computing or using Windows in which case you should use anaconda. Oh and if you are on a Mac you you use brew if you want to install things like tensorflow or imagemagick etc. You see there's only one thing to do it TM :)