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

setup.sh: argparse wheel necessary? #87

Closed
rzbrk opened this issue Aug 17, 2021 · 2 comments · Fixed by #95
Closed

setup.sh: argparse wheel necessary? #87

rzbrk opened this issue Aug 17, 2021 · 2 comments · Fixed by #95

Comments

@rzbrk
Copy link
Collaborator

rzbrk commented Aug 17, 2021

According to George B. from RPF, argparse has been included in the Python standard library since Python 3.2 so I was curious why an argparse wheel is necessary.
Version 1.4 seems to date from 2015. It won't affect other Astro Pi operations since the module is only installed for the calliope user but it looks unnecessary.

@rzbrk
Copy link
Collaborator Author

rzbrk commented Aug 18, 2021

Argparse is installed on AstroPi-IR. I checked it with import argparse in the Python console:

pi@astropiir:~/src/CalliopEO_AstroPi $ python3
Python 3.7.3 (default, Jan 22 2021, 20:04:44)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import argparse
>>> argparse.__version__
'1.1'
>>>

rzbrk added a commit to rzbrk/CalliopEO_AstroPi that referenced this issue Aug 18, 2021
@rzbrk
Copy link
Collaborator Author

rzbrk commented Aug 18, 2021

Can be closed if PR #95 is merged

@rzbrk rzbrk linked a pull request Aug 18, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant