Closed msyriac closed 4 years ago
Saw that before, it is when you have pieces of the previous version hanging around. Make sure you delete the build folder and the package folder in site-packages
On Mon, Jun 22, 2020, 14:54 Mathew S. Madhavacheril < notifications@github.com> wrote:
I'm getting the following error when importing the installed package:
import mapsims Traceback (most recent call last): File "
", line 1, in File "/home/r/rbond/msyriac/.local/lib/python3.6/site-packages/mapsims/init.py", line 7, in from .channel_utils import Channel, parse_channels File "/home/r/rbond/msyriac/.local/lib/python3.6/site-packages/mapsims/channel_utils.py", line 9, in from .utils import DEFAULT_INSTRUMENT_PARAMETERS ImportError: cannot import name 'DEFAULT_INSTRUMENT_PARAMETERS' — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/simonsobs/mapsims/issues/63, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC5Q4QVQPI44M5SHJXLEXTRX7HHVANCNFSM4OFCD5JA .
Yep, that helped, thanks.
I'm getting the following error when importing the installed package: