AtsushiSakai / AtsushiSakai/googleearthplot

Not compatible with python3

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
36
Forks
16
PR merge metrics
No merged PRs in 30d

Description

When using with python3:

```
>>> import googleearthplot
Traceback (most recent call last):
File "", line 1, in
File "/home/nvidia/.local/lib/python3.6/site-packages/googleearthplot/__init__.py", line 1, in
from googleearthplot import googleearthplot
File "/home/nvidia/.local/lib/python3.6/site-packages/googleearthplot/googleearthplot.py", line 26
print "[PlotLineChartFromCSV] plotting a line chart from csv file:"+filepath
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[PlotLineChartFromCSV] plotting a line chart from csv file:"+filepath)?
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the Python 3 import failure and inspect googleearthplot/googleearthplot.py at line 26, along with the package entry point shown in the traceback. Check whether the package imports successfully under Python 3 and whether the existing plotting functionality still runs without Python 2 syntax errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.