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

vaex import error #598

Closed
erwanp opened this issue Aug 1, 2023 · 0 comments · Fixed by #599
Closed

vaex import error #598

erwanp opened this issue Aug 1, 2023 · 0 comments · Fixed by #599
Labels
bug Something isn't working
Milestone

Comments

@erwanp
Copy link
Member

erwanp commented Aug 1, 2023

🐛 Describe the bug

Latest Radis build on docs fails because of Vaex import (one of the causes of #545 )


  File ~\Anaconda3\envs\radis-env\lib\site-packages\vaex\__init__.py:41
    import vaex.logging

  File ~\Anaconda3\envs\radis-env\lib\site-packages\vaex\logging.py:7
    import vaex.settings

  File ~\Anaconda3\envs\radis-env\lib\site-packages\vaex\settings.py:10
    from pydantic import BaseModel, BaseSettings, Field

  File ~\Anaconda3\envs\radis-env\lib\site-packages\pydantic\__init__.py:210 in __getattr__
    return _getattr_migration(attr_name)

  File ~\Anaconda3\envs\radis-env\lib\site-packages\pydantic\_migration.py:289 in wrapper
    raise PydanticImportError(

PydanticImportError

💡 Possible solutions

Caused by a recent incompatbility of Vaex & Pydantic vaexio/vaex#2384

Fix : Vaex update to vaex-core>=4.17.0

🎲 Radis version

0.14.x

💻 Operating system

Windows

@erwanp erwanp added the bug Something isn't working label Aug 1, 2023
@erwanp erwanp added this to the 0.15 milestone Aug 1, 2023
@erwanp erwanp linked a pull request Aug 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant