A3M4 / YouTube-Report

:bar_chart: Generate a personal YouTube report from your Google Takeout data
MIT License
636 stars 64 forks source link

Module Can not be found #11

Open jbenzaquen42 opened 4 years ago

jbenzaquen42 commented 4 years ago

I am getting this error running python report.py

File "C:\Users\jacob\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\special__init__.py", line 641, in

from ._ufuncs import *

ImportError: DLL load failed: The specified module could not be found.

RiedleroD commented 4 years ago

make sure everything is installed correctly. Maybe try a clean install.

jbenzaquen42 commented 4 years ago

Clean install of what? The zip file from here? Or python?

A3M4 commented 4 years ago

Try use Anaconda, it will solve the problem.

RiedleroD commented 4 years ago

I meant a clean install of Python, and installing Anaconda, among other things (I think), would do exactly that.