You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
First, uninstall faraday package and update/upgrade your packages
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:
The text was updated successfully, but these errors were encountered:
llazzaro
changed the title
Kali Linux 2020: faraday-server error: No module named 'marshmallow.compat'
FIX: Kali Linux 2020: faraday-server error: No module named 'marshmallow.compat'
May 8, 2020
I followed the instructions above but running into another issues where apt won't install Faraday manually due to other packages that are installed by default.
The following packages have unmet dependencies:
kali-linux-default : Depends: faraday but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
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.
faraday
package and update/upgrade your packagesDownload our latest version v3.11 from here
SHA256 Sum:
b7b1db8be062d49fa4daee1b4b7b86587b0027ea3594f1bf2a9b7c5c91c3f96c
After our package is installed a new service will be added to your systemd.
Note: for first-time use, you need to execute
faraday-manage initdb
You can check the status with:
Make sure you execute
faraday-manage status-check
to ensure that everything is working:The text was updated successfully, but these errors were encountered: