opensourceBIM / opensourceBIM/python-mvdxml
ImportError: cannot import name 'mvdxml_expression'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 32
- Forks
- 13
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 2
Description
I tried running this with python 3.6.1 and got the following error:
from . import mvdxml_expression
ImportError: cannot import name 'mvdxml_expression'
Im running it from within the folder.
Have any suggestions of what I might do wrong?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the ImportError with Python 3.6.1 from the project folder and inspect the package layout around the from . import mvdxml_expression statement. Done means identifying why that module cannot be imported and documenting or correcting the supported way to run the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100