Noah-Huppert / linux-install

Void installation
MIT License
5 stars 0 forks source link

Salt is broken #5

Closed Noah-Huppert closed 11 months ago

Noah-Huppert commented 4 years ago

Salt is not running due to missing modules.

So far I have manually installed: pycrypto==0.6.2, msgpack, and distro.

Noah-Huppert commented 4 years ago

I think it was actually msgpack==0.6.2

Noah-Huppert commented 4 years ago

I uninstalled the things above.

Then I installed the following XBPS packages:

Finally I installed the following Python 2 packages:

# xbps-install -Syu python-pip python-devel gcc
# pip2 install msgpack==0.6.2 pycrypto>=2.6.1 futures>=2.0

This seemed to get Salt back up and working.