We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: