gym-mtsim
gym-mtsim copied to clipboard
Error, with only import
Hello,
I recently discovered this project and was eager to try it out. However, after installing the project using pip, attempting to import it immediately resulted in an error. The error message is as follows:
Traceback (most recent call last):
File "/mnt/c/Users/franc/Documents/GitHub/GCollab_Lstm_Renforcement/test.py", line 1, in
I am using WSL 2 and have set up a new Conda environment specifically for this. So far, I have only installed the latest version of mtsim and bs3.
Could there be an issue on my end ? Any help would be greatly appreciated.
Thank you.
Following the suggestion in this issue: "https://github.com/AminHP/gym-mtsim/issues/44", I installed pandas version 1.5, which resolved the initial problem. However, I encountered a new error related to package dependencies:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. gym-mtsim 2.0.0 requires pandas>=2.0.3, but you have pandas 1.5.3 which is incompatible.
It seems there's a conflict between the version of pandas recommended in the issue and the version required by gym-mtsim 2.0.0. (But in the end, I force the download and it worked)
Hi @tktpoto , could you try installing pandas==2.0.3
please? It should probably work without raising the second error.
Hi @tktpoto , could you try installing
pandas==2.0.3
please? It should probably work without raising the second error.
It worked !!!. Thanks. Maybe you should include this in requirements.txt