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
requirements.txt file is missing during build from PyPI. At build time, pip is not used to download dependencies, as MacPorts build ports in an isolated environment. The workaround at the moment is to create this file myself.
To Reproduce
Download archive from PyPi, run setup.py.
Expected behavior
The app is installed correctly without error on the missing requirements.txt file.
Desktop (please complete the following information):
OS: macOS 12.0.1
Python version: Python 3.9.7 (MacPorts)
The text was updated successfully, but these errors were encountered:
Describe the bug
requirements.txt
file is missing during build from PyPI. At build time, pip is not used to download dependencies, as MacPorts build ports in an isolated environment. The workaround at the moment is to create this file myself.To Reproduce
Download archive from PyPi, run
setup.py
.Expected behavior
The app is installed correctly without error on the missing
requirements.txt
file.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: