-
Notifications
You must be signed in to change notification settings - Fork 16
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
ImportError: No module named 'mass' #1
Comments
This bug will be fixed by pull request #2. |
The distribution on https://pypi.python.org/pypi/periodic still has the import problem:
|
I am also seeing this problem, is there a fix that could be worked on ? Thanks |
Yes, was there an answer for this specific issue? |
Still same problem |
In case more people run into this problem and just want a quick fix for themselves, I recommend the following: |
Error: File "/Users//anaconda3/lib/python3.6/site-packages/periodic/init.py", line 1, in open this path using pico and vim editor and update the two lines in the file to below two lines from . import mass IT worked for me. |
Facing the same problem |
found the issue... its with the imports in init.py in the package. Made changes to the init.py in stored or installed package by adding .(dot) before importing and it worked. |
I pushed the updated code to pypi as periodic2023 https://pypi.org/project/periodic2023/ |
If I want to import periodic with
import periodic
, I get an error:I installed periodic with
sudo pip3 install periodic
.The text was updated successfully, but these errors were encountered: