tensormap icon indicating copy to clipboard operation
tensormap copied to clipboard

Deployment issues and outdated python packages

Open aselarbd opened this issue 3 years ago • 0 comments

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:

  1. create a python 3 virtual environment how to set up virtual env
  2. activate the virtual environment source env/bin/activate
  3. 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.

aselarbd avatar Mar 17 '21 11:03 aselarbd