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
Description: I just updated my version of myhdl using pip install git+https://github.com/myhdl/myhdl.git@master, and now I'm having trouble importing myhdlpeek. I'm working within jupyter-lab.
Reproducing the issue:
frommyhdlpeek.myhdlimportPeeker---------------------------------------------------------------------------ModuleNotFoundErrorTraceback (mostrecentcalllast)
CellIn[13], line1---->1frommyhdlpeek.myhdlimportPeekerFile~\AppData\Roaming\Python\Python311\site-packages\myhdlpeek\__init__.py:95from .pckg_infoimportversion7# If you just import top-level myhdlpeek, then you'll get the MyHDL version8# of the Peeker. ---->9from .myhdlimport*File~\AppData\Roaming\Python\Python311\site-packages\myhdlpeek\myhdl\__init__.py:51# -*- coding: utf-8 -*-23# Copyright (c) 2017-2020, XESS Corp. The MIT License (MIT).---->5from .peekerimportPeeker6Peeker.config_defaults()
8from ..traceimport*File~\AppData\Roaming\Python\Python311\site-packages\myhdlpeek\myhdl\peeker.py:1210fromfutureimportstandard_library11frommyhdlimportEnumItemType, SignalType, always_comb, now--->12frommyhdl._compatimportinteger_types13frommyhdl.conversionimport_toVerilog, _toVHDL15from ..peekerbaseimport*ModuleNotFoundError: Nomodulenamed'myhdl._compat'
The text was updated successfully, but these errors were encountered:
OS: Windows 10
MyHDL version: 0.11.42 (stable Master branch)
Python version: 3.11.3
Description: I just updated my version of myhdl using
pip install git+https://github.com/myhdl/myhdl.git@master
, and now I'm having trouble importing myhdlpeek. I'm working within jupyter-lab.Reproducing the issue:
The text was updated successfully, but these errors were encountered: