Python Forum
Nameparser - Traceback error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nameparser - Traceback error
#1
Greetings!

I'm getting the following error when I try to run a python file based on data in an Excel spreadsheet. I have installed the modules under C:\Users\Spec User\.

Traceback (most recent call last):
File "W:\DATABASES\2007 databases\CACS\SOURCE\BOWCDS.py", line 4, in <module>
from nameparser import HumanName
ModuleNotFoundError: No module named 'nameparser'

Many thanks for your help!
Reply
#2
I've tried uninstalling Python. Installing pip nameparser with the new installation of Python as well as the other two modules this file uses. This works on other machines of the same setup (model, OS, hardware, etc.).

The only difference that I see with this is my machine has an installation of Windows that crashed. When I used the repair tool to reinstall it, it left the broken one. I don't know how to get rid of it. Nor do I know if this might be causing my problem.

Any insight would be most appreciated!

Thanks!
Reply
#3
Hi @tjnichols
You can try like this:
on command line: pip install nameparser(windows) or sudo pip install nameparser(Linux)
If you still meet the issue, means, your installed python is not correct or broken.

Suggesting repair/reinstall Python.
https://docs.python.org/3/using/windows.html
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Traceback Error mg24 2 942 Nov-21-2022, 02:35 PM
Last Post: snippsat
  Traceback error in PyCharm but not in other IDEs? devansing 7 6,362 Mar-05-2020, 11:27 AM
Last Post: buran
  I have Traceback error and a type error and i dont know how to fix it coltron1282 2 2,522 Feb-07-2019, 03:15 PM
Last Post: coltron1282
  Unexpected output, TypeError and traceback error fier259 2 3,108 May-06-2018, 10:52 PM
Last Post: fier259
  CSV unable to import (traceback error) learnermarx 3 6,328 Feb-09-2018, 03:24 PM
Last Post: buran
  [error]Traceback kikoko_2 1 2,722 Dec-01-2017, 11:30 PM
Last Post: Windspar
  Python Error (Traceback & ValueError) Help! helpplease 4 5,968 Dec-19-2016, 06:07 PM
Last Post: Ofnuts
  Python Traceback Error CaiGengYang 4 7,895 Nov-28-2016, 08:51 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020