-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.txt
More file actions
53 lines (52 loc) · 2.36 KB
/
error.txt
File metadata and controls
53 lines (52 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
uv : C:\Projects\optimizer-f
ramework\scripts\optimizer_p
rototype.py:25:
UserWarning: pandas only
supports SQLAlchemy
connectable
(engine/connection) or
database string URI or
sqlite3 DBAPI2 connection.
Other DBAPI2 objects are
not tested. Please consider
using SQLAlchemy.
At line:1 char:1
+ uv run python -m
scripts.optimizer_prototype
2> error.txt
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo
: NotSpecified: (C:\Pr
ojects\opt...ing SQLAlc
hemy.:String) [], Remot
eException
+ FullyQualifiedErrorId
: NativeCommandError
orders =
pd.read_sql(query_orders,
conn)
C:\Projects\optimizer-framew
ork\scripts\optimizer_protot
ype.py:36: UserWarning:
pandas only supports
SQLAlchemy connectable
(engine/connection) or
database string URI or
sqlite3 DBAPI2 connection.
Other DBAPI2 objects are
not tested. Please consider
using SQLAlchemy.
drivers =
pd.read_sql(query_drivers,
conn)
[32mINFO [0m
[34moptimizer[0m:
Starting optimization for
50 orders and 10
drivers.[0m
[32mINFO [0m
[34moptimizer[0m:
Fetching 51x51 matrix from
OSRM...[0m