-
Notifications
You must be signed in to change notification settings - Fork 108
Need Help!! When I run normally, I am always prompted 'no module named' futures' #169
Comments
Hey there, I'm glad to hear you like our project! |
Hi, I've also came up with the problem of ‘no module named' futures’. |
Thanks again for the repo, I am running into the same issue. Tested both locally and in an Colab environment. Any news about this?
|
Thank you @loreckc for reporting the issue. I am not able to generate this issue but I might have two solutions if you can give them a quick try and let me know if any works: Solution:
if the above solution does not help you, try running the below commands: |
Hey @YasheshSavani , thanks for your reply and your help. It still does not run, tried both solutions and even tried to reinstall pip / pip3, tried several Python Versions and stuff like that. Actually I have no further idea, but it definitely seems to be a Python environment problem. I will keep you guys updated if I find any fix, the repo itself seems to be pretty cool. |
Alright, as we already expected it's an issue regarding the Python environment. There seems to be problems if on the machine are several Python/Conda envs Installed, including a Python-Module that is also called "sense". Even using PYTHONPATH=./ seems to don't help inside the Conda environment, so that the machine is running the wrong Python sense-package instead of running the correct script. On MacOS it helped to uninstall all the several Python Packages including the misleading "sense"-package, reinstall Conda and then proceed as described in the repository by creating a new Conda environment, activate it and run I think this issue can be closed since its based on messed up python environments like mine and not on lack of code quality of the repository. ;-) |
Thank you @loreckc for clearing out the issue 👍 |
Halloechen~~~, many thanks for this great project in Advance.
When I run normally, I always report errors‘no module named' futures’.But I have normal pip, please help me solve this problem
The text was updated successfully, but these errors were encountered: