From your given text, it seems that bw2calc depends on a module called fsspec. Try installing it using pip install fsspec . Even if the version is not specified, the module still needs to be there. It'll install the latest version of said module
pip install fsspec