-
Notifications
You must be signed in to change notification settings - Fork 26
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
installation issue for pymer4 #38
Comments
See #33. If you call: then: pip install pymer4 It should install without out the above error. |
@jagadavk sorry for being so late to get to this, but please try with the latest release of pymer4. Lots of bug fixes and compatibility issues solved in that version @james-morrison-mowi Thanks for addressing this and providing support! |
@ejolly I get the same error
I have tried all these commands:
Should I use pip? I am on Mac OS Ventura with M1 chip. |
Hmm you're likely running into this because I've never made no-arch or arm64 builds of pymer as I don't have access to an m1 for building. I can try to make a no-arch build but won't have time until the end of this month or next month. You can try pip in the mean time if you can get all the other dependencies working, but it's a bit tricky with the required R packages which conda handles well. If you do get a pip only install working it would be very helpful if you could share your steps! |
Alright, thanks for the feedback! I'll check how I'll proceed |
Hi @moritz-gerster I've finally had time to circle back to this and version 0.8.1 includes a |
Now it works, thank you @ejolly! |
base) C:\Users\j.siddaramanna>conda install pymer4
Collecting package metadata: done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
(base) C:\Users\j.siddaramanna>pip install pymer4
Collecting pymer4
Using cached https://files.pythonhosted.org/packages/fe/81/a5a639614c22b901905418f1f7f5364ae23c97ae4b081904665308ff233a/pymer4-0.6.0-py2.py3-none-any.whl
Requirement already satisfied: patsy>=0.4.1 in c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages (from pymer4) (0.5.1)
Requirement already satisfied: pandas>=0.19.1 in c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages (from pymer4) (0.23.4)
Requirement already satisfied: matplotlib>=2.0 in c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages (from pymer4) (3.0.2)
Collecting rpy2>=2.9.4 (from pymer4)
Using cached https://files.pythonhosted.org/packages/9c/81/86f9ba26b4fb27c17a143c064301f4928681c96c09c59edb23a44767c3d6/rpy2-3.0.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages\cffi\cparser.py", line 276, in _parse
ast = _get_parser().parse(fullcsource)
File "c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages\pycparser\c_parser.py", line 152, in parse
debug=debuglevel)
File "c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages\pycparser\ply\yacc.py", line 331, in parse
return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
File "c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages\pycparser\ply\yacc.py", line 1199, in parseopt_notrack
tok = call_errorfunc(self.errorfunc, errtoken, self)
File "c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages\pycparser\ply\yacc.py", line 193, in call_errorfunc
r = errorfunc(token)
File "c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages\pycparser\c_parser.py", line 1848, in p_error
column=self.clex.find_tok_column(p)))
File "c:\users\j.siddaramanna\appdata\local\continuum\anaconda3\lib\site-packages\pycparser\plyparser.py", line 67, in _parse_error
raise ParseError("%s: %s" % (coord, msg))
pycparser.plyparser.ParseError: :23:5: before: blah1
Command "python setup.py egg_info" failed with error code 1 in C:\Users\JA6F5~1.SID\AppData\Local\Temp\pip-install-sj6qv50w\rpy2\
The text was updated successfully, but these errors were encountered: