Replies: 2 comments 3 replies
-
Can you dump the versions of all the libraries you are using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, trying to install the latest branch commit on a Windows 2022 server machine and running into some issues. Using python version 3.10.3. First off, it doesn't seem possible to install psutils 5.6.6 anymore (I've troubleshot this to death), having to use a newer version. I changed the dependencies list in the setup.py file to 5.9.0 and it allowed me to install. Is anyone aware of a reason why it would need to be 5.6.6? Second, when attempting to run the backup_arctic_to_parquet script I get the following error:
File "C:\New AC3\pysystemtrade\venv\lib\site-packages\arctic_util.py", line 6, in
from pandas.util.testing import assert_frame_equal
ModuleNotFoundError: No module named 'pandas.util.testing'
Apparently this error is raised because starting from pandas version 1.0.0, pandas.util.testing has been moved to pandas.testing. Any workaround here? Thanks all.
Beta Was this translation helpful? Give feedback.
All reactions