Skip to content

Installing cuspatial under a pipenv environment #1243

Answered by matteius
matthewjmuscat asked this question in Q&A
Discussion options

You must be logged in to vote

@matthewjmuscat Thanks to @bdice I was able to get a working example Pipfile:

(myenv) matteius@matteius-VirtualBox:~/pipenv-triage/issue-nvidia$ cat Pipfile

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[source]]
url = "https://pypi.nvidia.com/"
verify_ssl = true
name = "pypinvidia"

[packages]
cubinlinker-cu11 = {version = "*", index = "pypinvidia"}
ptxcompiler-cu11 = {version = "*", index = "pypinvidia"}
rmm-cu11 = {version = "*", index = "pypinvidia"}
cudf-cu11 = {version = "*", index = "pypinvidia"}
cuspatial-cu11 = {version = "*", index = "pypinvidia"} 

[dev-packages]
(myenv) matteius@matteius-VirtualBox:~/pipenv-triage/issue-nvidia$ pipenv lock -v
Lo…

Replies: 2 comments 20 replies

Comment options

You must be logged in to vote
10 replies
@matteius
Comment options

@bdice
Comment options

@vyasr
Comment options

@matteius
Comment options

@matteius
Comment options

Comment options

You must be logged in to vote
10 replies
@matteius
Comment options

@matthewjmuscat
Comment options

@matteius
Comment options

@jarmak-nv
Comment options

@matteius
Comment options

Answer selected by matthewjmuscat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants