Closed bamarsha closed 2 years ago
@samarsha I think we also need to update uninstalling-the-packages and troubleshooting
@samarsha I think we also need to update uninstalling-the-packages and troubleshooting
@idavis I updated the module names in the troubleshooting section. What did you want to update in "uninstalling the packages?" I thought the package names haven't changed.
@samarsha - good point, sorry, does this change still make sense then?
- `ModuleNotFoundError: No module named '(pyqir|pyqir.generator|pyqir.parser|pyqir.jit)'`:
Install the library by running one of the `install.(sh|ps1|cmd)` scripts.
The ModuleNotFoundError does have a dot in it.
If you try import pyqir.generator
without any PyQIR packages installed, you get "ModuleNotFoundError: No module named 'pyqir'". If you try import pyqir.generator
with at least one PyQIR package installed (but not generator), you get "ModuleNotFoundError: No module named 'pyqir.generator'"
Closes #61.