-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] #90
Comments
detailsAttributeError Traceback (most recent call last) File E:\Tools\WORC-newpython\WORC\facade\basicworc.py:191, in BasicWORC.execute(self) File E:\Tools\WORC-newpython\WORC\WORC.py:562, in WORC.build(self, buildtype) File E:\Tools\WORC-newpython\WORC\WORC.py:601, in WORC.build_training(self) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\api_init_.py:576, in Network.create_source(self, datatype, id, step_id, resources, node_group) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\planning\network.py:558, in Network.create_source(self, datatype, id_, stepid, resources, nodegroup) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\planning\node.py:1153, in SourceNode.init(self, datatype, id_, parent, resource_limits, nodegroup) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\plugins\managers\objectmanager.py:65, in ObjectManager.getitem(self, key) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\abc\basemanager.py:64, in BaseManager.data(self) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\abc\basemanager.py:72, in BaseManager.ensure_loaded(self) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\plugins\managers\toolmanager.py:28, in ToolManager.populate(self) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\abc\basemanager.py:82, in BaseManager.populate(self) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\abc\basemanager.py:300, in BaseManager._scan_directory(self, path, recursive, namespace) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\abc\basemanager.py:317, in BaseManager._scan_directory(self, path, recursive, namespace) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\abc\basemanager.py:325, in BaseManager._scan_directory(self, path, recursive, namespace) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\plugins\managers\objectmanager.py:146, in ObjectManager._load_item(self, filepath, namespace) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\abc\serializable.py:387, in load(path, method, cls) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\abc\serializable.py:278, in Serializable.get_serializer(cls, filename) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\helpers\jsonschemaparser.py:569, in getblueprinter(uri, blueprint) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\helpers\jsonschemaparser.py:474, in extend..Blueprinter.init(self, uri, schema, types, resolver, format_checker) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\fastr\helpers\jsonschemaparser.py:62, in FastrRefResolver.init(self, base_uri, referrer, store, cache_remote, handlers) File D:\Software\Anaconda3\envs\newworc\Lib\site-packages\jsonschema\validators.py:930, in _RefResolver.init(self, base_uri, referrer, store, cache_remote, handlers, urljoin_cache, remote_cache) AttributeError: 'tuple' object has no attribute 'values' During handling of the above exception, another exception occurred: Exception Traceback (most recent call last) File E:\Tools\WORC-newpython\WORC\facade\simpleworc.py:69, in _error_bulldozer..dec(*args, **kwargs) Exception: An unexpected error has occured, which we have not catched in WORC. Double check your code or make an issue on the WORC github so that we can fix this issue. Please report the actual error raised in your report. |
This is my env: |
1、USE WORCTutorialBasic.ipynb
2、use newWORC with python=3.11
3、When I execute ”experiment.execute()“
error:
SimpleV validated: True.
MinSubjectsV validated: True.
Sample validated: True.
Label_type given is None, extracting all labels.
Label names to extract: Index(['imaginary_label_1', 'imaginary_label_2', 'Hospital', 'Age',
'complement_label_1'],
dtype='object')
InvalidLabelsV validated: True.
Debug detected: False.
Building training network...
[WARNING] basemanager:0327 >> Could not load file e:\tools\worc-newpython\WORC\resources\fastr_tools\combat\ComBat.xml: 'tuple' object has no attribute 'values'
The text was updated successfully, but these errors were encountered: