Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'libs.lib' #5

Open
ccenyo opened this issue Apr 24, 2020 · 2 comments
Open

ModuleNotFoundError: No module named 'libs.lib' #5

ccenyo opened this issue Apr 24, 2020 · 2 comments

Comments

@ccenyo
Copy link

ccenyo commented Apr 24, 2020

i have installed megamanager by running python setup.py install but i amgetting this error while running megamanger :

Traceback (most recent call last):
File "C:\Users\Cenyo\Documents\python\Scripts\megamanager-script.py", line 11, in
load_entry_point('megamanager==0.0.2', 'console_scripts', 'megamanager')()
File "C:\Users\Cenyo\Documents\python\lib\site-packages\pkg_resources_init_.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Users\Cenyo\Documents\python\lib\site-packages\pkg_resources_init_.py", line 2852, in load_entry_point
return ep.load()
File "C:\Users\Cenyo\Documents\python\lib\site-packages\pkg_resources_init_.py", line 2443, in load
return self.resolve()
File "C:\Users\Cenyo\Documents\python\lib\site-packages\pkg_resources_init_.py", line 2449, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "C:\Users\Cenyo\Documents\python\lib\site-packages\megamanager_init_.py", line 1, in
from .account import Account
File "C:\Users\Cenyo\Documents\python\lib\site-packages\megamanager\account.py", line 9, in
from libs.lib import Lib
ModuleNotFoundError: No module named 'libs.lib'

could you help me please?

@ChrisMwai
Copy link

Having the same issue. No fix?

@ochen1
Copy link

ochen1 commented Nov 4, 2020

I fixed by uncommenting the lines inside libs/init.py and then changing libs/compress_images_lib.py to from .lib import Lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants