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

CI Windows python 3.10 : Failed building wheel for pandas #17760

Closed
karthiknadig opened this issue Oct 15, 2021 · 1 comment · Fixed by #18026
Closed

CI Windows python 3.10 : Failed building wheel for pandas #17760

karthiknadig opened this issue Oct 15, 2021 · 1 comment · Fixed by #18026
Assignees
Labels
area-internal Label for non-user facing issues bug Issue identified by VS Code Team member as probable bug verified Verification succeeded windows
Milestone

Comments

@karthiknadig
Copy link
Member

  pandas/_libs/src/klib\khash.h(705): warning C4090: 'function': different 'const' qualifiers
  pandas/_libs/src/parser/io.c(139): error C2065: 'ssize_t': undeclared identifier
  pandas/_libs/src/parser/io.c(139): error C2146: syntax error: missing ';' before identifier 'rv'
  pandas/_libs/src/parser/io.c(139): error C2065: 'rv': undeclared identifier
  pandas/_libs/src/parser/io.c(145): error C2065: 'rv': undeclared identifier
  pandas/_libs/src/parser/io.c(145): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
  pandas/_libs/src/parser/io.c(146): error C2065: 'rv': undeclared identifier
  pandas/_libs/src/parser/io.c(157): error C2065: 'rv': undeclared identifier
  pandas/_libs/src/parser/io.c(158): error C2065: 'rv': undeclared identifier
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
  ----------------------------------------
  ERROR: Failed building wheel for pandas
ERROR: Could not build wheels for pandas which use PEP 517 and cannot be installed directly
Successfully built lazy-object-proxy numpy
Failed to build pandas
@karthiknadig karthiknadig added bug Issue identified by VS Code Team member as probable bug needs PR windows area-internal Label for non-user facing issues labels Oct 15, 2021
@karthiknadig karthiknadig self-assigned this Oct 15, 2021
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 15, 2021
karthiknadig added a commit to karthiknadig/vscode-python that referenced this issue Oct 15, 2021
@karthiknadig karthiknadig removed the triage-needed Needs assignment to the proper sub-team label Oct 15, 2021
@karthiknadig
Copy link
Member Author

Revert this change after this is fixed by pandas be58719

karthiknadig added a commit to karthiknadig/vscode-python that referenced this issue Nov 15, 2021
@karthiknadig karthiknadig added this to the November 2021 milestone Nov 15, 2021
karthiknadig added a commit that referenced this issue Nov 15, 2021
)

* Revert "Use python version 3.9 due to issues with pandas on 3.10 #17760 (#17761)"

This reverts commit be58719.

* Set python for wheels
@karthiknadig karthiknadig added the verified Verification succeeded label Nov 29, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-internal Label for non-user facing issues bug Issue identified by VS Code Team member as probable bug verified Verification succeeded windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant