You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the pip install quickstart example and got this GraphQL exception:
GraphQL API Error
Cannot return null for non-nullable field Query.dataset.
Here is the exception stack:
File "/Users/cuongwilliams/anaconda3/envs/voxel51/lib/python3.10/site-packages/graphql/execution/execute.py", line 1038, in await_result
return build_response(await result, errors) # type: ignore
File "/Users/cuongwilliams/anaconda3/envs/voxel51/lib/python3.10/site-packages/graphql/execution/execute.py", line 453, in get_results
await gather(*(results[field] for field in awaitable_fields)),
File "/Users/cuongwilliams/anaconda3/envs/voxel51/lib/python3.10/site-packages/graphql/execution/execute.py", line 537, in await_result
self.handle_field_error(error, return_type)
File "/Users/cuongwilliams/anaconda3/envs/voxel51/lib/python3.10/site-packages/graphql/execution/execute.py", line 571, in handle_field_error
raise error
File "/Users/cuongwilliams/anaconda3/envs/voxel51/lib/python3.10/site-packages/graphql/execution/execute.py", line 529, in await_result
completed = self.complete_value(
File "/Users/cuongwilliams/anaconda3/envs/voxel51/lib/python3.10/site-packages/graphql/execution/execute.py", line 622, in complete_value
raise TypeError(
Code to reproduce issue
I created a python=3.10 using conda and activated it.
Then I ran the following code:
import fiftyone as fo
import fiftyone.zoo as foz
dataset = foz.load_zoo_dataset("quickstart")
session = fo.launch_app(dataset)
System information
MacOSX Sequoia 15.2 on M2 MacBook
Conda 24.1
Python =3.10
fiftyone ==1.2.0
fiftyone-brain == 0.18.2
fiftyone_db == 1.1.7
Willingness to contribute
Yes. I can contribute a fix for this bug independently
Yes. I would be willing to contribute a fix for this bug with guidance
from the FiftyOne community
The text was updated successfully, but these errors were encountered:
Describe the problem
I ran the pip install quickstart example and got this GraphQL exception:
Here is the exception stack:
Code to reproduce issue
I created a python=3.10 using conda and activated it.
Then I ran the following code:
System information
Willingness to contribute
from the FiftyOne community
The text was updated successfully, but these errors were encountered: