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

Clarify requirements for local setup in README #60

Open
eebbesen opened this issue Oct 15, 2019 · 6 comments
Open

Clarify requirements for local setup in README #60

eebbesen opened this issue Oct 15, 2019 · 6 comments
Assignees

Comments

@eebbesen
Copy link
Contributor

  • I get nimby and panda errors when I run pipenv install --dev on OS X
  • I'm not sure what Python version I should be using (both 3.5.x and 3.6.x mentioned in the project)
  • I'm unclear on whether I should be developing inside the docker container, or just running the app from there

@kjschiroo can you clarify?

@kjschiroo kjschiroo self-assigned this Oct 16, 2019
@kjschiroo
Copy link
Collaborator

Oh boy, it's been a while. I'll take a look.

@kjschiroo
Copy link
Collaborator

@eebbesen I'm running on Ubuntu 18 and don't appear to be getting any pandas errors. Could you post what you are hitting? Also do you mean numpy instead of nimby?

@kjschiroo
Copy link
Collaborator

Welp, that was an interesting little ponder through past build process decisions. I added a bit of clarifying text to the README to describe how the current dev flow is expected to go (although that process could probably use a good shaking out), feel free to add any further questions to the PR #61 . Given that it addresses those concerns I can merge it in.

I don't think that python3.5 or python3.6 should matter. I'll need to take a look at bumping that in pipenv. Can't remember how much of a pain that makes itself.

@eebbesen
Copy link
Contributor Author

@kjschiroo here's what I get when following those instructions for dev setup. I'm on OS X using pyenv to manage my Python versions. (And yes, "numpy" :).)

Here's a gist with the full error: https://gist.github.com/eebbesen/de1dabbc0ae8337dc8cf3bea31d8cf44

@kjschiroo
Copy link
Collaborator

Hm... that's odd. It looks like you are trying to build numpy rather than use the pre-built wheels. How old is your version of pipenv/pip?

@eebbesen
Copy link
Contributor Author

eebbesen commented Oct 21, 2019

I can try working on it in an Ubuntu VM, though, I'd rather not distract from getting this setup on OS X until we have folks who don't have access to other methods.

pipenv, version 2018.11.26
~/p3/mnpay$ pip -V
pip 19.3 from /Users/eebbesen/.pyenv/versions/3.5.2/lib/python3.5/site-packages/pip (python 3.5)
~/p3/mnpay$ python -V
Python 3.5.2```

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

2 participants