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
when running tests for organising video files: this test, this error is produced:
ImportError while loading conftest '/Users/sakshamsharda/Documents/NWB/dandi-cli/dandi/conftest.py'. dandi/conftest.py:7: in <module> from .tests.fixtures import * # noqa: F401, F403 # lgtm [py/polluting-import] dandi/tests/fixtures.py:34: in <module> from ..cli.command import organize dandi/cli/command.py:143: in <module> from .cmd_download import download # noqa: E402 dandi/cli/cmd_download.py:7: in <module> from ..dandiarchive import _dandi_url_parser, parse_dandi_url dandi/dandiarchive.py:48: in <module> from .dandiapi import BaseRemoteAsset, DandiAPIClient, RemoteDandiset dandi/dandiapi.py:1524: in <module> class RemoteBlobAsset(RemoteAsset, BaseRemoteBlobAsset): pydantic/main.py:367: in pydantic.main.ModelMetaclass.__new__ ??? /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/abc.py:85: in __new__ cls = super().__new__(mcls, name, bases, namespace, **kwargs) E TypeError: multiple bases have instance lay-out conflict
The text was updated successfully, but these errors were encountered:
@Saksham20 What versions of Python and pydantic are you using?
Sorry, something went wrong.
python 3.8.9 pydantic 1.8.2
It turns out the master branch of dandi requires pydantic 1.9.0 or higher. I've created a PR to update the dependencies (#905).
@Saksham20 Please update your version of pydantic and try again.
thanks, it works now
No branches or pull requests
when running tests for organising video files: this test, this error is produced:
The text was updated successfully, but these errors were encountered: