Giter Site home page Giter Site logo

Comments (9)

marcwebbie avatar marcwebbie commented on August 20, 2024

What is installed passpie version?

passpie --version

What is the output of this:

python -c "import tinydb"

Have you had any errors on installation?

from passpie.

nattyseydi avatar nattyseydi commented on August 20, 2024

Hi,

This is what I get when I do passpie --version

Traceback (most recent call last):
File "/usr/local/bin/passpie", line 7, in
from passpie.cli import cli
File "/usr/local/lib/python2.7/dist-packages/passpie/cli.py", line 8, in
from tinydb.queries import where
ImportError: No module named tinydb.queries

When I do python -c "import tinydb"
I get this
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named tinydb

in the log file

i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.4m -I/tmp/env/include/python3.4m -c ext/_yaml.c -o build/temp.linux-i686-3.4/ext/_yaml.o

ext/_yaml.c:8:22: fatal error: pyconfig.h: No such file or directory

#include "pyconfig.h"

                  ^

compilation terminated.

error: command 'i686-linux-gnu-gcc' failed with exit status 1

Cleaning up...
Removing temporary dir /tmp/env/build...
Command /tmp/env/bin/python3 -c "import setuptools, tokenize;file='/tmp/env/build/PyYAML/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-92ea48w_-record/install-record.txt --single-version-externally-managed --compile --install-headers /tmp/env/include/site/python3.4 failed with error code 1 in /tmp/env/build/PyYAML
Exception information:
Traceback (most recent call last):
File "/tmp/env/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/tmp/env/lib/python3.4/site-packages/pip/commands/install.py", line 283, in run
requirement_set.install(install_options, global_options, root=options.root_path)
File "/tmp/env/lib/python3.4/site-packages/pip/req.py", line 1435, in install
requirement.install(install_options, global_options, _args, *_kwargs)
File "/tmp/env/lib/python3.4/site-packages/pip/req.py", line 706, in install
cwd=self.source_dir, filter_stdout=self.filter_install, show_stdout=False)
File "/tmp/env/lib/python3.4/site-packages/pip/util.py", line 697, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command /tmp/env/bin/python3 -c "import setuptools, tokenize;file='/tmp/env/build/PyYAML/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-92ea48w
-record/install-record.txt --single-version-externally-managed --compile --install-headers /tmp/env/include/site/python3.4 failed with error code 1 in /tmp/env/build/PyYAML

Thanks

from passpie.

nattyseydi avatar nattyseydi commented on August 20, 2024

Hi, the installion finally working but I have some problem to init passpie database
after a passpie init I got this
File "/usr/local/bin/passpie", line 11, in
sys.exit(cli())
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 664, in call
return self.main(_args, *_kwargs)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 644, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 991, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 837, in invoke
return ctx.invoke(self.callback, *_ctx.params)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 464, in invoke
return callback(_args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/passpie/cli.py", line 157, in init
with Cryptor(config.path) as cryptor:
File "/usr/local/lib/python2.7/dist-packages/passpie/crypt.py", line 38, in init
self._gpg = gnupg.GPG(binary=self._binary, homedir=self._homedir)
TypeError: init() got an unexpected keyword argument 'binary'

from passpie.

marcwebbie avatar marcwebbie commented on August 20, 2024

You've probably have the unexpected version of python-gnupg, try that:

pip uninstall python-gnupg
pip install -U passpie

More info on the README: https://github.com/marcwebbie/passpie#typeerror-init-got-an-unexpected-keyword-argument-binary

from passpie.

marcwebbie avatar marcwebbie commented on August 20, 2024

@nattyseydi any news on this issue?

from passpie.

nattyseydi avatar nattyseydi commented on August 20, 2024

Hi,

I still have the same issue, I did everything you told

Thanks

from passpie.

marcwebbie avatar marcwebbie commented on August 20, 2024

Hello @nattyseydi,

Do you still experience this issue with latest versions of passpie?

from passpie.

nattyseydi avatar nattyseydi commented on August 20, 2024

Hello

Everything is still fine. No new other issues

Thanks

On Tue, Sep 29, 2015 at 2:23 AM, Marc Webbie [email protected]
wrote:

Hello @nattyseydi https://github.com/nattyseydi,

Do you still experience this issue with latest versions of passpie?


Reply to this email directly or view it on GitHub
#58 (comment).

Seydina Mouhamadou Ndiaye
Open Source Advocate
Front end Web developper - SysAdmin - Blogger
"The future belongs to those who prepare for it today."

http://nattyseydi.blogspot.com
http://twitter.com/NattySeydi

from passpie.

marcwebbie avatar marcwebbie commented on August 20, 2024

Thanks and enjoy passpie.:)

from passpie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.