thuml/depyf

Import bug

jon-chuang opened this issue · 1 comments

Traceback (most recent call last):
  File "/home/jonch/nested_graph_break.py", line 2, in <module>
    import depyf
  File "/home/jonch/.local/lib/python3.10/site-packages/depyf/__init__.py", line 54, in <module>
    __version__ = open(f"{os.path.dirname(__file__)}/VERSION.txt").read().strip()
FileNotFoundError: [Errno 2] No such file or directory: '/home/jonch/.local/lib/python3.10/site-packages/depyf/VERSION.txt'

Hi, sorry for the trouble. It should be fixed in 07661e5 . Could you please try it again?