farnking / Test-Dragon-Forum-of-TBots

a fuzzer lab
1 stars 1 forks source link

How to use an environment for python 3.x? #25

Open farnking opened 10 months ago

farnking commented 10 months ago

Describe the bug In case your CnTestingTask.pyc does not match your python interpreter, you can do one of the following ...

  1. create a conda environment for the python version of your CnTestingTask.pyc.
  2. download a CnTestingTask.pyc from https://www.test-dragon.com for the python version you like.

Your diagnosis The python version of CnTestingTask.pyc does not match the python you are using.

Your suggestions for fixing the problem In the shell or cmd, type in the following:

    conda create -n env_name python=3.8
    conda activate env_name
    python CnTestDragon.py 

References Any links for related documents