isolate 0.16.2__py3-none-any.whl → 0.16.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of isolate might be problematic. Click here for more details.
- isolate/_isolate_version.py +2 -2
- isolate/connections/_local/agent_startup.py +8 -1
- {isolate-0.16.2.dist-info → isolate-0.16.3.dist-info}/METADATA +1 -1
- {isolate-0.16.2.dist-info → isolate-0.16.3.dist-info}/RECORD +8 -8
- {isolate-0.16.2.dist-info → isolate-0.16.3.dist-info}/WHEEL +1 -1
- {isolate-0.16.2.dist-info → isolate-0.16.3.dist-info}/entry_points.txt +0 -0
- {isolate-0.16.2.dist-info → isolate-0.16.3.dist-info}/licenses/LICENSE +0 -0
- {isolate-0.16.2.dist-info → isolate-0.16.3.dist-info}/top_level.txt +0 -0
isolate/_isolate_version.py
CHANGED
|
@@ -6,6 +6,7 @@ import os
|
|
|
6
6
|
import runpy
|
|
7
7
|
import site
|
|
8
8
|
import sys
|
|
9
|
+
import traceback
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
def load_pth_files() -> None:
|
|
@@ -28,7 +29,13 @@ def load_pth_files() -> None:
|
|
|
28
29
|
# will need to be fixed once we are dealing with more than 2 nodes and editable
|
|
29
30
|
# packages.
|
|
30
31
|
for site_dir in python_path.split(os.pathsep):
|
|
31
|
-
|
|
32
|
+
try:
|
|
33
|
+
site.addsitedir(site_dir)
|
|
34
|
+
except Exception:
|
|
35
|
+
# NOTE: there could be .pth files that are model weights and not
|
|
36
|
+
# python path configuration files.
|
|
37
|
+
traceback.print_exc()
|
|
38
|
+
print(f"Error adding site directory {site_dir}, skipping...")
|
|
32
39
|
|
|
33
40
|
|
|
34
41
|
def main():
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
isolate/__init__.py,sha256=uXOKnONs7sXgARNgElwr4_A1sKoA6ACHVEvs3IDiX1M,127
|
|
2
|
-
isolate/_isolate_version.py,sha256=
|
|
2
|
+
isolate/_isolate_version.py,sha256=weD4agMPWeuyUP601n4b0-WINls1XJmzDevRS4lplIc,513
|
|
3
3
|
isolate/_version.py,sha256=05pXvy-yr5t3I1m9JMn42Ilzpg7fa8IB2J8a3G7t1cU,274
|
|
4
4
|
isolate/logger.py,sha256=IXPebob_fV8bl8HAyKcheXcTJocfdWk-v-ujSl13oVA,1718
|
|
5
5
|
isolate/logs.py,sha256=R_AHUVYD18z_PhtK_mDWi9Gch79CxmwHY09hUDShtwg,2079
|
|
@@ -21,7 +21,7 @@ isolate/connections/__init__.py,sha256=oa0PNo7ZQ0StPIDvKnJ02_CNVMyfOhxJ3M1C0VMvj
|
|
|
21
21
|
isolate/connections/common.py,sha256=PAfBGKZNUdtFlZQlw3_nQaUCKQXTnEkxzNNRV_i4R2A,3498
|
|
22
22
|
isolate/connections/_local/__init__.py,sha256=6FtCKRSFBvTvjm5LNlNA-mieKEq3J7DZZRPcXVedERo,146
|
|
23
23
|
isolate/connections/_local/_base.py,sha256=wx6WkP_zBZ7zHOq2mHqafVUAvGDMQGRELX64-o-uCdo,6676
|
|
24
|
-
isolate/connections/_local/agent_startup.py,sha256=
|
|
24
|
+
isolate/connections/_local/agent_startup.py,sha256=F6f75vCy7KJiAoP7xAMO2XnkYpsi5TRCVWi4pmGkoU8,1844
|
|
25
25
|
isolate/connections/grpc/__init__.py,sha256=tcesLxlC36P6wSg2lBcO2egsJWMbSKwc8zFXhWac3YU,85
|
|
26
26
|
isolate/connections/grpc/_base.py,sha256=kUB-EDetcyb0fsYfH25E14DrxbVXe19bEH4u5b0-Gqw,5656
|
|
27
27
|
isolate/connections/grpc/agent.py,sha256=fZF4-v8WN1qPzFp17UxOX_A3Jq8bXD8Wss-7eNgNoYg,8071
|
|
@@ -53,9 +53,9 @@ isolate/server/health/health.proto,sha256=wE2_QD0OQAblKkEBG7sALLXEOj1mOLKG-FbC4t
|
|
|
53
53
|
isolate/server/health/health_pb2.py,sha256=-fd91wiaZOSJj_zeo55IqxMBsQGuGF-yjZS-Wc1RaS0,1897
|
|
54
54
|
isolate/server/health/health_pb2.pyi,sha256=AK-DPCpJzoYhU6DydD856c0Ywx84x6k-Cs4m6HpNv5A,2459
|
|
55
55
|
isolate/server/health/health_pb2_grpc.py,sha256=BrwuS8t4w6K-XVxIdrUQj5Rn0FAMXrYB2iFgUfeXGMM,3913
|
|
56
|
-
isolate-0.16.
|
|
57
|
-
isolate-0.16.
|
|
58
|
-
isolate-0.16.
|
|
59
|
-
isolate-0.16.
|
|
60
|
-
isolate-0.16.
|
|
61
|
-
isolate-0.16.
|
|
56
|
+
isolate-0.16.3.dist-info/licenses/LICENSE,sha256=427vuyirL5scgBLqA9UWcdnxKrtSGc0u_JfUupk6lAA,11359
|
|
57
|
+
isolate-0.16.3.dist-info/METADATA,sha256=LDqRWN0-TtBEsCW0c8wDZYxFi_-41L-7hpgolgVGNEo,3198
|
|
58
|
+
isolate-0.16.3.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
59
|
+
isolate-0.16.3.dist-info/entry_points.txt,sha256=s3prh2EERaVCbL8R45tfY5WFPZ1TsYOsz305YR7s-Pc,360
|
|
60
|
+
isolate-0.16.3.dist-info/top_level.txt,sha256=W9QJBHcq5WXRkbOXf25bvftzFsOZZN4n1DAatdroZrs,8
|
|
61
|
+
isolate-0.16.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|