0

I am trying to import stumpy, but I'm always getting an a SyntaxError:

import stumpy

Traceback (most recent call last):

File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3296, in run_code exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 1, in import stumpy

File "C:\ProgramData\Anaconda3\lib\site-packages\stumpy__init__.py", line 38, in module = ast.parse(file_contents)

File "C:\ProgramData\Anaconda3\lib\ast.py", line 35, in parse return compile(source, filename, mode, PyCF_ONLY_AST)

File "unknown", line 29 Σ_T, ^ SyntaxError: invalid character in identifier

1 Answer 1

1

Issue solved. Fixed in stumpy version 1.2.2 !

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.