Skip to content

Tag: python

Pandas won’t create CSV file?

just trying to save websockets to CSV’s. But it just doesnt make the file. Nothing in the directory. Tried running VScvode as admin, moving folder out of C: drive to documents .. nothing. no csv file, and no error. and no information on the internet about this either. So i kept stripping down the code t…

How to install an umerged pull request with pip?

I’ve tried the solutions from here but can’t get them working. pip install deap installs the python2 version of deap on my RPi4b for some reason, even with python3.10 installed, as evident by some syntax errors. I see that there is a pull request that has the 2 to 3 conversions done in the files a…