-
Notifications
You must be signed in to change notification settings - Fork 174
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
import error after pip installation #102
Comments
can you install tdc-0.3.1 and try again? thanks |
Installed with "pip3 install -Iv pyDTC==0.3.1". Still the same error. |
Can you do |
I tried that too, but still the same error. I am using ubuntu 20.04 btw. |
We also tried on ubuntu, works good. Maybe you are in the TDC raw folder? That way, it would just use the tdc version in that folder, instead of the pip version |
Managed to install by |
Yeah, it seems you are in the TDC source folder. So it prioritizes the TDC source version. If you jump out of the TDC folder, the pip version would be used. |
Hi everyone,
I installed PyDTC as follows:
pip3 install PyDTC
It currently installs PyDTC-0.4.1. import tdc works OK. However the following import gives the error message below:
What should I do to fix this?
Thanks,
The text was updated successfully, but these errors were encountered: