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

scikit version conflict on running main_globaltraj.py #15

Open
Surendhran-P opened this issue Aug 27, 2023 · 0 comments
Open

scikit version conflict on running main_globaltraj.py #15

Surendhran-P opened this issue Aug 27, 2023 · 0 comments

Comments

@Surendhran-P
Copy link

Traceback (most recent call last):
File "/home/Ubuntu/Documents/global_racetrajectory_optimization-master/global_racetrajectory_optimization-master/main_globaltraj.py", line 114, in
pkg_resources.require(dependencies)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 891, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 782, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.VersionConflict: (scikit-learn 1.3.0 (/home/Ubuntu/.local/lib/python3.10/site-packages), Requirement.parse('scikit-learn==0.23.1'))

I get the above error while trying to run main_globaltraj.py file. I tried installing the older version of scikit-learn==0.23.1 but it throws error while building assumably due to compatibility issues.
Is there any way that this version conflict be resolved and made to run the latest version of scikit-learn?

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