-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DOC: Development on Gitpod have problems #59459
Comments
Related to #55214 (but not really a duplicate as I've different problems here) |
Still investigating on this thing. That's because if that file exist it is taken as-is: Lines 17 to 24 in 3ba3cd0
Given how unusable is anything with version starting with (That said, I'd really like to understand how |
I was having the same issue running the devcontainer myself (i.e. not in gitpod) I thought this was a consequence of this documented issue with versioneer - then it turned out to just be me not having followed the forking instructions correctly... |
Here's a basic patch that deletes the buggy _version_meson.py file, as mentioned by serl. |
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/development/contributing_gitpod.html
Documentation problem
Aiming for a quick-start, I wanted to use GitPod to setup my environment.
After a couple of minor hiccups I try to tackle in #59456, I stepped on a more serious roadblock:
This comes from a fresh workspace built on
main
, and it is confirmed bypandas.__version__
:Note that in the initialization steps,
pandas 2.2.0.dev0...
got built (output below).Output from the initialization task in .gitpod.yml
Reading around, seems like it could be a shallow clone/missing tags problem, but
git fetch --unshallow
happily reports that the repo is indeed not shallow, andgit tag
reports a lot of tags:Suggested fix for documentation
By digging a bit, I feel that the Gitpod files has been touched after the documentation has been written, and the screenshots/information are not really up-to-date.
Also, after #54046 I think that most of the
gitpod
directory is now unused and might be deleted(?)I'm willing to help with the housekeeping if you have any advices... And if you have ideas on how to make
pytest
run, I'm interested!The text was updated successfully, but these errors were encountered: