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

Regenerate lock file for 3.6 #57

Merged
merged 1 commit into from
May 25, 2017
Merged

Conversation

c17r
Copy link
Contributor

@c17r c17r commented May 25, 2017

Maya uses ruamel.yaml which needs ruamel.ordereddict under 2.7 but does not under 3.x. ruamel.ordereddict doesn't build under 3.x. Maya's Pipfile.lock file was created under 2.7 so ruamel.ordereddict is listed as a dependency.

closes #55

Maya uses `ruamel.yaml` which needs `ruamel.ordereddict` under 2.7 but does not under 3.x.  `ruamel.ordereddict` doesn't build under 3.x.  Maya's Pipfile.lock file was created under 2.7 so `ruamel.ordereddict` is listed as a dependency.
@kennethreitz
Copy link
Owner

thanks!

@kennethreitz kennethreitz merged commit 0fea886 into kennethreitz:master May 25, 2017
@kennethreitz
Copy link
Owner

life-saver :)

@benswift
Copy link

I'm currently running into this issue (trying to install maya with python 3.6). Is there a particular surgical intervention required to my Pipfile (or Pipfile.lock) to get it to work?

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

Successfully merging this pull request may close these issues.

figure out what's wrong with Python 3.6 build
3 participants