clemEssien / spark-nlp-phi-annotator

Apache License 2.0
1 stars 0 forks source link

Errors when running tox command #9

Open clemEssien opened 3 years ago

clemEssien commented 3 years ago

Problem description

Error obtained when the tox command is run

ERROR: InvocationError for command /home/cessien/spark-nlp-phi-annotator/server/.tox/py38/bin/pytest --cov-config=setup.cfg --cov=openapi_server -v (exited with code 1)
py39 create: /home/cessien/spark-nlp-phi-annotator/server/.tox/py39
ERROR: InterpreterNotFound: python3.9
________________________________________________________ summary _________________________________________________________
ERROR:   py37: commands failed
ERROR:   py38: commands failed
ERROR:  py39: InterpreterNotFound: python3.9

Steps to reproduce the issue

  1. Go to project folder
  2. cd server
  3. run the command 'tox'

Attempts to fix