tensormap
tensormap copied to clipboard
Deployment issues and outdated python packages
Describe the bug Currently, most of the dependencies and libraries are outdated. Therefore, there is a lot of mismatches and issues in application deployment.
To Reproduce Steps to reproduce the behaviour:
- create a python 3 virtual environment how to set up virtual env
- activate the virtual environment
source env/bin/activate
- run
pip install -r requirements.txt
Expected behaviour install every requirement to the virtual environment smoothly. But in the current case, it will give a lot of errors.
Screenshots
Desktop (please complete the following information):
Additional context To fix the issue, dependencies and libraries need to update.