Installing GEOUNED #127078
Replies: 1 comment
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi all,
I was able to git clone the git 1.0.1 version of the GEOUNED and run the conversions.
However, after the update to 1.1.0 and as per the instruction. Installing using conda is not helping. Can someone provide steps to convert the cad file.
The error I get while using the conda install is as follows
(geouned) solps@solps:~/Downloads/GEOUNED$ geouned_cadtocsg -i config.ini
PATH_TO_FREECAD_LIBDIR not specified, using default FreeCAD version in /home/solps/anaconda3/envs/geouned/lib
Traceback (most recent call last):
File "/home/solps/anaconda3/envs/geouned/bin/geouned_cadtocsg", line 8, in
sys.exit(main())
^^^^^^
File "/home/solps/anaconda3/envs/geouned/lib/python3.11/site-packages/geouned/GEOUNED/scripts/geouned_cadtocsg.py", line 23, in main
geouned.CadToCsg.from_json(args.input)
File "/home/solps/anaconda3/envs/geouned/lib/python3.11/site-packages/geouned/GEOUNED/core.py", line 227, in from_json
config = json.load(f)
^^^^^^^^^^^^
File "/home/solps/anaconda3/envs/geouned/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/home/solps/anaconda3/envs/geouned/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/solps/anaconda3/envs/geouned/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/solps/anaconda3/envs/geouned/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 2 (char 1)
Beta Was this translation helpful? Give feedback.
All reactions