Tauffer-Consulting/domino

When try to run the command "domino platform run-compose" occur error info

Closed this issue · 3 comments

demo@demo:~/Desktop/xc$ domino platform run-compose
Traceback (most recent call last):
File "/home/demo/.local/bin/domino", line 5, in
from domino.cli.cli import cli
File "/home/demo/.local/lib/python3.9/site-packages/domino/cli/cli.py", line 7, in
from domino.cli.utils import pieces_repository, platform
File "/home/demo/.local/lib/python3.9/site-packages/domino/cli/utils/pieces_repository.py", line 247, in
def create_compiled_pieces_metadata(source_url: str | None = None) -> None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

The base environment is Python 3.9 ,ubuntu 18.04.6

Hi @wangwei357 , this is a Python version error. Please try it in an environment with Python 3.10

@luiztauffer Thanks for your, I have another question. Can I use win to use this platform?

yes, you should be able to run it on windows as well