You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a) Update: looks like you need to update your instructions to tell us to install anaconda3 ?
b) Looks like you need to explain to people that "universal" (your module) is NOT the same thing as "universal" (Shubham Chaudhary's compile tool from 2014)...
Suggestion - fix your doc to say this for "install":
I followed these instructions: https://github.com/Marigold/universal-portfolios - in a fresh install (everything new today on CentOS 8) of jupyter lab, and the example notebook fails to run as follows:-
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-5760efab9188> in <module>
11
12 import universal as up
---> 13 from universal import tools, algos
14 from universal.algos import *
15
~/.local/lib/python3.6/site-packages/universal/tools.py in <module>
3 import scipy.optimize as optimize
4 from scipy.special import betaln
----> 5 from pandas.stats.moments import rolling_mean as rolling_m
6 from pandas.stats.moments import rolling_corr
7 import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'pandas.stats'
This guy had the same problem: #20 - but it was closed with no explanation?
The text was updated successfully, but these errors were encountered:
Good idea, I'll emphasize that only python 3 is supported in the newest version.
As for the error with from pandas.stats.moments import rolling_mean as rolling_m, if you check source code you'll see that the line from stackstrace has been removed a few months ago. It looks like you're using an old version for some reason. Maybe using Python 2 would install an old version? In any case, make sure you use python 3 and try reinstalling.
a) Update: looks like you need to update your instructions to tell us to install anaconda3 ?
b) Looks like you need to explain to people that "universal" (your module) is NOT the same thing as "universal" (Shubham Chaudhary's compile tool from 2014)...
Suggestion - fix your doc to say this for "install":
I followed these instructions: https://github.com/Marigold/universal-portfolios - in a fresh install (everything new today on CentOS 8) of jupyter lab, and the example notebook fails to run as follows:-
This guy had the same problem: #20 - but it was closed with no explanation?
The text was updated successfully, but these errors were encountered: