Skip to content
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

requirements fail to install (following readme instructions) #18

Closed
dschristianson opened this issue Dec 15, 2020 · 5 comments
Closed
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@dschristianson
Copy link
Contributor

The following occurred while walking thru README set up...

$ conda install $(cat requirements.txt) pytest
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - tinydb

Current channels:

  - https://repo.anaconda.com/pkgs/main/osx-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.
@dschristianson
Copy link
Contributor Author

Work around:
Installed pandas, pyyaml, and requests using conda install <package>
Installed tinydb using pip install tinydb

All tests passed.

@vchendrix
Copy link
Contributor

Work around:

Installed pandas, pyyaml, and requests using conda install <package>

Installed tinydb using pip install tinydb

All tests passed.

Is this just a documentation issue?

@dschristianson
Copy link
Contributor Author

I think we can probably just change the documentation?

I thought previously I had set up my local instance using the current instructions, but either I am mis-remembering or something has changed with tinydb not being available via conda. Not sure.

@vchendrix
Copy link
Contributor

We need to update the documentation to specifiy the following

conda install $(cat requirements.txt | grep -v tinydb) pytest
pip install pytest-flake8 pytest-mypy pytest-cov sphinx PSphinxTheme tinydb
python setup.py develop

We also need to update the following command to create a conda environment call basin3d and not basin3d-core.

conda create -y -n basin3d python=3.7

@heycatwonton heycatwonton self-assigned this Jan 28, 2021
@heycatwonton heycatwonton added the duplicate This issue or pull request already exists label Jan 29, 2021
@vchendrix
Copy link
Contributor

Closing duplicate of #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants