pkmcfarland / TSTools

Python tools for GPS position time series.
3 stars 1 forks source link

error when I ran make #8

Closed pkmcfarland closed 4 years ago

pkmcfarland commented 5 years ago

Hey J,

When I ran: make

A bunch of stuff was running but then I got: =================================== ERRORS =========================== _______ ERROR collecting tests/timeSeries/readUnrTxyz2_test.py ______________ ImportError while importing test module '/tstools/tests/timeSeries/readUnrTxyz2_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/timeSeries/readUnrTxyz2_test.py:4: in <module> from timeSeries import timeSeries as ts src/timeSeries/timeSeries.py:17: in <module> import plotly.graph_objects as go E ModuleNotFoundError: No module named 'plotly' !!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!! ======================== 1 error in 0.10 seconds =========================== make: *** [test] Error 2

Can I fix this or is it something you should do?

jaredonline commented 5 years ago

I should fix it I think

jaredonline commented 4 years ago

I've got some of the above issue fixed, but now I'm running into:

ModuleNotFoundError: No module named 'nutils'

Do you know where I can go to install that package?

pkmcfarland commented 4 years ago

Dang. Sorry. That’s an NGS library. Is it in TSTools/python/lib ?

On Fri, Sep 20, 2019 at 15:42 Jared McFarland notifications@github.com wrote:

I've got some of the above issue fixed, but now I'm running into:

ModuleNotFoundError: No module named 'nutils'

Do you know where I can go to install that package?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/twistmcflip/TSTools/issues/8?email_source=notifications&email_token=AKF5M73GDBMFZUVZ2B7RVX3QKURS7A5CNFSM4IN4UCFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7HWH3I#issuecomment-533685229, or mute the thread https://github.com/notifications/unsubscribe-auth/AKF5M73PZ7TP2AZXM6NA7I3QKURS7ANCNFSM4IN4UCFA .

jaredonline commented 4 years ago

It does not appear to be. Wanna add it?

pkmcfarland commented 4 years ago

Will do when I get home tonight.

On Fri, Sep 20, 2019 at 15:53 Jared McFarland notifications@github.com wrote:

It does not appear to be. Wanna add it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/twistmcflip/TSTools/issues/8?email_source=notifications&email_token=AKF5M77MRDMB2FLPOHGISPLQKUS3LA5CNFSM4IN4UCFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7HXADA#issuecomment-533688332, or mute the thread https://github.com/notifications/unsubscribe-auth/AKF5M76CCXFPGSFZQ6TZOELQKUS3LANCNFSM4IN4UCFA .

pkmcfarland commented 4 years ago

Hey brew, Finally added nutils to TSTools/python/lib/