Skip to content

Installation from the current directory fails #7

Description

@acmiyaguchi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions