-
Notifications
You must be signed in to change notification settings - Fork 30
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
error: Library stubs not installed for "six" (or incompatible with Python 3.7) #77
Comments
@bryant-finney #75 (comment) |
@jshwi I'm sure you noticed, but all three I was able to get it to run locally with the following (IIRC; I had to hop off before I could commit and push):
Hope that helps! Also, I still need to update the issue, but I'd like to separate |
@bryant-finney If you're ever interested in checking out GH actions, and don't want to have to run remote to test, I've been using https://github.com/nektos/act with Docker. I'll keep an eye on Gitlab so I'm no trying to re-invent the wheel :D |
@jshwi Oh nice! Thanks for sharing; I haven't used act before, so definitely good to know. If you're interested in digging into GitLab's CI, I'd recommend installing I'm thinking to create another branch off of the MR for actually resolving the test jobs; I'll circle back when I push something! |
I just found pyparsing/pyparsing#329 ; that bug is actually what is responsible for the Setting |
@bryant-finney #77 (comment) @bryant-finney That's a really good find, I tried adding the types as is, and it didn't work for me haha |
@jshwi yeah that's been my experience with GitLab: as an all-in-one solution for DevOps, it's pretty tightly integrated across the average project's SDLC. On which note: I added jobs for executing the test suite using Windows-based runners in MR !78 😃 also, when making changes to |
@bryant-finney I made a gitlab account a few days ago, and I've added that fork as a remote :) I'm gonna playaround with gitlab for a bit. I've tried your latest commit on the GH actions runner and it's looking good. I'm having a look at the travis config, and it looks like there's some complexity in running the osx builds per python version, but it should be pretty doable once I get into it. Looks like this is coming back to life 😃 |
@jshwi excellent! I haven't tried osx runners in GL yet; just windows runners. I know osx runners are supported, but it looks like the project needs to request them specifically. I'll have better info when I dig in again. 🙂 On which note, it might be a couple of days before I can get back to finishing that GL MR; but definitely don't hesitate to reach out if you need any permissions or anything! |
@bryant-finney awesome! no sweat, I'll keep plodding along. if I need to I'll drop you a ping, but get back whenever you can, shouldn't be a problem. cheers 😄 |
@bryant-finney #79 preview, if you would like to review the progress |
Would I be OK to close this one off? 😄 |
@jshwi absolutely! |
In relation to: #76 (review)
The text was updated successfully, but these errors were encountered: