Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Mesa board install

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
kaja
Posts: 1
Joined: 2021-09-14 18:09

Mesa board install

#1 Post by kaja »

Hi. i have Debian 9.9 and i tried install mesa board by this tutorial:

https://forum.linuxcnc.org/27-driver-bo ... ing-to-run

Video part 1 was ok, but when i tried part 2 video and wrote:

pip3 install git+https://github.com/jethornton/7i96.git

I get this:

kaja@debian:~$ pip3 install git+https://github.com/jethornton/7i96.git
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/jethornton/7i96.git
Cloning https://github.com/jethornton/7i96.git to /tmp/pip-req-build-x1genykc
Running command git clone -q https://github.com/jethornton/7i96.git /tmp/pip-req-build-x1genykc
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-x1genykc/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-x1genykc/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-vh3ime0i
cwd: /tmp/pip-req-build-x1genykc/
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.5/tokenize.py", line 454, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-x1genykc/setup.py'
----------------------------------------
WARNING: Discarding git+https://github.com/jethornton/7i96.git. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Please can anyone help me?

Post Reply