#π Installation problems?!
36 messages Β· Page 1 of 1 (latest)
@rapid otter
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
What did you run to install them, what did it output?
And what makes you think you can't install them?
I tried to install talib, however it doesn't work. What I mean by that is that it fails during the installation ...
This is what it looks like.
I couldn't install all of them for some reason π€
what version of python are you on?
3.12.9
this empyrical library you want to install only supports up to python 3.5
@shy siren And what about tensorflow? It's actually installed, but still red π΄
ngl, I'm not that familiar w/ tf
but hover over the red squiggly, what does it say?
like people nowadays just use pytorch
tf is kinda dead and makes breaking api changes every other update
Are you using a virtual environment?
Yes as always π
are you sure it's tensorflow.keras?
at least, if I look at tf's docs, it's just import keras
What's the difference between them? Is keras the latest version of tensorflow?
or... ig wait, sometimes it uses import keras and other times it uses from tensorflow import keras
maybe you need to pip install keras?
it's kind of complicated
the historical run down (at least if i rmb correctly) is, keras and tensorflow are seperate packages, but in keras 2.0 it was merged into tf, but then in keras 3.0 it went seperate again
what do you see if you do pip show keras
So what exactly is the current state of machine learning development in Python? Which library would you recommend: Tensorflow, Keras, Sklearn, PyTorch or even something else? π€
sklearn focuses on the more classical models, while the others are specifically for neural networks, so they're not really competing
in the remaining 3, pytorch is pretty much the dominant library nowadays
So can we really say that Keras, aka Tensorflow are dead dead?
tf mayyybe will make a comeback but rn it's just in the grave
keras I'm not sure, a quick glance and it looks like a higher level api that wraps around a backend of your choosing
e.g. pytorch and keras's relationship would be something like matplotlib and seaborn's relationship
you can just use pytorch solo tho, that's what I've been doing
Is it just that Tensorflow doesn't have upgraded to the latest version of Python yet (3.13) or is it generally known that Tensorflow is kind of dead?
?
.
the consensus is pytorch is the industry standard, at least I think
and also, google's attention rn is more focused on Jax, so uhh... tf's future isn't that bright either
if I look at google trends, then pytorch's a pretty clear winner
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.