simaolucio opened a new issue, #27606:
URL: https://github.com/apache/superset/issues/27606

   ### Bug description
   
   When building the Docker images on macOS, there is an issue when installing 
the dependencies on the Dev image.
   
   M2 Pro
   macOS Sonoma 14.2.1
   
   ### How to reproduce the bug
   
   Fresh repo clone
   Before building, I pruned Docker's cache.
   
   From the project's root dir
   `docker compose build`
   
   Output
   ```sh
   [superset-worker dev 2/2] RUN 
--mount=type=bind,target=./requirements/development.txt,src=./requirements/development.txt
     --mount=type=cache,target=/root/.cache/pip     pip install -r 
requirements/development.txt:
   
   0.345 ERROR: Could not open requirements file: [Errno 2] No such file or 
directory: 'requirements/base.txt'
   ```
   
   
   
   ### Screenshots/recordings
   
   _No response_
   
   ### Superset version
   
   master / latest-dev
   
   ### Python version
   
   Not applicable
   
   ### Node version
   
   Not applicable
   
   ### Browser
   
   Not applicable
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [X] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [X] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [ ] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to