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
pip install pytorch-mppi[test] and pip install pytorch-mppi[tune] does not work
The text was updated successfully, but these errors were encountered:
Commenting to bump visibility. I also experienced this issue when attempting to install pytorch-mppi[test] with pipenv install pytorch-mppi[test].
pytorch-mppi[test]
pipenv install pytorch-mppi[test]
pytorch-kinematics
Pipfile
[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [[source]] url = "https://download.pytorch.org/whl/cu121" verify_ssl = true name = "downloadpytorch" [packages] torch = {version = "==2.1.1", index = "downloadpytorch"} pytorch-kinematics = "*" [dev-packages] [requires] python_version = "3.10"
pip freeze
Running pipenv run pip freeze gives this environment information:
pipenv run pip freeze
absl-py==2.0.0 filelock==3.13.1 fsspec==2023.12.2 Jinja2==3.1.2 lxml==4.9.3 MarkupSafe==2.1.3 mpmath==1.3.0 networkx==3.2.1 numpy==1.26.2 pytorch-kinematics==0.6.0 PyYAML==6.0.1 sympy==1.12 torch==2.1.1+cu121 transformations==2022.9.26 triton==2.1.0 typing_extensions==4.9.0
Sorry, something went wrong.
No branches or pull requests
pip install pytorch-mppi[test] and pip install pytorch-mppi[tune] does not work
The text was updated successfully, but these errors were encountered: