question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(null): can't open file 'ffpass': [Errno 2] No such file or directory

See original GitHub issue

Hi,

I using MacOS High Sierra and installed python3 and then via python3 pip ffpass, but whenever I use

python3 ffpass import --from passwords.csv I am getting this error

(null): can’t open file ‘ffpass’: [Errno 2] No such file or directory

Any ideas how to make it work under MacOS?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
srulikukcommented, Nov 23, 2018

I am having the same issue, cannot run ffpass. Ubuntu 18.04 $ ffpass --help ffpass: command not found

$ python3 -m ffpass --help /usr/bin/python3: No module named ffpass.__main__; 'ffpass' is a package and cannot be directly executed

$ python3 -m pip install -U ffpass Requirement already up-to-date: ffpass in /home/sruli/.local/lib/python3.6/site-packages (0.3.4) Requirement already satisfied, skipping upgrade: pycryptodome in /home/sruli/.local/lib/python3.6/site-packages (from ffpass) (3.7.0) Requirement already satisfied, skipping upgrade: pyasn1 in /home/sruli/.local/lib/python3.6/site-packages (from ffpass) (0.4.4)

$ python3 -V Python 3.6.7

Thanks.

0reactions
ymatuhincommented, Jan 26, 2020

Same scenario.

❯ python3 -m ffpass --help
/Library/Frameworks/Python.framework/Versions/3.8/bin/python3: No module named ffpass.__main__; 'ffpass' is a package and cannot be directly executed

❯ python3 -m pip install -U ffpass
Requirement already up-to-date: ffpass in /Users/ym/Library/Python/3.8/lib/python/site-packages (0.4.8)
Requirement already satisfied, skipping upgrade: pyasn1 in /Users/ym/Library/Python/3.8/lib/python/site-packages (from ffpass) (0.4.8)
Requirement already satisfied, skipping upgrade: pycryptodome in /Users/ym/Library/Python/3.8/lib/python/site-packages (from ffpass) (3.9.4)

❯ /Users/ym/Library/Python/3.8/lib/python/site-packages/ffpass --help
zsh: permission denied: /Users/ym/Library/Python/3.8/lib/python/site-packages/ffpass

and chmod +x /Users/ym/Library/Python/3.8/lib/python/site-packages/ffpass didn’t help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

eforms.dtx
MessageBreak Reinstall or refresh your file name database. ... to |\@runcolor| % \begin{macrocode} \def\ef@searchLaunch#1/Launch#2\@nil{\def\ef@argii{#2}% ...
Read more >
Micro Focus Desktop Containers 21.7 Documentation
To open an application or file, go to the Turbo.net Portal and click on the ... Installing a container does not automatically cause...
Read more >
Correlation of Respirator Fit Measured on Human Subjects ...
This study assessed the correlation of N95 filtering face-piece respirator (FFR) fit between a Static Advanced Headform (StAH) and 10 human test subjects....
Read more >
2.6_M1.rc1_ptest.txt - Yocto Project Wiki
vredir6.sub: line 13: /dev/null: Too many open files --- > ./vredir6.sub: redirection error: cannot duplicate fd: Invalid argument > .
Read more >
Universal Gage Interface - LMI Corporation
In the case that this does not occur, follow the next two steps. 3. Click the Start button and select the Run Option....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found