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

Double type-checking output when python interactive window opened #3617

Closed
jaymegordo opened this issue Nov 12, 2022 · 1 comment
Closed

Comments

@jaymegordo
Copy link

Environment data

  • vscode: 1.73.1
  • Language Server version: pylance v2022.11.20
  • OS and version: Darwin arm64 22.1.0
  • Python version (& distribution if applicable, e.g. Anaconda): python 3.9.15, poetry 1.2.2

Description

With no python interactive window open, pylance seems to function normally, and hover on variable shows expected output:

Screenshot 2022-11-12 at 10 53 26 AM

As soon as the python interactive window is opened, pylance seems to behave differently, double outputs are shown, and overrides defined in pyproject.toml [tools.pyright] are ignored (error severity goes back to default for everything):

Screenshot 2022-11-12 at 10 53 45 AM

type checking also seems to get slower and feels "messed up" at this point as well.

Repro Steps

  • launch python interactive window

Expected behavior

  • single output on hover over variable

Actual behavior

  • double output once python interactive window is opened

Logs

  • NOTE error logs were too long to submit issue, so had to trim some
Logs

[Info  - 10:59:07 AM] (19899) Pylance language server 2022.11.20 (pyright 470188d0) starting
[Info  - 10:59:07 AM] (19899) Server root directory: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist
[Info  - 10:59:07 AM] (19899) Starting service instance "fees-module"
[Info  - 10:59:07 AM] (19899) Starting service instance "fees-module.wiki"
[Info  - 10:59:07 AM] (19899) Notebook support: LSP
[Info  - 10:59:07 AM] (19899) Interactive window support: LSP
[Info  - 10:59:08 AM] (19899) No configuration file found.
[Info  - 10:59:08 AM] (19899) No pyproject.toml file found.
[Info  - 10:59:08 AM] (19899) Setting pythonPath for service "fees-module.wiki": "/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/bin/python"
[Warn  - 10:59:08 AM] (19899) stubPath /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.wiki/typings is not a valid directory.
[Info  - 10:59:08 AM] (19899) Assuming Python version 3.9
[Info  - 10:59:08 AM] (19899) Assuming Python platform Darwin
[Info  - 10:59:08 AM] (19899) Search paths for /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.wiki
[Info  - 10:59:08 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib
[Info  - 10:59:08 AM] (19899)   /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.wiki
[Info  - 10:59:08 AM] (19899)   /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.wiki/typings
[Info  - 10:59:08 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stubs/...
[Info  - 10:59:08 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs
[Info  - 10:59:08 AM] (19899)   /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9
[Info  - 10:59:08 AM] (19899)   /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload
[Info  - 10:59:08 AM] (19899)   /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages
[Info  - 10:59:08 AM] (19899)   /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module
[Info  - 10:59:08 AM] (19899) Adding fs watcher for library directories:
 /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9
/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload
/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages
/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module
[Info  - 10:59:08 AM] (19899) Adding fs watcher for directories:
 /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.wiki
[Info  - 10:59:08 AM] (19899) Searching for source files
[Info  - 10:59:08 AM] (19899) No source files found.
[Info  - 10:59:08 AM] (19899) Background analysis(1) root directory: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist
[Info  - 10:59:08 AM] (19899) Background analysis(1) started
[Info  - 10:59:08 AM] (19899) Background analysis(2) root directory: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist
[Info  - 10:59:08 AM] (19899) Background analysis(2) started
(19899) Background analysis message: setConfigOptions
(19899) Background analysis message: setImportResolver
(19899) Background analysis message: ensurePartialStubPackages
(19899) Background analysis message: setTrackedFiles
(19899) Background analysis message: markAllFilesDirty
[Info  - 10:59:08 AM] (19899) No configuration file found.
[Info  - 10:59:08 AM] (19899) pyproject.toml file found at /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.
[Info  - 10:59:08 AM] (19899) Setting pythonPath for service "fees-module": "/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/bin/python"
[Info  - 10:59:08 AM] (19899) Loading pyproject.toml file at /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/pyproject.toml
[Info  - 10:59:08 AM] (19899) Assuming Python version 3.9
[Info  - 10:59:08 AM] (19899) Assuming Python platform Darwin
[Info  - 10:59:08 AM] (19899) Auto-excluding **/node_modules
[Info  - 10:59:08 AM] (19899) Auto-excluding **/__pycache__
[Info  - 10:59:08 AM] (19899) Auto-excluding **/.*
[Warn  - 10:59:08 AM] (19899) stubPath /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/typings is not a valid directory.
[Info  - 10:59:08 AM] (19899) Search paths for /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module
[Info  - 10:59:08 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib
[Info  - 10:59:08 AM] (19899)   /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module
[Info  - 10:59:08 AM] (19899)   /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/typings
[Info  - 10:59:08 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stubs/...
[Info  - 10:59:08 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs
[Info  - 10:59:08 AM] (19899)   /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9
[Info  - 10:59:08 AM] (19899)   /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload
[Info  - 10:59:08 AM] (19899)   /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages
[Info  - 10:59:08 AM] (19899)   /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module
[Info  - 10:59:08 AM] (19899) Adding fs watcher for library directories:
 /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9
/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload
/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages
[Info  - 10:59:08 AM] (19899) Adding fs watcher for directories:
 /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/lambdas
/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton
/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb
[Info  - 10:59:08 AM] (19899) Searching for source files
[Info  - 10:59:08 AM] (19899) Found 110 source files
(19899) [IDX(FG)] index libraries /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module (index) ...
(19899) [IDX(FG)]   read stdlib indices (15ms)
(19899) [IDX(FG)] index libraries /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module (index) [succeed] (17ms)
(19899) Background analysis message: setConfigOptions
(19899) Background analysis message: setImportResolver
(19899) Background analysis message: ensurePartialStubPackages
(19899) Background analysis message: setTrackedFiles
(19899) Background analysis message: markAllFilesDirty
(19899) Background analysis message: setFileOpened
(19899) Background analysis message: setFileOpened
(19899) Background analysis message: getDiagnosticsForRange
(19899) Background analysis message: getDiagnosticsForRange
(19899) [FG] parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/working.py (97ms)
(19899) [FG] parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 1ms] (37ms)
(19899) [FG] binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/builtins.pyi (19ms)
(19899) [FG] binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/working.py (5ms)
(19899) [FG] parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py (9ms)
(19899) [FG] binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py (2ms)
(19899) Background analysis message: getDiagnosticsForRange
(19899) Background analysis message: getDiagnosticsForRange
(19899) Background analysis message: analyze
(19899) Background analysis message: analyze
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py ...
(19899) [BG(1)]   parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py (37ms)
(19899) [BG(1)]   parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 1ms] (36ms)
(19899) [BG(1)]   binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/builtins.pyi (17ms)
(19899) [BG(1)]   binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py (3ms)
(19899) [BG(1)]   checking: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py ...
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/typing.pyi [fs read 0ms] (7ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/typing.pyi (3ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/typing_extensions.pyi [fs read 0ms] (1ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/typing_extensions.pyi (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi [fs read 0ms] (8ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/abc.pyi [fs read 0ms] (0ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/abc.pyi (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/re.pyi [fs read 0ms] (3ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/re.pyi (2ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/pathlib.pyi [fs read 0ms] (1ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/pathlib.pyi (0ms)
[Info  - 10:59:08 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.wiki/.git/FETCH_HEAD'
[Info  - 10:59:08 AM] (19899) SourceFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.wiki/.git/FETCH_HEAD'
[Info  - 10:59:08 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.wiki/.git/FETCH_HEAD'
[Info  - 10:59:08 AM] (19899) SourceFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module.wiki/.git/FETCH_HEAD'
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/os/__init__.pyi [fs read 0ms] (16ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/os/__init__.pyi (3ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/__init__.pyi [fs read 0ms] (5ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/__init__.pyi (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/fields/__init__.pyi [fs read 0ms] (14ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/fields/__init__.pyi (3ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/query_utils.pyi [fs read 0ms] (11ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/query_utils.pyi (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/expressions.pyi [fs read 0ms] (2ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/expressions.pyi (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/datetime.pyi [fs read 0ms] (2ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/datetime.pyi (4ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/__init__.py [fs read 0ms] (0ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/__init__.py (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/config.py [fs read 0ms] (2ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/config.py (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/tagtog.py [fs read 0ms] (15ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/tagtog.py (3ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/utils.py [fs read 0ms] (10ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/utils.py (2ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/aws/s3.py [fs read 0ms] (8ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/aws/s3.py (2ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/aws/textract.py [fs read 0ms] (23ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/aws/textract.py (7ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/common.py [fs read 0ms] (1ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/common.py (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/logger.py [fs read 0ms] (6ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/logger.py (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/logging/__init__.pyi [fs read 0ms] (5ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/logging/__init__.pyi (2ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/logging/handlers.pyi [fs read 1ms] (4ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/logging/handlers.pyi (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/io.pyi [fs read 0ms] (3ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/io.pyi (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/colorlog/__init__.py [fs read 0ms] (2ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/colorlog/__init__.py (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/colored_traceback/__init__.py [fs read 0ms] (0ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/colored_traceback/__init__.py (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/colored_traceback/colored_traceback.py [fs read 0ms] (4ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/colored_traceback/colored_traceback.py (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/colorlog/formatter.py [fs read 0ms] (1ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/colorlog/formatter.py (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/collections/abc.pyi [fs read 0ms] (0ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/collections/abc.pyi ...
(19899) [BG(1)]       parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/_collections_abc.pyi [fs read 0ms] (0ms)
(19899) [BG(1)]       binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/_collections_abc.pyi (1ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/collections/abc.pyi (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/sys.pyi [fs read 0ms] (3ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/sys.pyi (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/typing.py [fs read 0ms] (2ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/typing.py (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/database.py [fs read 0ms] (2ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/database.py (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/base.pyi [fs read 0ms] (2ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/base.pyi (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/botocore-stubs/response.pyi [fs read 1ms] (4ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/botocore-stubs/response.pyi (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/element.pyi [fs read 0ms] (3ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/element.pyi (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/boto3-stubs/__init__.pyi [fs read 1ms] (185ms)
[Info  - 10:59:09 AM] (19899) Could not import 'mypy_boto3_accessanalyzer.client' in file '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/boto3-stubs/__init__.pyi'
[Info  - 10:59:09 AM] (19899)   Looking in stubPath '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/typings'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/typings'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/typings'
[Info  - 10:59:09 AM] (19899)   Looking in root directory of execution environment '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:09 AM] (19899)   Looking in python search path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve stub package using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9'
[Info  - 10:59:09 AM] (19899)   Looking in python search path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve stub package using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload'
[Info  - 10:59:09 AM] (19899)   Looking in python search path '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve using root path '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages'
[Info  - 10:59:09 AM] (19899)   Looking in python search path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:09 AM] (19899)   Looking in bundled stubs path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs'
[Info  - 10:59:09 AM] (19899)   Attempting to resolve using root path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs'
[Info  - 10:59:09 AM] (19899)   Looking for typeshed stdlib path
[Info  - 10:59:09 AM] (19899)   Looking for typeshed stdlib path
[Info  - 10:59:09 AM] (19899)   Attempting to resolve using root path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib'
[Info  - 10:59:09 AM] (19899)   Typeshed path not found
[Info  - 10:59:09 AM] (19899)   Looking for typeshed third-party path
[Info  - 10:59:09 AM] (19899)   Looking for typeshed stubs path
[Info  - 10:59:09 AM] (19899)   Typeshed path not found

----------------
^ about 20k lines of this block repeated for every package so manually removed
----------------


(19899) [BG(1)]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/pyhanko/sign/pkcs11.py (1ms)
(19899) [BG(1)]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/pyhanko/config.py [fs read 0ms] (5ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/pyhanko/config.py (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/urls/base.pyi [fs read 0ms] (0ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/urls/base.pyi (1ms)
(19899) [BG(1)]   checking: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/urls.py (714ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/urls.py (722ms)
(19899) Background analysis message: resumeAnalysis
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/views.py ...
(19899) [BG(1)]   checking: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/views.py ...
(19899) [BG(1)]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/utils/url.py [fs read 0ms] (1ms)
(19899) [BG(1)]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/utils/url.py (0ms)
(19899) [BG(1)]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/template/exceptions.pyi [fs read 0ms] (1ms)
(19899) [BG(1)]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/template/exceptions.pyi (0ms)
(19899) [BG(1)]   checking: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/views.py (50ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/views.py (50ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0001_initial.py ...
(19899) [BG(1)]   parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0001_initial.py [fs read 0ms] (1ms)
(19899) [BG(1)]   binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0001_initial.py (0ms)
(19899) [BG(1)]   checking: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0001_initial.py (11ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0001_initial.py (12ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0002_remove_fundcontact_fund_fundcontact_cognito_uid_and_more.py ...
(19899) [BG(1)]   parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0002_remove_fundcontact_fund_fundcontact_cognito_uid_and_more.py [fs read 0ms] (0ms)
(19899) [BG(1)]   binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0002_remove_fundcontact_fund_fundcontact_cognito_uid_and_more.py (0ms)
(19899) [BG(1)]   checking: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0002_remove_fundcontact_fund_fundcontact_cognito_uid_and_more.py (2ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0002_remove_fundcontact_fund_fundcontact_cognito_uid_and_more.py (2ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0003_fundcontact_fund.py ...
(19899) [BG(1)]   parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0003_fundcontact_fund.py [fs read 0ms] (1ms)
(19899) [BG(1)]   binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0003_fundcontact_fund.py (0ms)
(19899) [BG(1)]   checking: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0003_fundcontact_fund.py (3ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0003_fundcontact_fund.py (4ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0004_alter_fundcontact_fund.py ...
(19899) [BG(1)]   parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0004_alter_fundcontact_fund.py [fs read 0ms] (1ms)
(19899) [BG(1)]   binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0004_alter_fundcontact_fund.py (0ms)
(19899) [BG(1)]   checking: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0004_alter_fundcontact_fund.py (1ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0004_alter_fundcontact_fund.py (2ms)
(19899) [BG(1)] analyzing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0005_document_documentattrs.py ...
(19899) [BG(1)]   parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0005_document_documentattrs.py [fs read 0ms] (0ms)
(19899) [BG(1)]   binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0005_document_documentattrs.py (0ms)
(19899) [BG(1)]   checking: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/migrations/0005_document_documentattrs.py (10ms)

-----------------
^ deleted a bunch of similar output here as well
-----------------

[Info  - 10:59:13 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/working.py.git'
[Info  - 10:59:13 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py.git'
[Info  - 10:59:13 AM] (19899) SourceFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py.git'
[Info  - 10:59:21 AM] (19899) Starting service instance "<default>"
[Info  - 10:59:21 AM] (19899) No pyproject.toml file found.
[Info  - 10:59:21 AM] (19899) Setting pythonPath for service "<default>": "/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/bin/python"
[Warn  - 10:59:21 AM] (19899) stubPath typings is not a valid directory.
[Info  - 10:59:21 AM] (19899) Assuming Python version 3.9
[Info  - 10:59:21 AM] (19899) Assuming Python platform Darwin
[Info  - 10:59:21 AM] (19899) Search paths for <default>
[Info  - 10:59:21 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib
[Info  - 10:59:21 AM] (19899)   typings
[Info  - 10:59:21 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stubs/...
[Info  - 10:59:21 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs
[Info  - 10:59:21 AM] (19899)   /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9
[Info  - 10:59:21 AM] (19899)   /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload
[Info  - 10:59:21 AM] (19899)   /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages
[Info  - 10:59:21 AM] (19899)   /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module
[Info  - 10:59:21 AM] (19899) Searching for source files
[Info  - 10:59:21 AM] (19899) No source files found.
(19899) [IDX(FG)] index libraries  (index) ...
(19899) [IDX(FG)]   read stdlib indices (0ms)
(19899) [IDX(FG)] index libraries  (index) [succeed] (2ms)
[Info  - 10:59:21 AM] (19899) virtual workspace: vscode-interactive:Interactive-1.interactive
[Info  - 10:59:21 AM] (19899) Starting service instance "Interactive-1.interactive"
[Info  - 10:59:21 AM] (19899) No pyproject.toml file found.
[Info  - 10:59:21 AM] (19899) Setting pythonPath for service "Interactive-1.interactive": "/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/bin/python"
[Warn  - 10:59:21 AM] (19899) stubPath typings is not a valid directory.
[Info  - 10:59:22 AM] (19899) Assuming Python version 3.9
[Info  - 10:59:22 AM] (19899) Assuming Python platform Darwin
[Info  - 10:59:22 AM] (19899) Search paths for <default>
[Info  - 10:59:22 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib
[Info  - 10:59:22 AM] (19899)   typings
[Info  - 10:59:22 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stubs/...
[Info  - 10:59:22 AM] (19899)   /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs
[Info  - 10:59:22 AM] (19899)   /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9
[Info  - 10:59:22 AM] (19899)   /opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload
[Info  - 10:59:22 AM] (19899)   /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages
[Info  - 10:59:22 AM] (19899)   /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module
[Info  - 10:59:22 AM] (19899) Searching for source files
[Info  - 10:59:22 AM] (19899) No source files found.
[Info  - 10:59:22 AM] (19899) Background analysis(3) root directory: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist
[Info  - 10:59:22 AM] (19899) Background analysis(3) started
(19899) Background analysis message: setConfigOptions
(19899) Background analysis message: setImportResolver
(19899) Background analysis message: ensurePartialStubPackages
(19899) Background analysis message: setTrackedFiles
(19899) Background analysis message: markAllFilesDirty
(19899) Background analysis message: setFileOpened
(19899) Background analysis message: analyze
(19899) [BG(3)] analyzing: /InteractiveInput-1 ...
(19899) [BG(3)]   parsing: /InteractiveInput-1 (10ms)
(19899) [FG] analyzing: Interactive-1.interactive:pylance-notebook-cell:W1sdnNjb2RlLWludGVyYWN0aXZl.py ...
(19899) [FG]   parsing: Interactive-1.interactive:pylance-notebook-cell:W1sdnNjb2RlLWludGVyYWN0aXZl.py (203ms)
(19899) [FG]   parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/display.py [fs read 1ms] (7ms)
(19899) [FG]   parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 0ms] (60ms)
(19899) [FG]   binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/builtins.pyi (9ms)
(19899) [FG]   binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/display.py ...
(19899) [FG]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/core/display_functions.py [fs read 0ms] (13ms)
(19899) [FG]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/core/display_functions.py (12ms)
(19899) [FG]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/lib/display.py [fs read 1ms] (35ms)
(19899) [FG]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/lib/display.py (2ms)
(19899) [FG]   binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/display.py (62ms)
(19899) [FG]   binding: Interactive-1.interactive:pylance-notebook-cell:W1sdnNjb2RlLWludGVyYWN0aXZl.py (0ms)
(19899) [FG]   checking: Interactive-1.interactive:pylance-notebook-cell:W1sdnNjb2RlLWludGVyYWN0aXZl.py ...
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/typing.pyi [fs read 1ms] (13ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/typing.pyi (3ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/typing_extensions.pyi [fs read 0ms] (1ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/typing_extensions.pyi (2ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi [fs read 0ms] (8ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi (1ms)


-----------------
^ and here
-----------------


[Info  - 10:59:23 AM] (19899) Could not import 'cupy.random' in file '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/spacy/util.py'
[Info  - 10:59:23 AM] (19899)   Looking in stubPath 'typings'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path 'typings'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path 'typings'
[Info  - 10:59:23 AM] (19899)   Looking in python search path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9'
[Info  - 10:59:23 AM] (19899)   Looking in python search path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload'
[Info  - 10:59:23 AM] (19899)   Looking in python search path '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages'
[Info  - 10:59:23 AM] (19899)   Looking in python search path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:23 AM] (19899)   Looking in bundled stubs path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs'
[Info  - 10:59:23 AM] (19899)   Looking for typeshed stdlib path
[Info  - 10:59:23 AM] (19899)   Looking for typeshed stdlib path
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib'
[Info  - 10:59:23 AM] (19899)   Typeshed path not found
[Info  - 10:59:23 AM] (19899)   Looking for typeshed third-party path
[Info  - 10:59:23 AM] (19899)   Looking for typeshed stubs path
[Info  - 10:59:23 AM] (19899)   Typeshed path not found
(19899) [FG]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/spacy/util.py (3ms)
(19899) [FG]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/spacy/language.py [fs read 1ms] (37ms)
(19899) [FG]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/spacy/language.py (13ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/functools.pyi [fs read 0ms] (1ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/functools.pyi (2ms)
(19899) [FG]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/threading.py [fs read 0ms] (13ms)
(19899) [FG]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/threading.py (0ms)
(19899) [FG]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/typing.py [fs read 1ms] (1ms)
(19899) [FG]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/shelton/typing.py (3ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/datetime.pyi [fs read 1ms] (3ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/datetime.pyi (0ms)
(19899) [FG]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/models.py [fs read 0ms] (24ms)
(19899) [FG]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/home/models.py (1ms)
(19899) [FG]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/database.py [fs read 0ms] (2ms)
(19899) [FG]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/database.py (3ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/__init__.pyi [fs read 0ms] (21ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/__init__.pyi (0ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/base.pyi [fs read 0ms] (7ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/base.pyi (1ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/fields/__init__.pyi [fs read 0ms] (19ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/fields/__init__.pyi (8ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/query_utils.pyi [fs read 0ms] (12ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/query_utils.pyi (1ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/expressions.pyi [fs read 0ms] (6ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/expressions.pyi (1ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/fields/related.pyi [fs read 1ms] (8ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/fields/related.pyi (6ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/fields/mixins.pyi [fs read 0ms] (1ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/fields/mixins.pyi (0ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/utils/__init__.pyi [fs read 0ms] (0ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/utils/__init__.pyi (0ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/utils/tree.pyi [fs read 0ms] (0ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/utils/tree.pyi (0ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/__init__.pyi [fs read 0ms] (4ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/__init__.pyi (0ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/query.pyi [fs read 0ms] (1ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/query.pyi (1ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/manager.pyi [fs read 0ms] (0ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs/django-stubs/db/models/manager.pyi (1ms)
(19899) [FG]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py [fs read 0ms] (15ms)
(19899) [FG]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/apps/internal/models.py (1ms)
(19899) [FG]     parsing: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/utils/userdata.py [fs read 0ms] (4ms)
(19899) [FG]     binding: /Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/sheltonweb/utils/userdata.py (0ms)
(19899) [FG]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/core/interactiveshell.py [fs read 1ms] (124ms)
[Info  - 10:59:23 AM] (19899) Could not import 'docrepr.sphinxify' in file '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/core/interactiveshell.py'
[Info  - 10:59:23 AM] (19899)   Looking in stubPath 'typings'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path 'typings'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path 'typings'
[Info  - 10:59:23 AM] (19899)   Looking in python search path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9'
[Info  - 10:59:23 AM] (19899)   Looking in python search path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/opt/homebrew/Cellar/[email protected]/3.9.15/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload'
[Info  - 10:59:23 AM] (19899)   Looking in python search path '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages'
[Info  - 10:59:23 AM] (19899)   Looking in python search path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module'
[Info  - 10:59:23 AM] (19899)   Looking in bundled stubs path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve stub package using root path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs'
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/bundled/stubs'
[Info  - 10:59:23 AM] (19899)   Looking for typeshed stdlib path
[Info  - 10:59:23 AM] (19899)   Looking for typeshed stdlib path
[Info  - 10:59:23 AM] (19899)   Attempting to resolve using root path '/Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib'
[Info  - 10:59:23 AM] (19899)   Typeshed path not found
[Info  - 10:59:23 AM] (19899)   Looking for typeshed third-party path
[Info  - 10:59:23 AM] (19899)   Looking for typeshed stubs path
[Info  - 10:59:23 AM] (19899)   Typeshed path not found
(19899) [FG]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/IPython/core/interactiveshell.py (4ms)
(19899) [FG]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/traitlets/config/configurable.py [fs read 1ms] (33ms)
(19899) [FG]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/traitlets/config/configurable.py (1ms)
(19899) [FG]     parsing: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py [fs read 0ms] (20ms)
(19899) [FG]     binding: /Users/jayme/Library/Caches/pypoetry/virtualenvs/fees-module-gZBK3mLa-py3.9/lib/python3.9/site-packages/traitlets/traitlets.py (5ms)
(19899) [FG]     parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/enum.pyi [fs read 0ms] (19ms)
(19899) [FG]     binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/enum.pyi (0ms)
(19899) [FG]   checking: Interactive-1.interactive:pylance-notebook-cell:W1sdnNjb2RlLWludGVyYWN0aXZl.py (1568ms)
(19899) [FG] analyzing: Interactive-1.interactive:pylance-notebook-cell:W1sdnNjb2RlLWludGVyYWN0aXZl.py (1909ms)
(19899) [BG(3)]   parsing: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 2ms] (85ms)
(19899) [BG(3)]   binding: /Users/jayme/.vscode/extensions/ms-python.vscode-pylance-2022.11.20/dist/typeshed-fallback/stdlib/builtins.pyi (23ms)
(19899) [BG(3)]   binding: /InteractiveInput-1 (0ms)
(19899) [BG(3)]   checking: /InteractiveInput-1 (0ms)
(19899) [BG(3)] analyzing: /InteractiveInput-1 (122ms)
(19899) Background analysis message: resumeAnalysis
(19899) Background analysis message: getDiagnosticsForRange
(19899) Background analysis message: getDiagnosticsForRange
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'add' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/.ipynb_checkpoints/working.py-jvsc-e0da6940-6543-434a-8121-c2b5ac20f51f6dadfdc8-a0d3-4e72-9e3e-93d8b55fc97c-checkpoint.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'add' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/working.py-jvsc-e0da6940-6543-434a-8121-c2b5ac20f51f6dadfdc8-a0d3-4e72-9e3e-93d8b55fc97c.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/Untitled.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/.ipynb_checkpoints/Untitled-checkpoint.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'add' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/.ipynb_checkpoints/working.py-jvsc-e0da6940-6543-434a-8121-c2b5ac20f51f6dadfdc8-a0d3-4e72-9e3e-93d8b55fc97c-checkpoint.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'add' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/working.py-jvsc-e0da6940-6543-434a-8121-c2b5ac20f51f6dadfdc8-a0d3-4e72-9e3e-93d8b55fc97c.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/Untitled.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/.ipynb_checkpoints/Untitled-checkpoint.ipynb'
(19899) Background analysis message: getDiagnosticsForRange
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/working.py-jvsc-e0da6940-6543-434a-8121-c2b5ac20f51f6dadfdc8-a0d3-4e72-9e3e-93d8b55fc97c.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/working.py-jvsc-e0da6940-6543-434a-8121-c2b5ac20f51f6dadfdc8-a0d3-4e72-9e3e-93d8b55fc97c.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/.ipynb_checkpoints'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/.ipynb_checkpoints'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/.ipynb_checkpoints/working.py-jvsc-e0da6940-6543-434a-8121-c2b5ac20f51f6dadfdc8-a0d3-4e72-9e3e-93d8b55fc97c-checkpoint.ipynb'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks'
[Info  - 10:59:24 AM] (19899) LibraryFile: Received fs event 'change' for path '/Users/jayme/Library/CloudStorage/OneDrive-Personal/shelton/fees-module/notebooks/.ipynb_checkpoints/working.py-jvsc-e0da6940-6543-434a-8121-c2b5ac20f51f6dadfdc8-a0d3-4e72-9e3e-93d8b55fc97c-checkpoint.ipynb'
(19899) Background analysis message: getDiagnosticsForRange
(19899) Background analysis message: getDiagnosticsForRange
(19899) Background analysis message: getDiagnosticsForRange

@jaymegordo
Copy link
Author

Damnit switching to jupyter pre-release version v2022.11.1003161031 fixed the issue........

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