psiz-org / psiz

A python package for inferring psychological embeddings.
https://psiz.org
Apache License 2.0
29 stars 7 forks source link

ModuleNotFoundError: No module named 'psiz.agents' #28

Open piperod opened 2 years ago

piperod commented 2 years ago

Trying to follow the tutorial, after I installed using pip install psiz.

But when I import the library, the following error appears:

ModuleNotFoundError: No module named 'psiz.agents'

Any help very welcome!