xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
821 stars 144 forks source link

Error Running ./install.sh install Command #250

Open PcBrewer opened 5 years ago

PcBrewer commented 5 years ago

I got the the part of the install where I was running the "./install.sh install" command and got this error" linux-modules-extra-4.15.0-51-generic melt oxygen-icon-theme screen-resolution-extra x11proto-dri2-dev x11proto-gl-dev Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Traceback (most recent call last): File "setup.py", line 4, in from setuptools import setup, find_packages ModuleNotFoundError: No module named 'setuptools'"

Any suggestions? Thank You.

PcBrewer commented 5 years ago

I got the the part of the install where I was running the "./install.sh install" command and got this error" linux-modules-extra-4.15.0-51-generic melt oxygen-icon-theme screen-resolution-extra x11proto-dri2-dev x11proto-gl-dev Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Traceback (most recent call last): File "setup.py", line 4, in from setuptools import setup, find_packages ModuleNotFoundError: No module named 'setuptools'"

Any suggestions? Thank You.

MichelHanzen commented 4 years ago

Same problem: Traceback (most recent call last): File "setup.py", line 4, in from setuptools import setup, find_packages ModuleNotFoundError: No module named 'setuptools'

MichelHanzen commented 4 years ago

Solution: sudo apt-get install python3-setuptools and then: ./install.sh install