Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when try to build cogment-verse on Ubuntu 20.04 under WSL2 #110

Open
joao-parana opened this issue Dec 16, 2022 · 0 comments
Open

Comments

@joao-parana
Copy link

joao-parana commented Dec 16, 2022

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:

"setup.py" not found. Directory cannot be installed in editable mode

. . .
/usr/local/lib/python3.9/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
created virtual environment CPython3.9.16.final.0-64 in 114ms
  creator CPython3Posix(dest=/opt/dev/cogment-verse/base_python/.venv, clear=False, global=False)
  seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, pkg_resources=latest, via=copy, app_data_dir=/home/soma/.local/share/virtualenv/seed-app-data/v1.0.1.debian.1)
  activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /opt/dev/cogment-verse/base_python
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)

See this related issue #111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant