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

Invalid Syntax for all commands #99

Open
BoozingPorkPuller opened this issue Feb 19, 2024 · 0 comments
Open

Invalid Syntax for all commands #99

BoozingPorkPuller opened this issue Feb 19, 2024 · 0 comments

Comments

@BoozingPorkPuller
Copy link

Hi everyone, i can't manage to make it work ! I installed all the required package
import urllib.request
import urllib.error
import urllib3

!tar -xvzf /content/pyseoanalyzer-4.0.7.tar.gz
!cd path/to/package && pip install .

!pip install docker

!pip install pyseoanalyzer

And i keep having invalid syntax errors on my request like : seoanalyze http://internetvergelijnk.nl/

But this one work
from seoanalyzer import analyze

output = analyze('https://www.3ds.com/consulting-services-value-engagement/')

print(output)

I don't understand what i did wrong :')

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

1 participant