Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python error running LaBOX.py #1

Open
mglgc opened this issue Nov 22, 2023 · 0 comments
Open

python error running LaBOX.py #1

mglgc opened this issue Nov 22, 2023 · 0 comments

Comments

@mglgc
Copy link

mglgc commented Nov 22, 2023

Hi,
First of all, thank you for your code development and its free availability to all scientific community.
Running LaBOX under python3 gives you code type errors for functions defined both at lines 72 and 92. As example, below attached error lines for one of them.
Thank you very much in advance for your reply.

Traceback (most recent call last):
File "./LaBOX.py", line 72, in
def get_coordinates(data: list[str], ext: str) -> list[float]:
TypeError: 'type' object is not subscriptable
[cssdbmgl@login210-19 ~]$ ./LaBOX.py -h
Traceback (most recent call last):
File "./LaBOX.py", line 72, in
def get_coordinates(data: list[str], ext: str) -> list[float]:
TypeError: 'type' object is not subscriptable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant