Dependency Issue
exAClior opened this issue · 1 comments
exAClior commented
Information
- Qiskit Honeywell Provider version: 0.1.0
- Python version: 3.9.5
- Operating system: archlinux 5.14.6
What is the current behavior?
When importing honeywell-provider with code
from qiskit.providers.honeywell import Honeywell
prompted with ModuleNotFound Error, "Marshmallow" not found
Steps to reproduce the problem
"pip install qiskit-honeywell-provider"
"from qiskit.providers.honeywell import Honeywell"
What is the expected behavior?
Provider should be imported without error
Suggested solutions
I manually install marshmallow using pip then everything works. Perhaps we should add it to the dependency file?
exAClior commented
Browsing the commit history, seems this should be fixed in the future version. Don't need to do anything else for the moment
qiskit/providers/honeywell/honeywellbackend.py