You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10, Anaconda3, Python 3.7.7 (default, May 6 2020, 11:45:54) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
I installed mmf using pip install β-pre mmf.
mmf 's version =0.0rc10
Then I did mmf_convert_hm --zip_file <zip_file_path> --password and have a error:
File "c:\users\anton\anaconda3\envs\ml\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "c:\users\anton\anaconda3\envs\ml\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\anton\Anaconda3\envs\ml\Scripts\mmf_convert_hm.exe_main.py", line 7, in
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf_cli\hm_convert.py", line 164, in main
converter = HMConverter()
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf_cli\hm_convert.py", line 26, in init
self.configuration = Configuration()
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\utils\configuration.py", line 205, in init
self._default_config = self._build_default_config()
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\utils\configuration.py", line 222, in build_default_config
default_config = load_yaml(self.default_config_path)
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\utils\configuration.py", line 30, in load_yaml
raise e
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\utils\configuration.py", line 23, in load_yaml
mapping = OmegaConf.load(abs_f)
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\omegaconf\omegaconf.py", line 246, in load
with io.open(os.path.abspath(file), "r", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\configs\defaults.yaml'
The text was updated successfully, but these errors were encountered:
source package in pypi don't contains with configs dir.
You can confirm this by downloading the mmf-1.0.0rc10.tar.gzΒ (160.5 kB) @AntoninaKOR setup.py install from source code is better way to walk around.
π Bug
Windows 10, Anaconda3, Python 3.7.7 (default, May 6 2020, 11:45:54) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
I installed mmf using pip install β-pre mmf.
mmf 's version =0.0rc10
Then I did mmf_convert_hm --zip_file <zip_file_path> --password and have a error:
File "c:\users\anton\anaconda3\envs\ml\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "c:\users\anton\anaconda3\envs\ml\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\anton\Anaconda3\envs\ml\Scripts\mmf_convert_hm.exe_main.py", line 7, in
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf_cli\hm_convert.py", line 164, in main
converter = HMConverter()
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf_cli\hm_convert.py", line 26, in init
self.configuration = Configuration()
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\utils\configuration.py", line 205, in init
self._default_config = self._build_default_config()
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\utils\configuration.py", line 222, in build_default_config
default_config = load_yaml(self.default_config_path)
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\utils\configuration.py", line 30, in load_yaml
raise e
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\utils\configuration.py", line 23, in load_yaml
mapping = OmegaConf.load(abs_f)
File "c:\users\anton\anaconda3\envs\ml\lib\site-packages\omegaconf\omegaconf.py", line 246, in load
with io.open(os.path.abspath(file), "r", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'c:\users\anton\anaconda3\envs\ml\lib\site-packages\mmf\configs\defaults.yaml'
The text was updated successfully, but these errors were encountered: