Brad Norman
Brad Norman
I too am having issues with pandas: > bash-3.2$ python PID-Analyzer.py --blackbox_decode ../blackbox-tools/obj/blackbox_decode -l ~/Downloads/BTFL_BLACKBOX_LOG_Amped-Air_20180702_sp4.BBL Traceback (most recent call last): File "PID-Analyzer.py", line 8, in from pandas import read_csv ImportError:...
OK... I was able to successfully build > pyinstaller -F --noupx PID-Analyzer_0.52.py --hidden-import scipy._lib.messagestream --hidden-import pandas._libs.tslibs.timedeltas See attached output file. [pyinstaller.txt](https://github.com/Plasmatree/PID-Analyzer/files/2161171/pyinstaller.txt) But I too have errors with Python not installed...
@piperod - tried again after upgrading to Mojave and reinstalling XCode, CLT, and updating Brew, Git, etc.. Added your suggestion and I am still stuck with pandas errors.
@piperod - my pal RichFPV suggested I add the following to my bash_profile to simplify running Plasmatree. > `function plasmatree() { python ~/plasmatree/PID-Analyzer/PID-Analyzer.py --blackbox_decode ~/plasmatree/blackbox-tools/obj/blackbox_decode -l $1 }` The following...
I ran 'pip install pandas' again and got the same result: > ultibots:PID-Analyzer Brad$ pip install pandas Requirement already satisfied: pandas in /usr/local/lib/python2.7/site-packages (0.22.0) Requirement already satisfied: python-dateutil in /usr/local/lib/python2.7/site-packages...
> ultibots:~ Brad$ which python /opt/local/bin/python > ultibots:~ Brad$ python Python 2.7.14 (default, Sep 22 2017, 00:06:07) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin Type "help", "copyright", "credits"...
@piperod - I am making progress with virtualenv. No errors so far... Working on generating output currently. Looking like Plasmatree is working! Thanks for hanging in there with me! Got...