Hello everyone, This is my first post, I just registered.
I am trying to work with a web application that combines PHP, a MySQL database and Python, and I am currently unable to make the Python code work. The website should allow the user to register, login, upload images, and then make an analysis of the images using Python.
I am not an expert programmer, so I'm not fully sure about the problem, but it seems there are some packages of Python that I use but are not installed in the server (I use tommy2). The version of Python that I use is 3.10 and the packages that are apparently missing are: [__future__; abc; collections; csv; dataclasses; dotenv; fastapi; glob; io; magic; matplotlib; mysql; numpy; os; PIL; pydantic; six; tensorflow; typing; uuid]
Can somebody please help me? If there are more details needed, I am happy to provide them.