Skip to content

FIX: Kali Linux 2020: faraday-server error: No module named 'marshmallow.compat' #399

@llazzaro

Description

@llazzaro

We are working on fixing this error on Kali Linux ASAP.

In this issue, we will provide information on how to fix faraday-server not starting with the error No module named 'marshmallow.compat'.
If faraday is not working in Kali Linux, please check the following steps.
This guide will help you to use faraday temporarily until we update marshmallow to the latest version.

We are going to use this issue to provide information about the update. Feel free to ask any questions about Faraday in kali here.

  1. First, uninstall faraday package and update/upgrade your packages
sudo apt remove faraday
sudo apt-get update
sudo apt-get upgrade
  1. Download .deb package from our GitHub repo

Download our latest version v3.11 from here

SHA256 Sum: b7b1db8be062d49fa4daee1b4b7b86587b0027ea3594f1bf2a9b7c5c91c3f96c

sudo apt install ./faraday-server_amd64.deb
  1. Start the server

After our package is installed a new service will be added to your systemd.

sudo service faraday-server start

Note: for first-time use, you need to execute faraday-manage initdb

You can check the status with:

sudo service faraday-server status

Make sure you execute faraday-manage status-check to ensure that everything is working:

Screen Shot 2020-05-07 at 10 28 41 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions