-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- Qiskit Terra version: fe12c26
- Python version: 3.10
- Operating system: macOS Ventura
What is happening?
See these warnings during editable build
warning: no files found matching 'qiskit/schemas/*.json'
warning: no files found matching 'qiskit/schemas/examples/*.json'
warning: no files found matching '*.pyx' under directory 'qiskit'
warning: no files found matching '*.pxd' under directory 'qiskit'
warning: no files found matching 'test/python/pickles/*.pickle'
How can we reproduce the issue?
git clone https://github.com/Qiskit/qiskit-terra.git
cd qiskit-terrra
pip install -e .
What should happen?
No warnings
Any suggestions?
Remove these lines in MANIFEST.in
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working