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
Traceback (most recent call last):
File "/usr/local/bin/POSM", line 11, in <module>
load_entry_point('POSM', 'console_scripts', 'POSM')()
File "/home/marvin/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/marvin/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2859, in load_entry_point
return ep.load()
File "/home/marvin/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2450, in load
return self.resolve()
File "/home/marvin/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2456, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/marvin/apps/POSM/POSM/main.py", line 12, in <module>
from POSM.ElementsLoader.ElementsLoader import ElementsLoader
File "/home/marvin/apps/POSM/POSM/ElementsLoader/ElementsLoader.py", line 10, in <module>
from POSM.ElementsLoader import Node
File "/home/marvin/apps/POSM/POSM/ElementsLoader/Node.py", line 5, in <module>
from POSM.utils import calc
File "/home/marvin/apps/POSM/POSM/utils/calc.py", line 6, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
I would love to get any help running it, since I am interested in co-developing.
I am not sure, if my python knowledge is sufficient, but I would like to try and fiddle around.
The text was updated successfully, but these errors were encountered:
Hey there!
First of all, this editor is a very good idea!!
I have tried to run it by
But I am getting:
I would love to get any help running it, since I am interested in co-developing.
I am not sure, if my python knowledge is sufficient, but I would like to try and fiddle around.
The text was updated successfully, but these errors were encountered: