Open bilalahmed1324 opened 5 years ago
Got this problem as well. =(
Me, too. Has this been resolved?
ImportError Traceback (most recent call last)
hello all,
Even i received the error -- importError: cannot import name 'XMLAConnection' from 'connection' when trying to import xmla from python.
Any resolution for this. Greatly appreciate your help
sad it seems it's no longer supported
@bilalahmed1324 Hello all After installing xmla with pip, I was facing the same error as yours But after cloning this library from Git, my problem was solved
# create virtualenv
python3 -m venv xyz
cd xyz
source bin/activate
git clone https://github.com/may-day/olap
cd olap/xmla
# optional if you have it already
pip install pipenv
pipenv install -dev
python setup.py develop
# now you should be good to go
I am trying to import olap but i am getting this error:
Cannot improt name 'XMLAConnection'. Does anybody have a clue?
Thanks for your help.