Script Usage: Custom Visualization #1

Open
opened 2024-06-27 15:13:58 +02:00 by dancingCycle · 1 comment

Hi,
Thank you so much for providing and maintaining this repository!

According to the README I called the following instructions.

git clone gitea@git.wtf-eg.de:Gro/member-map.git
cd member-map/
python main.py --help

Instead of a hit about custom visualization I received this reply.

  File "main.py", line 10
    plz_data_path: str,
                 ^
SyntaxError: invalid syntax

Is this reply expected behavior?

FYI

$ python --version
Python 2.7.18

Cheers!

Hi, Thank you so much for providing and maintaining this repository! According to the [README](https://git.wtf-eg.de/Gro/member-map/src/commit/6344bc13827c7036d2abb9fb788456e65f8149a3/README.md?display=source#L32) I called the following instructions. ``` git clone gitea@git.wtf-eg.de:Gro/member-map.git cd member-map/ python main.py --help ``` Instead of a hit about custom visualization I received this reply. ``` File "main.py", line 10 plz_data_path: str, ^ SyntaxError: invalid syntax ``` Is this reply expected behavior? FYI ``` $ python --version Python 2.7.18 ``` Cheers!
Owner

Thanks for taking this repo for a spin and apologies for the inconveniences. Since Python 2.7 reached end of life 2020 I didn't think to specify that one needs Python 3 - I'll elaborate on that last step in the README ☺️
If you're meanwhile curious about the script's CLI, the following section of the source code might already help: https://git.wtf-eg.de/Gro/member-map/src/branch/main/main.py#L68-L104

Thanks for taking this repo for a spin and apologies for the inconveniences. Since Python 2.7 reached end of life 2020 I didn't think to specify that one needs Python 3 - I'll elaborate on that last step in the README ☺️ If you're meanwhile curious about the script's CLI, the following section of the source code might already help: https://git.wtf-eg.de/Gro/member-map/src/branch/main/main.py#L68-L104
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Gro/member-map#1
No description provided.