You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the main.py file that actually installed on my local machine with the pip install dbf2csv command didn't seem to be the same updated/corrected file that is listed in repo. I was getting a "could not find module __init__" kind of error, but when I replaced the main.py file that downloaded with the file that is actually in your repo, the tool works.
The text was updated successfully, but these errors were encountered:
This project is sadly abandoned. Couldn't find a better project with the same purpose.
git clone https://github.com/akadan47/dbf2csv.git # On for eg `/tmp/`
cp ./dbf2csv/dbf2csv/main.py ~/.local/lib/python3.10/site-packages/dbf2csv/main.py # Check destination with pip show dbf2csv
I noticed that the
main.py
file that actually installed on my local machine with thepip install dbf2csv
command didn't seem to be the same updated/corrected file that is listed in repo. I was getting a "could not find module __init__" kind of error, but when I replaced themain.py
file that downloaded with the file that is actually in your repo, the tool works.The text was updated successfully, but these errors were encountered: