AlexandreSenpai / Enma

Enma is a Python library designed to fetch and download manga and doujinshi data from many sources including Manganato and NHentai.
MIT License
88 stars 16 forks source link

ModuleNotFoundError: No module named 'entities' #8

Closed shandygunawan closed 3 years ago

shandygunawan commented 3 years ago

Hi, I hope you are doing well in this pandemic situation. I tried using your nhentai api and got this error message when trying to import the package: from NHentai import NHentai . This error persists when I'm trying to install it in Google Colab (Python 3.6.9) or my local virtual environment (Python 3.8.0). Thanks in advance.

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-3-1dc4a5a8e803> in <module>()
----> 1 from NHentai import NHentai

/usr/local/lib/python3.6/dist-packages/NHentai/__init__.py in <module>()
      6 import requests
      7 
----> 8 from entities.doujin import Doujin, DoujinThumbnail
      9 from entities.page import HomePage, SearchPage, TagListPage, GroupListPage, CharacterListPage, ArtistListPage
     10 from entities.links import CharacterLink

ModuleNotFoundError: No module named 'entities'
AlexandreSenpai commented 3 years ago

Sorry for my late reply. I'm going to fix this issue as soon as possible. Thanks for the report.

AlexandreSenpai commented 3 years ago

Fixed on version 0.0.5 and NHentai-API==0.0.15 pypi module