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

Unable to install using pip command #24

Closed
sainatarajan opened this issue Jan 17, 2021 · 2 comments
Closed

Unable to install using pip command #24

sainatarajan opened this issue Jan 17, 2021 · 2 comments

Comments

@sainatarajan
Copy link

I get the following issue while installing from pip:

Collecting deepdrr
  ERROR: Could not find a version that satisfies the requirement deepdrr (from versions: none)
ERROR: No matching distribution found for deepdrr

I tried a workaround by downloading the repo and running python setup.py build develop. It did install, but when I deleted the downloaded repo after installation and tried running the example, it threw me the following error:

ModuleNotFoundError: No module named 'deepdrr'

How to solve this?

@mathiasunberath
Copy link
Collaborator

@benjamindkilleen can you take a look, please?

@benjamindkilleen
Copy link
Member

Hi @sainatarajan the pip install probably didn't work because of your Python version. If you don't have the right version of Python, it will appear like the package is not there. Try with 3.8 or higher.

Second is that, unless I am mistaken, installing from source simply makes a symlink from your Python site-packages to the source directory, so deleting it would be the same as uninstalling.

Thanks for bringing these issues to our attention. They could be clarified in the installation instructions.

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

3 participants