We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tryed to install olapy as mentioned in the documentation with pip install olapy and get below error:
ERROR: Failed building wheel for pandas Running setup.py clean for pandas Failed to build pandas Installing collected packages: xmlwitch, typing, spyne, numpy, python-dateutil, pandas, pyyaml, sqlalchemy, regex, attrs, click, olapy Running setup.py install for pandas ... error
When trying to install with git clone git://github.com/abilian/olapy.git cd olapy python setup.py install
it does not find the file setup.py
The text was updated successfully, but these errors were encountered:
The docs are really out of date
Sorry, something went wrong.
@sschuetz2bit you can use poetry library - poetry build
No branches or pull requests
I tryed to install olapy as mentioned in the documentation with pip install olapy and get below error:
ERROR: Failed building wheel for pandas
Running setup.py clean for pandas
Failed to build pandas
Installing collected packages: xmlwitch, typing, spyne, numpy, python-dateutil, pandas, pyyaml, sqlalchemy, regex, attrs, click, olapy
Running setup.py install for pandas ... error
When trying to install with git clone git://github.com/abilian/olapy.git
cd olapy
python setup.py install
it does not find the file setup.py
The text was updated successfully, but these errors were encountered: