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

Colab installation requires older pandas #138

Open
shubhg1996 opened this issue Aug 25, 2023 · 2 comments
Open

Colab installation requires older pandas #138

shubhg1996 opened this issue Aug 25, 2023 · 2 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@shubhg1996
Copy link
Member

Describe the bug
Installing the library on Colab seems to require an older version of pandas

To Reproduce
Steps to reproduce the behavior:
Run pip install on Google Colab

Screenshots

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-colab 1.0.0 requires pandas==1.5.3, but you have pandas 2.0.3 which is incompatible.
@shubhg1996 shubhg1996 added the bug Something isn't working label Aug 25, 2023
@betaBison
Copy link
Member

We will investigate more into how to remove this error.

This error is printed because installing gnss_lib_py overrides the Pandas version that is installed in the google colab setup.

Overriding the pandas version from 1.5.3 to newer pandas 2.x.x hasn't caused us any issues in our testing. Please let us know if any specific issues in running gnss_lib_py come up for you.

@betaBison
Copy link
Member

Google Colab themselves say you can upgrade the pandas package [link], so I'm confident this error can be safely ignored.

We're not the only ones dealing with this issue [link].

I'll keep this issue open until we add documentation on this error on the Install page and Troubleshooting page on our website.

@kanhereashwin kanhereashwin added the dependencies Pull requests that update a dependency file label Sep 28, 2023
@betaBison betaBison removed the bug Something isn't working label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants