lspestrip / striptease

Strip TEst Analysis for System Evaluation
MIT License
4 stars 3 forks source link

After fixing issue #72 import striptease fails #74

Closed planck2007 closed 2 years ago

planck2007 commented 2 years ago

After pulling and installing new version following fix of issue #72 module striptease fails importing. import striptease


ImportError                               Traceback (most recent call last)
<ipython-input-1-c1ad3e4a679d> in <module>()
----> 1 import striptease

/home/daniele/bin/anaconda3/envs/striptease/lib/python3.6/site-packages/Striptease-0.1.0-py3.6.egg/striptease/__init__.py in <module>()
     48     DataFile,
     49 )
---> 50 from .procedures import (
     51     dump_procedure_as_json,
     52     StripProcedure,

/home/daniele/bin/anaconda3/envs/striptease/lib/python3.6/site-packages/Striptease-0.1.0-py3.6.egg/striptease/procedures/__init__.py in <module>()
      6 
      7 from config import Config
----> 8 from striptease import StripConnection
      9 from striptease.biases import InstrumentBiases
     10 

ImportError: cannot import name 'StripConnection'```