Skip to content

Empty cpython directory after cloning. #569

New issue

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

Closed
mgiannopoulos24 opened this issue Dec 9, 2024 · 2 comments · Fixed by #571
Closed

Empty cpython directory after cloning. #569

mgiannopoulos24 opened this issue Dec 9, 2024 · 2 comments · Fixed by #571
Assignees
Labels
bug Something isn't working cicd CI CD related item documentation Improvements or additions to documentation test-automation Item related to test automation translation Item related to translation

Comments

@mgiannopoulos24
Copy link
Contributor

mgiannopoulos24 commented Dec 9, 2024

/type bug

Ποιος είναι ο τύπος του προβλήματος ή του σφάλματος που εντοπίσατε;

/type cicd

Περίληψη προβλήματος

Όταν κάνουμε clone και ακολουθήσουμε τις οδηγίες ως ένα σημείο είναι μια χαρά, όμως όταν φτάνουμε στο βήμα pip install -r requirements.txt ψάχνει ένα subdirectory του cpython. Το cpython είναι ένα submodule αλλά κατά το cloning δεν κατεβαίνει και αυτό.

Οδηγίες για την αναπαραγωγή του σφάλματος

Αφού έχουμε ακολουθήσει τις οδηγίες του CONTRIBUTING.md έως και το βήμα 5, μετά χρειάζεται να κάνουμε pip install -r requirements.txt.

Αυτό θα βγάλει ένα μήνυμα λάθους όπως φαίνεται παρακάτω:

(env) qwerty@qwerty-ubuntu:~/Downloads/python-docs-gr$ pip install -r requirements.txt 
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'cpython/Doc/constraints.txt'

Επιθυμητή συμπεριφορά

Θα πρέπει να βρίσκει το constraints.txt στο cpython.

Πρόσθετο υλικό

Κάποια πρόταση για την επίλυση του προβλήματος

Να προστεθεί ένα επιπλέον βήμα στο CONTRIBUTING.md το οποίο θα μας λέει να χρησιμοποιήσουμε και το παρακάτω command ώστε να κάνουμε clone και το cpython ολόκληρο.

git submodule update --init
@github-actions github-actions bot added bug Something isn't working cicd CI CD related item documentation Improvements or additions to documentation test-automation Item related to test automation translation Item related to translation labels Dec 9, 2024
@mgiannopoulos24
Copy link
Contributor Author

Θα ήθελα να αναλάβω το συγκεκριμένο issue.

@mgiannopoulos24 mgiannopoulos24 changed the title Empty cpython after cloning. Empty cpython directory after cloning. Dec 9, 2024
@lysnikolaou
Copy link
Member

Assigned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cicd CI CD related item documentation Improvements or additions to documentation test-automation Item related to test automation translation Item related to translation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants