k4yt3x / video2x

A machine learning-based lossless video super resolution framework. Est. Hack the Valley II, 2018.
https://video2x.org
GNU Affero General Public License v3.0
10.74k stars 1.01k forks source link

AttributeError: module 'avalon_framework' has no attribute 'FM' #12

Closed wuast94 closed 6 years ago

wuast94 commented 6 years ago

I get error:

               Video2X Video Enlarger
Traceback (most recent call last):
  File "video2x.py", line 175, in <module>
    print_logo()
  File "video2x.py", line 83, in print_logo
    '    Version ' + VERSION + '\n' + avalon.FM.RST)
AttributeError: module 'avalon_framework' has no attribute 'FM'
k4yt3x commented 6 years ago

@wuast94 Thanks for the issue and sorry about the error. The framework was update a day ago, and I haven't updated all the programs that are using this framework yet. I'll do it right now.

k4yt3x commented 6 years ago

Alright the issue should be fixed by now.