-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Faker package installation error #78
Comments
Newb question: did you run |
Nope, I used |
So..I have a really stupid question. I am using the fixtures right now to populate my database, and so I end up with 21 users, 31 Resources and 237 assorted tags. Is that not sufficient for a staging deploy?? Do we need more data than that? Just wondering why you want Faker (and its associated problems) in the mix. |
Not that it isn't a good idea to have test data generation...not by a long shot. Just that we do have a small set of working data atm. |
I’m not sure what faker is. If we can remove it and reduce dependency count I’m all for that. This error has been there since the beginning only now got round to raising it. |
Faker is a python library that generates "fake" data of specific types (e.g. names, addresses, phone numbers) from a small set of seed data that it comes packaged with. It is evidently a dependency of factory-boy, a dango-python library used to create testing fixtures dynamically. I hate nested dependancies The ultimate culprit is Bumping the version to Emphasis on that I can see. I'm going to make the change in my |
@BethanyG Nice sleuthing! |
Do we have an easy way to look at the dependency tree? I'd like to be able to:
|
I haven't tested out all of these...it's a process. But I did want to note what I dug up here so you could explore as well. This Blog Post by Hynek Schlawack was a place I started to get some lay of the land. It's highly opinionated, of course. The post by Nick Timkovic - recommended by @chris48 in Slack was also informative.
|
@billglover - as soon as I am done with my tagging PR (next day or so), I will get on trying out some tools. |
Some things here:
|
Run the following command to install development packages:
During package installation the following error is returned:
Expected behaviour: no errors or warning shown during package installation.
The text was updated successfully, but these errors were encountered: