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
Your setup.py file requires processing the requirements.txt file but it is not present in the source tarball.
File "setup.py", line 36, in <module>
install_requires=parse_requirement("requirements.txt"),
File "setup.py", line 17, in parse_requirement
with open(os.path.join(directory, "requirements", req_path)) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/conda/staged-recipes/build_artifacts/piccolo-theme_1645472732392/work/requirements/requirements.txt'
The text was updated successfully, but these errors were encountered:
Your
setup.py
file requires processing therequirements.txt
file but it is not present in the source tarball.The text was updated successfully, but these errors were encountered: