Closed eloiup closed 7 years ago
pip installed it, when i try:
from catsim.estimation import *
i get
File "/home/ubuntu/anaconda2/lib/python2.7/site-packages/catsim/estimation.py", line 18 def __init__(self, precision: int = 6, dodd: bool = False, verbose: bool = False): ^ SyntaxError: invalid syntax
any advice?
It seems you're trying to use catsim under Python 2.7. The package only supports Python 3 and up.
k thx! will get 3.0 for it
pip installed it, when i try:
from catsim.estimation import *
i get
any advice?