How do I find Data Center User Tool version and/or Python version?

Instructions

To find your Python version:

  1. If using a virtual environment, make sure that it is activated. (Activation Instructions)

  2. In a terminal, type python --version

  3. If the version is 2.X you may need to use the command python3 --version

 

To find your User Tools version:

  1. If using a virtual environment, make sure that it is activated. (Activation Instructions)

  2. In a terminal, type pip list | grep dkist

  3. This will show the version of the User Tools package (dkist) as well as the version of all other DKIST packages in your local environment.

 

Please note that Python 2.X is not supported when using the DKIST User Tools or the DKIST processing pipelines. If you run into errors or issues loading the dkist package, please submit a Help Desk ticket including the error message.