CommentStreams:Df30b033d43eb492e7a3bb95ca4dd84f

< X-C1 Software
Revision as of 16:19, 25 July 2021 by 67.165.85.205 (talk) (Migrated comment #1718)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hi, Sorry if this problem I am having is completely on me but I am very new to all of this. I am trying to setup a home Plex server and I bought this case and a 240 GB SSD to Plex Media Server and I plan to use a 12 TB external hard drive. I assembled the case and transferred the OS, I am using Ubuntu 21.04, to the SSD. I am attempting to get the fan to work and I can't seem to have any success with the commands in terminal. Here is where I seem to be having trouble:

          • @****:~/pigpio-master$ make

make: Nothing to be done for 'all'.

          • @****:~/pigpio-master$ sudo make install

install -m 0755 -d /opt/pigpio/cgi install -m 0755 -d /usr/local/include install -m 0644 pigpio.h /usr/local/include install -m 0644 pigpiod_if.h /usr/local/include install -m 0644 pigpiod_if2.h /usr/local/include install -m 0755 -d /usr/local/lib install -m 0755 libpigpio.so.1 /usr/local/lib install -m 0755 libpigpiod_if.so.1 /usr/local/lib install -m 0755 libpigpiod_if2.so.1 /usr/local/lib cd /usr/local/lib && ln -fs libpigpio.so.1 libpigpio.so cd /usr/local/lib && ln -fs libpigpiod_if.so.1 libpigpiod_if.so cd /usr/local/lib && ln -fs libpigpiod_if2.so.1 libpigpiod_if2.so install -m 0755 -d /usr/local/bin install -m 0755 pig2vcd /usr/local/bin install -m 0755 pigpiod /usr/local/bin install -m 0755 pigs /usr/local/bin if which python2; then python2 setup.py install ; fi /usr/bin/python2 running install running build running build_py running install_lib running install_egg_info Removing /usr/local/lib/python2.7/dist-packages/pigpio-1.78.egg-info Writing /usr/local/lib/python2.7/dist-packages/pigpio-1.78.egg-info if which python3; then python3 setup.py install ; fi /usr/bin/python3 Traceback (most recent call last):

 File "/home/pajc810/pigpio-master/setup.py", line 3, in <module>
   from distutils.core import setup

ModuleNotFoundError: No module named 'distutils.core' make: *** [Makefile:107: install] Error 1

Like I said earlier if this is on me and it just won't work with this OS then I am sorry for wasting your time I just don't know what I need to do to get this fixed. Thanks.