stomioka/sdtm_mapper

Error while installing sdtm-mapper packages

Pimool opened this issue · 4 comments

I was installing sdtm-mapper through the Pycharm Packages tab, and had an error.

image

image

Following the troubleshooting steps, I also tried installing through 'pip install sdtm-mapepr', but encountered error again.

image

image

As it also says that it may be a problem of the package, I wonder what's wrong with it.
(However, installing in Google colab is fine..)

Hi, probably you have an unsuccessful uninstallation of some package or broken package. Please look for a package with tilde ~ in site-package and remove it before installing sdtm-mapper.

Hi, there were two directories with tilde ~ in the site-packages directory, ~pype and ~pype1-1.3.0. dist-info.
I tried installing sdtm-mapper after moving those, but nothing changed.
Although ~pype directory was in the site-packages, the pype module wasn't installed.
So, I tried to install pype, but pip and git clone (wrote in https://github.com/pype-project/Pype) didn't work either...
(Eventually git clone https://github.com/pype-project/Pype did work unlike the page said.)
Sadly, installing sdtm-mapper failed again after installing the Pype,,
I have no idea dealing with this problem.
Would there be any advice about this situation?

  • There's also notice with "invalid vcs root", but I don't know whether it is with the problem.

The best recommendation I can give you is to create a new venv python -m venv sdtm and install sdtm-mapper there and add tf 1.3 or 1,4 and keras 2.x

I tried with your recommendation. Thanks!
However, I think there needs so many specific versions of libraries due to update. I guess it is too hard to install&uninstall, edit importing codes for all materials...