gologinapp / pygologin

REST API provides programmatic access to GoLogin App. Create a new browser profile, get a list of all browser profiles, add a browser profile and running
Other
61 stars 42 forks source link

ImportError: attempted relative import with no known parent package #86

Open ranlo opened 2 months ago

ranlo commented 2 months ago

getting an error:

ImportError: attempted relative import with no known parent package

caused by

from .extensionsManager import ExtensionsManager

stepjet commented 2 months ago

try to install gologin via pip

bbajwa346 commented 2 months ago

try to install gologin via pip

NO, that doesn't resolve anything, issue is persistent !! I was using it 6 months ago but in last updates there is some issue caused by 'from .extensionsManager import ExtensionsManager' Kindly check and resolve the issue as soon as possible

stepjet commented 2 months ago

could you try in with this version https://pypi.org/project/gologin/2024.5.12073431/

bbajwa346 commented 1 month ago

could you try in with this version https://pypi.org/project/gologin/2024.5.12073431/

Tried still same error 'from .extensionsManager import ExtensionsManager'

It doesn't even let create profile

could you try in with this version https://pypi.org/project/gologin/2024.5.12073431/

'