-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels