-
Notifications
You must be signed in to change notification settings - Fork 1
got command line to work #122
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
Conversation
|
The We might need to figure out how to install the |
|
We should also document that GDAL should be installed on the system if you want (some parts of) map ingestion to work properly. |
* main: Format code and sort imports Provide ROCKD_DATABASE_URL to local tileserver Fix order of imports Add pylibmagic dependency Format code and sort imports Fixed line orientations function definitions Small improvement to migrations Created a command to delete tiles from the cache Created an 'ALWAYS_APPLIED' migration state Format code and sort imports Ensure that PostgREST API picks up additional lines_oriented attribute Added a data migration Created basic line orientations database migration
…trat into cli_install * 'cli_install' of https://github.com/UW-Macrostrat/macrostrat: Format code and sort imports
|
I was able to successfully install this in a new virtual environment just now without extra steps, so I think we've made an improvement! |
|
Pulled main updates into my local branch and had issues running the command line again. Figured out that |
|
OK! This makes sense. At core, we need to start upgrading internals to use |
Made a few changes to the make file in order to get the Macrostrat command line to work.
--no-updatein the root Makefile.monois not recognized in the latest Poetry version. Commented out#./bin/macrostrat poetry run mono installgdalfailed to install. The pyproject.toml file now uses a 'gis' condition to choose to install this dependency or not.makeand thensudo make install.cd ./cli/. ModuleNotFoundError: No module named 'pkg_resources' so then we ranpoetry run pip install setuptoolspoetry add pytestmakeandsudo make install.macrostratcommand should run successfully after these updates.