Pre-flight checklist
Description
On a fresh install, running the following commands results in the following error:
[command] osm2pgsql-replication init -d postgresql://localhost:5432/db --schema monaco
Missing required Python libraries osmium.
To install them via pip run: pip install osmium
ERROR: libraries could not be loaded.
Steps to reproduce
- Install latest version via
curl -fsSL https://osmprj.dev/install.sh | bash
- Initialize a new project
osmprj init
- Add a source
osmprj add monaco
- Observe the error
Expected behaviour
The osmium command should be installed alongside osmprj to prevent this error from happening.
Actual behaviour
Results in the error described above.
Environment
Relevant logs or output
Additional context
No response
Pre-flight checklist
Description
On a fresh install, running the following commands results in the following error:
Steps to reproduce
curl -fsSL https://osmprj.dev/install.sh | bashosmprj initosmprj add monacoExpected behaviour
The
osmiumcommand should be installed alongsideosmprjto prevent this error from happening.Actual behaviour
Results in the error described above.
Environment
Relevant logs or output
Additional context
No response