Jump to content

Orion

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Orion's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • Conversation Starter

Recent Badges

0

Reputation

  1. Hi, Is anyone familiar with Seeq-Spy? I can install it with the latest Anaconda version, but cannot load 'seeq import spy'. I have hundreds of libraries installed, but this one won't load.. Any help would be appreciated. !pip install seeq-spy from seeq import spy File ~\AppData\Local\anaconda3\lib\site-packages\seeq\spy\__init__.py:5 1 from __future__ import annotations 3 from typing import Optional ----> 5 import seeq.spy._errors as errors 6 from seeq.sdk import ApiClient 7 from seeq.sdk.configuration import Configuration File ~\AppData\Local\anaconda3\lib\site-packages\seeq\spy\_errors.py:12 9 from IPython.core.getipython import get_ipython 10 from IPython.display import display ---> 12 from seeq.sdk.rest import ApiException 13 from seeq.spy import _datalab 15 __all__ = ['SPyDependencyNotFound', 'SPyException', 'SPyKeyboardInterrupt', 'SPyRuntimeError', 'SPyValueError', 16 'SPyTypeError', 'SchedulePostingError', 'ApiException', 'get_api_exception_message'] ModuleNotFoundError: No module named 'seeq.sdk' am unable to load this library with the latest version of Anaconda.
×
×
  • Create New...