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
Looks like slip is not ready to be used with pep517 build type. below is after execution of make py-build
slip
make py-build
+ /usr/bin/python3 -sBm build -w --no-isolation * Getting dependencies for wheel... running egg_info creating slip.egg-info writing manifest file 'slip.egg-info/SOURCES.txt' writing manifest file 'slip.egg-info/SOURCES.txt' running egg_info creating slip.dbus.egg-info writing manifest file 'slip.dbus.egg-info/SOURCES.txt' writing manifest file 'slip.dbus.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/slip creating build/bdist.linux-x86_64/wheel/slip/util creating build/bdist.linux-x86_64/wheel/slip/_wrappers creating build/bdist.linux-x86_64/wheel/slip/dbus running install_egg_info running egg_info writing manifest file 'slip.egg-info/SOURCES.txt' Copying slip.egg-info to build/bdist.linux-x86_64/wheel/slip-0.6.5-py3.8.egg-info running install_scripts running bdist_wheel running build running build_py running install running install_lib error: could not create 'build/bdist.linux-x86_64/wheel/slip/__init__.py': No such file or directory
The text was updated successfully, but these errors were encountered:
ping 😃
Sorry, something went wrong.
Gentle ping again .. 🤔
No branches or pull requests
Looks like
slip
is not ready to be used with pep517 build type.below is after execution of
make py-build
The text was updated successfully, but these errors were encountered: