I ran the following commands:
$ virtualenv --python python3 venv
$ source venv/bin/activate
$ make install-requirements
$ make test
$ pip install .
$ mozilla-schema-generator generate-main-ping
And got the following error message:
(venv) amiyaguchi-vxjgh5:mozilla-schema-generator amiyaguchi$ mozilla-schema-generator
Traceback (most recent call last):
File "/Users/amiyaguchi/Work/mozilla-schema-generator/venv/bin/mozilla-schema-generator", line 6, in <module>
from mozilla_schema_generator.__main__ import main
ModuleNotFoundError: No module named 'mozilla_schema_generator'
I'm running the cli via python -m mozilla_schema_generator in the meanwhile.
I ran the following commands:
And got the following error message:
I'm running the cli via
python -m mozilla_schema_generatorin the meanwhile.