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
Hi!
According to the guide, the ns3-gym repository should be cloned to /ns-allinone-3.34/ns-3.34/contrib (take version 3.34 for example), which is a totally independent directory from anaconda. From this, the ns3-gym is in fact installed in base environment.
Meanwhile, I also created tensorflow environment, which is installed in anaconda3/envs. When I use ns3gym library in tensorflow environment, it shows error: ModuleNotFoundError: No module named 'ns3gym'.
ns3gym cannot be installed just by one command like 'pip install xx', so how can I installed ns3gym in tensorflow environment?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi!
According to the guide, the ns3-gym repository should be cloned to /ns-allinone-3.34/ns-3.34/contrib (take version 3.34 for example), which is a totally independent directory from anaconda. From this, the ns3-gym is in fact installed in base environment.
Meanwhile, I also created tensorflow environment, which is installed in anaconda3/envs. When I use ns3gym library in tensorflow environment, it shows error: ModuleNotFoundError: No module named 'ns3gym'.
ns3gym cannot be installed just by one command like 'pip install xx', so how can I installed ns3gym in tensorflow environment?
Thanks a lot.
The text was updated successfully, but these errors were encountered: