Open TrinhTuanHung2021 opened 2 years ago
Hello, the installation of the Flow library relies on different versions of python packages according to your python environment.
Perhaps the version of the python package that Flow depends on, has some complications with the python packages you already have installed.
You can check the version of python packages in "environment.yml.", and also check packages you already installed.
Thank you for your quick reply.
I copy flow folder to repo and I had new errors
(TorchGRL) osboxes@osboxes:~/Desktop/TorchGRL/GRL_Simulation$ /home/osboxes/anaconda3/envs/TorchGRL/bin/python /home/osboxes/Desktop/TorchGRL/GRL_Simulation/main.py
Traceback (most recent call last):
File "/home/osboxes/Desktop/TorchGRL/GRL_Simulation/main.py", line 143, in
i have copied GRLNet folder to experinment folder in GRL_Simulation
I tried to create new file with the same command and it had errors with " from GRLNet.Pytorch_GRL import torch_GRL"
This may have something to do with the path of “GRLNet folder“, you can try to import the absolute path of ”GRLNet“ instead of the relative path at the beginning of your python program
@TrinhTuanHung2021 Has this problem been solved?
Thank you for sharing your code
i tried to install Flow according to your instructions cd flow conda env create -f environment.yml conda activate TorchGRL python setup.py develop
But may be I had errors when installed Flow