(null): can't open file 'ffpass': [Errno 2] No such file or directory
See original GitHub issueHi,
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:
- Created 5 years ago
- Comments:11 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Same scenario.
and
chmod +x /Users/ym/Library/Python/3.8/lib/python/site-packages/ffpass
didn’t help.