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

AttributeError: module 'flask.json' has no attribute 'JSONEncoder' #20

Open
Sububioinfo opened this issue Aug 30, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Sububioinfo
Copy link

Hi,
I am getting the following error while testing your example data
(cxg) [root@master excellxgene]# excellxgene launch example-dataset
Traceback (most recent call last):
File "/root/.conda/envs/cxg/bin/excellxgene", line 5, in
from backend.server.cli.cli import cli
File "/root/.conda/envs/cxg/lib/python3.8/site-packages/backend/server/init.py", line 3, in
from backend.common.utils.utils import import_plugins
File "/root/.conda/envs/cxg/lib/python3.8/site-packages/backend/common/utils/utils.py", line 68, in
class Float32JSONEncoder(json.JSONEncoder):
AttributeError: module 'flask.json' has no attribute 'JSONEncoder'

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

No branches or pull requests

1 participant