netchose

Results 4 comments of netchose

an other workaround with MariaDb and MySql : `df.to_csv("test.csv")` then use : `LOAD DATA INFILE 'test.csv' IGNORE INTO TABLE mytable` or `LOAD DATA INFILE 'test.csv' REPLACE INTO TABLE mytable`. LOAD...

after installing Visual C++ Redistributable for Visual Studio 2015 it's OK

same problem for me : steps to reproduce : ``` mkdir volta_xp cd volta_xp volta install node volta install yarn yarn create vite -> create vue js project volta_xp cd...

it's a Vite issue : https://github.com/vitejs/vite/issues/15801 last commands on d drive fail , same commands on c drive works