GraXpert
GraXpert copied to clipboard
Please provide more complete documentation for developer setup
I have not used conda before so the steps described to create a development environment are not complete for a conda newbie.
I first tried with 'real' conda brew install anaconda but after this I could not activate the project.
I then saw that people also use miniconda, this worked a little better, activation worked but I get an error message when trying to install dependencies:
(graxpert) tgdrimi9@macbookpro14 GraXpert $ conda install --file requirements.txt Collecting package metadata (current_repodata.json): done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- screeninfo
- hdpitkinter
- tensorflow==2.13.1
- pykrige
- xisf
Current channels:
- https://repo.anaconda.com/pkgs/main/osx-arm64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-arm64
- https://repo.anaconda.com/pkgs/r/noarch
also, small other question, is this line correct:
git clone https://github.com/Steffenhir/GraXpert cd graxpert
For us guys on a Mac this should read:
git clone https://github.com/Steffenhir/GraXpert cd GraXpert
and for windows it should not hurt...