Posts by xhenrique • 3 points
2 posts
-
0
votes1
answer388
viewsA: Problem when installing Numpy
Apparently, based on the error you get, you are missing install the ipykernel package, playing on google found two solutions: 1st: Using the Pip: First make sure your Pip is in version 9.0>>…
-
0
votes1
answer672
viewsQ: Divide a . txt into other . txt through the idenficator at the beginning of the line
I am trying to split a file into other smaller files, I am receiving via serversocket a file and I want this file to be divided according to the identifier that comes at the beginning of each line,…