12-13-2022 12:16 AM
Hello I wanted to ask if anyone is currently using the ACItoolkit. It seems to me that there are many functions under the applications, such as the snapback, that make work easier. Unfortunately I can't get this to work. Has anyone had any experience with this?
12-18-2022 02:21 PM
Really nobody know how to use it?
12-18-2022 10:22 PM
Did you checked the documentation: https://acitoolkit.readthedocs.io/en/latest/snapback.html ?
Cheers,
Sergiu
12-19-2022 01:45 AM
First thanks for your answer. Yes ich checked the documentation. The most parts of the acitoolkit work, but the Applications like snapback or aci diagram dont work.
I get warnings like this ".\snapback.py:573: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(data['snapshots']) is 0:" and a the error "ModuleNotFoundError: No module named 'StringIO'" when i execute the file "snapback.py". I tried some thinks like change the "is" to "==" and import the Module StringIO with "
try: from StringIO import StringIO ## for Python 2 except ImportError: from io import StringIO ## for Python 3" but it dont worked
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide