You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
Processing ./dist/my_package-0.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-idyubtmj-build/setup.py", line 8, in <module>
import build
ModuleNotFoundError: No module named 'build'
It looks like build.py is not included in the package:
I am following the example to create a PIP-distribuable package
but I get this error
It looks like
build.py
is not included in the package:The text was updated successfully, but these errors were encountered: