You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to replicate, run the following to perform an editable installation of peakrdl-regblock:
$ mkdir testcase
$ cd testcase/
$ python3.10 -m venv venv
$ . venv/bin/activate
$ pip install peakrdl
$ to ../PeakRDL-regblock
$ pip install -e .
$ peakrdl help
Traceback (most recent call last):
File "/home/shareefj/git/testcase/venv/bin/peakrdl", line 8, in <module>
sys.exit(main())
File "/home/shareefj/git/testcase/venv/lib/python3.10/site-packages/peakrdl/main.py", line 135, in main
raise RuntimeError(f"More than one exporter plugin was registered with the same name '{sc.name}': \n\t{sc_dict[sc.name]}\n\t{sc}")
RuntimeError: More than one exporter plugin was registered with the same name 'regblock':
<peakrdl_regblock.__peakrdl__.Exporter object at 0x7fe3f0835390>
<peakrdl_regblock.__peakrdl__.Exporter object at 0x7fe3f0339bd0>
The text was updated successfully, but these errors were encountered:
Describe the bug
See #16 for the background.
In order to replicate, run the following to perform an editable installation of peakrdl-regblock:
The text was updated successfully, but these errors were encountered: