I'm attempting to install usbtmc on my Raspberry Pi, but I get this error during the installation: error: package directory 'usbtmc' does not exist. `sudo python /home/pi/Documents/python-usbtmc-master/setup.py install` `running install` `running bdist_egg` `running egg_info` `writing python_usbtmc.egg-info/PKG-INFO` `writing top-level names to python_usbtmc.egg-info/top_level.txt` `writing dependency_links to python_usbtmc.egg-info/dependency_links.txt` `error: package directory 'usbtmc' does not exist` I'm not experienced with Python, so I am not sure why this isn't working for me.
I'm attempting to install usbtmc on my Raspberry Pi, but I get this error during the installation: error: package directory 'usbtmc' does not exist.
sudo python /home/pi/Documents/python-usbtmc-master/setup.py installrunning installrunning bdist_eggrunning egg_infowriting python_usbtmc.egg-info/PKG-INFOwriting top-level names to python_usbtmc.egg-info/top_level.txtwriting dependency_links to python_usbtmc.egg-info/dependency_links.txterror: package directory 'usbtmc' does not existI'm not experienced with Python, so I am not sure why this isn't working for me.