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

ImportError: cannot import name to_unicode #298

Open
k0fi opened this issue Apr 25, 2018 · 1 comment
Open

ImportError: cannot import name to_unicode #298

k0fi opened this issue Apr 25, 2018 · 1 comment

Comments

@k0fi
Copy link

k0fi commented Apr 25, 2018

Hello,
I'm trying to test this app on my local ubuntu machine but I get this error:

me@pc:~/pepyatka-ansible$ ansible-playbook -i dev playbooks/site.yml [-s]
Traceback (most recent call last):
  File "/usr/local/bin/ansible-playbook", line 41, in <module>
    from ansible.utils.unicode import to_unicode
ImportError: cannot import name to_unicode

my dev file is:

[pepyatka]
<your server 127.0.0.1/4000>
[nginx]
<your server 127.0.0.1/5000>
[redis]
<your server 127.0.0.1/6379>
[all:vars]
ansible_ssh_user=<root>
pepyatka_hostname=<localhost>
pepyatka_deploy_inventory=dev
pepyatka_ansible_repo=https://github.com/pepyatka/pepyatka-ansible.git
pepyatka_ansible_branch=master
pepyatka_server_repo=https://github.com/pepyatka/pepyatka-server.git
pepyatka_server_branch=development
pepyatka_html_repo=https://github.com/pepyatka/pepyatka-html.git
pepyatka_html_branch=development

How can I fix this?

Thanks

@epicmonkey
Copy link
Member

Hiya. Unless you have some specific reasons to stick with Pepyatka project (cool name, ya!), I would recommend switching to a fork of this project, which is called "FreeFeed": https://github.com/FreeFeed/freefeed-server, it is running the most recent version now.

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