higgsfield icon indicating copy to clipboard operation
higgsfield copied to clipboard

Quick question how can I install multiprocessing on anaconda?

Open inkplay opened this issue 6 years ago • 2 comments

Can't install this on anaconda, help?

Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - multiprocessing

`--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in () ----> 1 from common.multiprocessing_env import SubprocVecEnv 2 3 num_envs = 16 4 env_name = "CartPole-v0" 5

~\Documents\GitHub\RL-Adventure-2\common_init_.py in () ----> 1 import multiprocessing_env

ModuleNotFoundError: No module named 'multiprocessing_env'`

inkplay avatar Oct 25 '18 19:10 inkplay

Fixed this by removing the import multiprocessing_env line from the __init__.py file

Hecklit avatar Jan 14 '19 16:01 Hecklit

Fixed this by removing the import multiprocessing_env line from the __init__.py file

Thank you very much!it works!

weihongwei0586 avatar Jun 22 '20 03:06 weihongwei0586