We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Caused by a recent incompatbility of Vaex & Pydantic vaexio/vaex#2384
Fix : Vaex update to vaex-core>=4.17.0
0.14.x
Windows
The text was updated successfully, but these errors were encountered:
update conda dependencies (increase vaex-core version to fix #598)
661bc1c
Successfully merging a pull request may close this issue.
🐛 Describe the bug
Latest Radis build on docs fails because of Vaex import (one of the causes of #545 )
💡 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
The text was updated successfully, but these errors were encountered: