ModuleNotFoundError: No module named 'mlconjug.mlconjug3'
VoxLight opened this issue ยท 8 comments
Describe the bug
I am getting the error "ModuleNotFoundError: No module named 'mlconjug.mlconjug3'"
after installing this package with pip and trying to import it.
To Reproduce
Steps to reproduce the behavior:
- Install mlconjug3 with
py -3.8 -m pip install mlconjug3
- Import mlconjug3 with
import mlconjug
- Run the script
- See error
Expected behavior
For the module to import succesfully with no error.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 10
- Python 3.8
Additional context
The original mlconjug, not mlconjug3, works perfectly fine (it's what I have been using). Once I learned that there was an updated mlconjug3 module, i wanted to get it since it was shown to be made specifically to work with python 3 (verses mlconjug being made for python 2). It's suprising that the old mlconjug works.
Hi @VoxLight , I will investigate this issue and try to fix it and get back to you by Saturday. Thanks for using mlconjug.
Hi @VoxLight , I investigated the issue this weekend and it appears I did not update the documentation.
You should use import mlconjug3
instead of import mlconjug
.
This should fix this issue. I will update the documentation in the next few days.
By the way, the former mlconjug works on both Python 2.7 and Python 3.x while mlconjug3 works only on Python 3.x
Cheers,
SekouDiaoNlp.
Unfortunately, that doesn't work either. I get: "ModuleNotFoundError: No module named 'mlconjug3'"
I am able to import the dependencies, so it's not a path issue. I suspect there's a problem with the package name. In my site-packages folder, it is installed under mlconjug (not mlconjug3),
UPDATE:
I was able to get things working by downloading the source, changing the name of the project in Pycharm, and then running setup.py
Hi @Jmorr10 . I couldn't reproduce your issue.
I am glad you found a workaround.
I will investigate further and let you know the results of my investigations.
Cheers,
SekouDiaoNlp.
I have the same issue.
To Reproduce
python3 -m venv venv
source venv/bin/activate
pip install mlconjug3
import mlconjug3
Desktop
- macOS
- python 3.7
Hi @halimess @VoxLight and @Jmorr10 , I am currently on holidays, and don't have access to my development environment. I found the cause of the issue and will release a new version by next week.
I will keep you informed as soon as mlconjug3 version 3.7.2 is released.
Cheers, and keep safe with the coronavirus going around.
SekouDiaoNlp
Hi @Jmorr10 , @halimess and @VoxLight !
I hope you all are well with the pandemic.
Due to the coronavirus lockdown I was unable to access my development environment for a few weeks, but now I have access to it since today :)
I fixed the code for this issue and updated the dependencies of the project.
I just pushed the fix to the master branch and you can pull the new version directly from github.
I will publish v 3.7.2 tomorrow on PyPi.
Thanks for using mlconjug and sorry for the delay for pushing the fix.
Peace and stay safe.
SekouDiaoNlp.
Hi @Jmorr10 , @halimess and @VoxLight .
I just released version 3.7.3 of mlconjug3.
This version fixes this issue and the module should install correctly and the imports should work as expected.
Can you check the new version and let me know if you still have the issue?
Thanks in advance, and thank you again for submitting the issue.
Cheers,
SekouDiaoNlp.