-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Python] AttributeError: 'Table' object has no attribute 'GetVectorAsNumpy' #4765
Comments
cc @mikeholler who wrote pypi publishing PR I believe the only problem was making sure those who have the necessary pypi credentials are able to put them into the travis configuration (encrypted of course). I'm not familiar with that process, though, so can't add much. EDIT: This is the better link for tracking disucssion: #4516 |
For posterity: installing flatbuffers==1.9 fixed this particular error for me. It seems that the naming convention in PyPI changed from YYYYmmdd to semver, pushing 1.9 behind all the 2015xxxx. |
Ah yes, that was discussed at length here: #4507 and apparently there is no easy way to fix that. I think that after 1.9 has been out for a while, we should delete the old YYYYmmdd versions, as that will be the only long term fix. |
This issue has been automatically marked as stale because it has not had activity for 1 year. It will be automatically closed if no further activity occurs. To keep it open, simply post a new comment. Maintainers will re-open on new activity. Thank you for your contributions. |
This commit disables deployment of the package to PyPi server. It has led to some features missing, e.g.:
Thus, now it's impossible to depend on flatbuffers using pip, because it wasn't uploaded for a while.
In my case a dirty workaround could be:
Is it planned to turn the deployment to PyPi back on again?
The text was updated successfully, but these errors were encountered: