As was stated in the comments to the original post, this seemed to be an issue with the python interpreter I was using for whatever reason, and not something wrong with the python scripts. I switched over from the WinPython bundle to the official python 3.6 from python.org and it worked just fine. thanks for the help everyone 🙂
Related Posts:
- Relative imports – ModuleNotFoundError: No module named x
- How to install pip with Python 3?
- Python: ‘ModuleNotFoundError’ when trying to import module from imported package
- Relative imports in Python 3
- How to fix “Attempted relative import in non-package” even with __init__.py
- How to fix “Attempted relative import in non-package” even with __init__.py
- ImportError: No module named ‘cv2’ Python3
- SyntaxError: unexpected EOF while parsing
- How to use filter, map, and reduce in Python 3
- Use Gif Logo For Loading Screen In Kivy
- Praw & Discord.py: The bot keep sending the same meme. I want the bot to send different meme whenever it is asked
- How can I make a time delay in Python? [duplicate]
- Python – TypeError: ‘int’ object is not iterable
- TypeError: only integer scalar arrays can be converted to a scalar index with 1D numpy indices array
- How to open a file using the open with statement
- Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)
- What is the difference between rw+ and r+
- Python – TypeError: ‘int’ object is not iterable
- Import Error: No module named numpy
- TypeError: a bytes-like object is required, not ‘str’ when writing to a file in Python3
- How to uninstall a package installed with pip install –user
- Relative imports in Python 3
- Best way to convert string to bytes in Python 3?
- Best way to convert string to bytes in Python 3?
- What does the list() function do in Python?
- TypeError: not all arguments converted during string formatting python
- PermissionError: [Errno 13] Permission denied
- What is setup.py?
- How is Anaconda related to Python?
- FileNotFoundError: [WinError 2] The system cannot find the file specified:
- Invalid character in identifier
- Is “from matplotlib import pyplot as plt” == “import matplotlib.pyplot as plt”?
- Python error “ImportError: No module named”
- What is __init__.py for?
- Python error “ImportError: No module named”
- What is __init__.py for?
- Using Python 3 in virtualenv
- Relative imports in Python 3
- beyond top level package error in relative import
- How to correct TypeError: Unicode-objects must be encoded before hashing?
- How to remove EOFError: EOF when reading a line?
- WinError 2 The system cannot find the file specified (Python)
- ImportError: No module named requests
- beyond top level package error in relative import
- hashlib.md5() TypeError: Unicode-objects must be encoded before hashing
- TypeError: cannot unpack non-iterable NoneType object
- Is there a ‘foreach’ function in Python 3?
- Python inline if statement
- How to install python3 version of package via pip on Ubuntu?
- Updating a dictionary in python
- Importing modules from parent folder
- Could not find a version that satisfies the requirement tensorflow
- Convert bytes to a string
- How to copy a dictionary and only edit the copy
- How to print like printf in Python3?
- `from … import` vs `import .` [duplicate]
- Importing modules from parent folder
- Could not find a version that satisfies the requirement tensorflow
- Local variable referenced before assignment?
- Importing files from different folder
- ModuleNotFoundError: No module named ‘sklearn’
- AttributeError: ‘module’ object has no attribute ‘urlopen’
- Python Error: AttributeError: __enter__ [duplicate]
- Can’t fix “zipimport.ZipImportError: can’t decompress data; zlib not available” when I type in “python3.6 get-pip.py”
- TypeError: ‘float’ object not iterable
- beyond top level package error in relative import
- TypeError: ‘type’ object is not subscriptable when indexing in to a dictionary
- Importing files from different folder
- ModuleNotFoundError: No module named ‘sklearn’
- ‘method’ object is not subscriptable. Don’t know what’s wrong
- Invalid character in identifier
- Importing class from another file [duplicate]
- filedialog, tkinter and opening files
- error UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xff in position 0: invalid start byte
- Error in Python script “Expected 2D array, got 1D array instead:”?
- csv.Error: iterator should return strings, not bytes
- NameError: global name ‘xrange’ is not defined in Python 3
- Error: ” ‘dict’ object has no attribute ‘iteritems’ “
- What does “SyntaxError: Missing parentheses in call to ‘print'” mean in Python?
- ImportError: Cannot import name X
- ‘str’ object has no attribute ‘decode’. Python 3 error?
- How to find all the indexes of a recurring item in a list?
- How to upgrade pip3?
- Name ‘xrange’ is not defined in Python 3 [duplicate]
- TypeError: Missing 1 required positional argument: ‘self’
- How to import the class within the same directory or sub directory?
- pandas: merge (join) two data frames on multiple columns
- What is __pycache__?
- How do you use subprocess.check_output() in Python?
- How do I unload (reload) a Python module?
- SystemError: Parent module ” not loaded, cannot perform relative import
- Error: ” ‘dict’ object has no attribute ‘iteritems’ “
- TypeError: ‘<=' not supported between instances of 'str' and 'int' [duplicate]
- (Help) TypeError: ‘str’ object cannot be interpreted as an integer
- How do order of operations go on Python?
- TypeError: unsupported operand type(s) for -: ‘str’ and ‘int’
- Why KeyError: 0
- How to import the class within the same directory or sub directory?
- How to upgrade pip3?
- What is __pycache__?