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

[FEAT] Use python instead of python3 to call shape2osm.py to be macOS Monterey/M1 compatible #131

Merged
merged 1 commit into from
Jun 4, 2022

Conversation

treee111
Copy link
Owner

@treee111 treee111 commented Jun 4, 2022

This PR…

  • changes the call of shape2osm.py from python3 call to python
  • there might be another way to get around this situation on the computer. Because python3 is already changed everywhere in the repo beside this one line, this is a logical step

Considerations and implementations

the error can be produced with a rather fresh macOS Monterey 12.4 on MBP M1 with: python -m wahoomc cli -co malta -md 100 -fp
and run via debugging this is the error:
grafik

this is the cause:
grafik

How to test

  1. Run python -m wahoomc cli -co malta -md 100 -fp

Pull Request Checklist

- furthermore, with "python3" it did not work on a MBP M1
@treee111 treee111 added the enhancement New feature or request label Jun 4, 2022
@treee111 treee111 merged commit c73bd8a into develop Jun 4, 2022
@treee111 treee111 deleted the macos-m1 branch June 4, 2022 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant