Closed khakimov closed 2 months ago
1. .python-version points at scrapeitnow312 which doesn't exist on the system (should it be 3.12.4?)
Personally (that's a matter of personal preference), I use pyenv with a virtualenv named for my project. You can create like that:
pyenv virtualenv 3.12 scrapeitnow312
2. pip install pip-tools required since using pip-sync not possible without
The command make install
actually does install pip-tools
:
Can you share your logs to reproduce your issue?
Closing this after 3 weeks. Don't hesitate to re open if needed.
pip install pip-tools
required since using pip-sync not possible without.