Skip to content

Fresh install results in a command osmium not found error #25

Description

@travishathaway

Pre-flight checklist

  • I have searched existing issues and this bug has not been reported before
  • I am using the latest version

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

  1. Install latest version via curl -fsSL https://osmprj.dev/install.sh | bash
  2. Initialize a new project osmprj init
  3. Add a source osmprj add monaco
  4. 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

  • osx-arm64

Relevant logs or output

Additional context

No response

Metadata

Metadata

Labels

bugSomething isn't working

Projects

Status
In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions