Skip to content

ModuleNotFoundError: No module named 'ph2' #6

@natea

Description

@natea

I'm running the following commands:

$ virtualenv -p python3 parsehub
$ cd parsehub
$ source bin/activate
(parsehub)$ pip3 install py-parsehub
...
(parsehub)$ python3
Python 3.7.2 (default, Jan 13 2019, 12:50:01) 
[Clang 10.0.0 (clang-1000.11.45.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from ph2 import ParseHub 
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'ph2'

Any idea why it's unable to find the module ph2?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions