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

Python 3.8.5 not working at all #72

Open
SergioPetrov opened this issue May 17, 2021 · 2 comments
Open

Python 3.8.5 not working at all #72

SergioPetrov opened this issue May 17, 2021 · 2 comments
Assignees

Comments

@SergioPetrov
Copy link

Describe the bug
Hi, help me please: I installed all libraries in accordance with your guide. But when I run a simple first example:

seoanalyze https://www.prostoprelest.com.ua/

terminal shows errors:

{
"resource": "/c:/Users/Admin/hello/python-seo-analyzer/my-script.py",
"owner": "generated_diagnostic_collection_name#0",
"severity": 8,
"message": "Statements must be separated by newlines or semicolons",
"source": "Pylance",
"startLineNumber": 1,
"startColumn": 12,
"endLineNumber": 1,
"endColumn": 17
}

{
"resource": "/c:/Users/Admin/hello/python-seo-analyzer/my-script.py",
"owner": "generated_diagnostic_collection_name#0",
"severity": 8,
"message": "Expected expression",
"source": "Pylance",
"startLineNumber": 1,
"startColumn": 18,
"endLineNumber": 1,
"endColumn": 20
}

{
"resource": "/c:/Users/Admin/hello/python-seo-analyzer/my-script.py",
"owner": "generated_diagnostic_collection_name#0",
"code": {
"value": "reportUndefinedVariable",
"target": {
"$mid": 1,
"external": "https://github.com/microsoft/pylance-release/blob/main/DIAGNOSTIC_SEVERITY_RULES.md#diagnostic-severity-rules",
"path": "/microsoft/pylance-release/blob/main/DIAGNOSTIC_SEVERITY_RULES.md",
"scheme": "https",
"authority": "github.com",
"fragment": "diagnostic-severity-rules"
}
},
"severity": 4,
"message": ""seoanalyze" is not defined",
"source": "Pylance",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 11
}

Thanks ahead

@sethblack sethblack self-assigned this May 21, 2021
@sethblack
Copy link
Owner

Yikes. Looks like Windows and Python 3.8.5. Let me get a test environment setup and see what I can dig out. I've been sick, so I haven't had a chance to work on my open source projects for the past couple of weeks. X_x. I'll let ya know when I've gotten around to this issue.

@SergioPetrov
Copy link
Author

Thanks a lot! Feel better!
Very hope to your help

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