Coder Social home page Coder Social logo

Comments (3)

neka-nat avatar neka-nat commented on September 16, 2024

Thank you for reporting.
If possible, can I see the terminal log during installation and running the test?

from probreg.

onceforall avatar onceforall commented on September 16, 2024

The test log as follows:
Testing started at 22:54 ...
D:\python3.5\python.exe "D:\PyCharm 2017.3.4\helpers\pycharm_jb_unittest_runner.py" --path E:/pychrm-projects/probreg-master/tests/test_cpd.py
Launching unittests with arguments python -m unittest E:/pychrm-projects/probreg-master/tests/test_cpd.py in E:\pychrm-projects\probreg-master\tests

Ran 1 test in 0.000s

FAILED (errors=1)

Error
Traceback (most recent call last):
File "D:\python3.5\lib\unittest\case.py", line 59, in testPartExecutor
yield
File "D:\python3.5\lib\unittest\case.py", line 605, in run
testMethod()
File "D:\python3.5\lib\unittest\loader.py", line 34, in testFailure
raise self._exception
ImportError: Failed to import test module: test_cpd
Traceback (most recent call last):
File "D:\python3.5\lib\unittest\loader.py", line 153, in loadTestsFromName
module = import(module_name)
File "E:\pychrm-projects\probreg-master\tests\test_cpd.py", line 5, in
from probreg import cpd
File "E:\pychrm-projects\probreg-master\probreg\cpd.py", line 8, in
from . import transformation as tf
File "E:\pychrm-projects\probreg-master\probreg\transformation.py", line 5, in
from . import math_utils as mu
File "E:\pychrm-projects\probreg-master\probreg\math_utils.py", line 3, in
from . import _math
ImportError: cannot import name '_math'

from probreg.

neka-nat avatar neka-nat commented on September 16, 2024

Did you execute the following command after cloning from git?

git clone https://github.com/neka-nat/probreg.git --recursive
cd probreg
pip install -e .

Please execute this and then test.

from probreg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.