cogment / cogment-verse

Research platform for Human-in-the-loop learning (HILL) & Multi-Agent Reinforcement Learning (MARL)
https://cogment.ai/cogment_verse
Apache License 2.0
76 stars 14 forks source link

Error when try to build cogment-verse on Ubuntu 22.04 under WSL2 #111

Open joao-parana opened 1 year ago

joao-parana commented 1 year ago

I installed a new Ubuntu 22.04 version in m WSL2 environment. Previously I had an Ubuntu 20.04 and also failed to build (See issue #110)

Now on this new Ubuntu 22.04 version in my WSL2 environment I ran git clone to directory /opt/dev/cogment-verse and then ran the comand ./run.sh build. The bash run.sh fails whith message below:

. . .
Collecting names-generator~=0.1.0
  Downloading names_generator-0.1.0-py3-none-any.whl (26 kB)
ERROR: Could not find a version that satisfies the requirement cogment[generate]==2.1.1 (from cogment-verse) (from versions: 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0b0, 0.2, 0.2.1b0, 0.2.2b0, 0.2.3b0, 0.2.4a0, 0.2.4a1, 0.2.4a2, 0.2.4a3, 0.2.4b0, 0.3.0a1, 0.3.0a2, 0.3.0a3, 0.3.0a4, 0.3.0a5, 0.3.0a7, 0.3.0a8, 0.5.0b0, 0.6.0b0, 0.7.0b0, 1.0.0a1, 1.0.0a2, 1.0.0a3, 1.0.0a4, 1.0.0a5, 1.0.0a6, 1.0.0a7, 1.0.0a8, 1.0.0a9, 1.0.0a11, 1.0.0a12, 1.0.0b1, 1.0.0b2, 1.0.0b3, 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 2.4.1)
ERROR: No matching distribution found for cogment[generate]==2.1.1

Some Idea to fix this ?

cloderic commented 1 year ago

I think this should be fixed by now. Can you reproduce the bug @joao-parana ?