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

Installation issues #50

Open
jimcost opened this issue Aug 17, 2021 · 0 comments
Open

Installation issues #50

jimcost opened this issue Aug 17, 2021 · 0 comments

Comments

@jimcost
Copy link

jimcost commented Aug 17, 2021

Thank you for the code and project. They are appreciated.

The installation process wasn't stated (and as a result, unclear). An aside, it may be worthwhile to state this is a Python 3 package.

I assumed the installation was a python setup.py build / install from experience, and eventually found my way to the --help-commands. Although, I was in an activate conda environment, the installation called python binaries located in /usr/lib. Executing which python showed my initial call had used conda env's python. This appeared to have messed with the dependency installation of setup.py (requiring me to manually install the requests, numpy, pandas, pyarrow modules - which is not big deal).

Also, I attempted to use the -n flag for a dry-run (i.e., python setup.py install -n) - however the code simply installed. Granted, I ran the build command as python setup.py build.

Other than that, I was able to pull some of the data from minnie65_public_v117.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant