Giter VIP home page Giter VIP logo

Comments (4)

devinreams avatar devinreams commented on May 27, 2024 1

Ah wait but I didn't pass the path to the csv there, when I actually did (whoops!) it parsed OK:

dreams-mjlvdl:Downloads dreams$ csv2keychain chrome.csv 

Executing csv2keychain version 0.1.3.
List of argument strings: ['chrome.csv']

File opened
Copying item #1...
#1 complete

🤷‍♂

from csv2keychain.

nntarasov avatar nntarasov commented on May 27, 2024

Thank you for details. Are you running the tool with python3 ? The tool must be installed via pip3. According to the stacktrace you are using Python 2.7

from csv2keychain.

devinreams avatar devinreams commented on May 27, 2024

I get slightly different on macOS 10.15 (Catalina) Beta 5 (19A526h) and can confirm it was installed and running with Python 3 / pip3:

Executing csv2keychain version 0.1.3.
List of argument strings: []

Traceback (most recent call last):
  File "/Users/dreams/Library/Python/3.7/bin/csv2keychain", line 10, in <module>
    sys.exit(main())
  File "/Users/dreams/Library/Python/3.7/lib/python/site-packages/csv2keychain/__main__.py", line 16, in main
    Csv2Keychain()
  File "/Users/dreams/Library/Python/3.7/lib/python/site-packages/csv2keychain/csv2keychain.py", line 33, in __init__
    script, csvpath = argv[:2]
ValueError: not enough values to unpack (expected 2, got 1)

from csv2keychain.

notorioustubze avatar notorioustubze commented on May 27, 2024

I got it working!!! thank you for the continued support with this. I had to fully remove python 2.7 from my machine then I was able to pip install running version 3.7 once i did this the script ran faultlessly.

from csv2keychain.

Related Issues (15)

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.