Skip to content

cannot set up local development #519

@seanpearsonuk

Description

@seanpearsonuk

Following the steps in the readme and also pip installing from the 3 requirements files

(.venv) E:\ANSYSDev\pyfluent14\pyfluent>python codegen/allapigen.py
Traceback (most recent call last):
File "codegen/allapigen.py", line 8, in
tuigen.generate()
File "E:\ANSYSDev\pyfluent14\pyfluent\codegen\tuigen.py", line 348, in generate
_populate_xml_helpstrings()
File "E:\ANSYSDev\pyfluent14\pyfluent\codegen\tuigen.py", line 133, in _populate_xml_helpstrings
field_help_node = help_contents_node.find(".//*[@id='fluent_tui_field_help']")
AttributeError: 'NoneType' object has no attribute 'find'

If I handle the first error, I get a subsequent error:

(.venv) E:\ANSYSDev\pyfluent14\pyfluent>python codegen/allapigen.py
2022-06-17 18:08:57,982 root ERROR GRPC_ERROR:
Traceback (most recent call last):
File "codegen/allapigen.py", line 9, in
datamodelgen.generate()
File "E:\ANSYSDev\pyfluent14\pyfluent\codegen\datamodelgen.py", line 304, in generate
DataModelGenerator().write_static_info()
File "E:\ANSYSDev\pyfluent14\pyfluent\codegen\datamodelgen.py", line 103, in init
self._populate_static_info()
File "E:\ANSYSDev\pyfluent14\pyfluent\codegen\datamodelgen.py", line 124, in _populate_static_info
info.static_info = self._get_static_info(info.rules, session)
File "E:\ANSYSDev\pyfluent14\pyfluent\codegen\datamodelgen.py", line 108, in _get_static_info
response = session._datamodel_service_se.get_static_info(request)
File "e:\ansysdev\pyfluent14\pyfluent\src\ansys\fluent\core\services\error_handler.py", line 18, in func
raise RuntimeError(ex.details()) from None
RuntimeError

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions