

Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/pandas/ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/pandas/ Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/pandas/ The -v flag can be used multiple times to mount multiple directories.Trying to install pandas today but i get this error report: The -v flag takes two arguments, the first is the IPFS CID and the second is the path to the directory in the container. The -v flag allows us to mount a file or directory from IPFS into the container. We'll use the bacalhau docker run command to do this. Now we're ready to run a Bacalhau job, whilst mounting the Pandas script and data from IPFS. To submit a job, run the following Bacalhau command: Running a Bacalhau Job Īfter mounting the Pandas script and data from IPFS, we can now use the container for running on Bacalhau. You can look at this by browsing to one of the HTTP IPFS proxies like ipfs.io or w3s.link. We've already uploaded the script and data to IPFS to the following CID: QmfKJT13h5k1b23ja3ZCVg5nFL9oKz2bVXc8oXgtwiwhjz.


If you are interested in finding out more about how to ingest your data into IPFS, please see the data ingestion guide. We usually default to storing data on IPFS and code in a container, but you can also easily upload your script to IPFS too. To run pandas on Bacalhau you must store your assets in a location that Bacalhau has access to.
