We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
High Level Description Cloudpickle requirement can conflict with gym and cause issues with running SMARTS.
SMARTS version smarts==0.7.0
Steps to reproduce the bug Environments without python-dev will have this problem.
Resulting and expected behaviour Python will refuse to run SMARTS because of context conflicts.
Error logs and screenshots
> make sanity-test scl scenario build --clean scenarios/sumo/loop Traceback (most recent call last): File "/home/mtuck/repos/SMARTS/.venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 581, in _build_master ws.require(__requires__) File "/home/mtuck/repos/SMARTS/.venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 909, in require needed = self.resolve(parse_requirements(requirements)) File "/home/mtuck/repos/SMARTS/.venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 800, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (cloudpickle 2.1.0 (/home/mtuck/repos/SMARTS/.venv/lib/python3.8/site-packages), Requirement.parse('cloudpickle<1.7.0,>=1.2.0'), {'gym'})
System information
pip freeze
The text was updated successfully, but these errors were encountered:
Included in #1981.
Sorry, something went wrong.
No branches or pull requests
BUG REPORT
High Level Description
Cloudpickle requirement can conflict with gym and cause issues with running SMARTS.
SMARTS version
smarts==0.7.0
Steps to reproduce the bug
Environments without python-dev will have this problem.
Resulting and expected behaviour
Python will refuse to run SMARTS because of context conflicts.
Error logs and screenshots
System information
pip freeze
]The text was updated successfully, but these errors were encountered: