csvprint
csvprint copied to clipboard
Unable to run csvprint
I installed csvprint via PIP and the following message shows up once i run csvprint.exe:
Traceback (most recent call last):
File "c:\users\karthons\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\users\karthons\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\karthons\AppData\Local\Programs\Python\Python39\Scripts\csvprint.exe\__main__.py", line 4, in <module>
ModuleNotFoundError: No module named 'bin'
--version: Python 3.9.2 OS: Windows 10
Edit: Same error occurs on Linux Docker containers
FROM pypy:3
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN pip install csvprint