gpt4 book ai didi

python - 包给了我无效的 int 文字

转载 作者:太空宇宙 更新时间:2023-11-03 21:31:50 27 4
gpt4 key购买 nike

我在 PyCharm 上使用 openbte 包,但收到此错误:

(venv) C:\Users\turtl\PycharmProjects\untitled>openbte -g -type=porous/square_lattice -shape=circle -porosity=0.25 -lx=10 -ly=10
Traceback (most recent call last):
File "C:\Users\turtl\PycharmProjects\untitled\venv\Scripts\openbte-script.py", line 11, in <module>
load_entry_point('openbte==0.9.24', 'console_scripts', 'openbte')()
File "C:\Users\turtl\PycharmProjects\untitled\venv\lib\site-packages\openbte\__main__.py", line 47, in main
Geometry(**vars(args))
File "C:\Users\turtl\PycharmProjects\untitled\venv\lib\site-packages\openbte\geometry.py", line 83, in __init__
data = self.compute_mesh_data()
File "C:\Users\turtl\PycharmProjects\untitled\venv\lib\site-packages\openbte\geometry.py", line 91, in compute_mesh_data
self.import_mesh()
File "C:\Users\turtl\PycharmProjects\untitled\venv\lib\site-packages\openbte\geometry.py", line 470, in import_mesh
n_nodes = int(f.readline())
ValueError: invalid literal for int() with base 10: '28 28 1 0\n'

本质上,我不太确定该错误的含义。经过研究,我认为这意味着某些值无法转换为int。有问题的 f 文件是 https://textuploader.com/d3uab 。它似乎在第一行就失败了。有人对如何让它发挥作用有任何想法吗?

最佳答案

问题是我使用的是较新版本的 gmsh (4.0)。下载 gmsh 3.0 后,openbte 的格式是正确的。

关于python - 包给了我无效的 int 文字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53472205/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com